Skip to content

Commit b316ab8

Browse files
committed
removed logs
1 parent 2051d58 commit b316ab8

File tree

1 file changed

+0
-2
lines changed
  • bin/accessibility-automation/cypress

1 file changed

+0
-2
lines changed

bin/accessibility-automation/cypress/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,8 @@ afterEach(() => {
340340
let testRunUuid = null;
341341
cy.task('get_test_run_uuid', { testIdentifier: attributes.title })
342342
.then((response) => {
343-
browserStackLog(`Response from get_test_run_uuid task`);
344343
if (response && response.testRunUuid) {
345344
testRunUuid = response.testRunUuid;
346-
browserStackLog(`Fetched testRunId: ${testRunUuid} for test: ${attributes.title}`);
347345
}
348346

349347
const payloadToSend = {

0 commit comments

Comments
 (0)