Skip to content

Commit 1835a2b

Browse files
committed
updated comment
1 parent 506f6b0 commit 1835a2b

File tree

1 file changed

+1
-1
lines changed
  • bin/accessibility-automation/plugin

1 file changed

+1
-1
lines changed

bin/accessibility-automation/plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const browserstackAccessibility = (on, config) => {
1616
},
1717
get_test_run_uuid({ testIdentifier, retries = 15, interval = 300 } = {}) {
1818
return new Promise((resolve) => {
19-
console.log(`printing env variables take 5`);
19+
console.log(`printing env variables take 6`);
2020
console.log(`Cypress env browserstack testhub uuid from plugin: ${config.env.BROWSERSTACK_TESTHUB_UUID}`);
2121
console.log(`Cypress env http port: ${config.env.REPORTER_API}`);
2222
console.log(`test env: ${config.env.TEST_ENV}`);

0 commit comments

Comments
 (0)