Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed logs
  • Loading branch information
Tanmay-Bstack committed Sep 15, 2025
commit b316ab8850a2983fc86123d9b66e84c546d3eabb
2 changes: 0 additions & 2 deletions bin/accessibility-automation/cypress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,8 @@ afterEach(() => {
let testRunUuid = null;
cy.task('get_test_run_uuid', { testIdentifier: attributes.title })
.then((response) => {
browserStackLog(`Response from get_test_run_uuid task`);
if (response && response.testRunUuid) {
testRunUuid = response.testRunUuid;
browserStackLog(`Fetched testRunId: ${testRunUuid} for test: ${attributes.title}`);
}

const payloadToSend = {
Expand Down