Skip to content

Commit f105e9e

Browse files
committed
chore: comments
1 parent 6e2cffc commit f105e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/cypress/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const browserStackLog = (message) => {
1414
}
1515

1616
const shouldSkipCommand = (command) => {
17-
return command.attributes.name == 'log' || (command.attributes.name == 'task' && (['test_observability_platform_details', 'test_observability_step', 'test_observability_command', 'browserstack_log'].some(event => command.attributes.args.includes(event))));
17+
return command.attributes.name == 'log' || (command.attributes.name == 'task' && (['test_observability_platform_details', 'test_observability_step', 'test_observability_command', 'browserstack_log', 'test_observability_log'].some(event => command.attributes.args.includes(event))));
1818
}
1919

2020
Cypress.on('log:added', (log) => {

0 commit comments

Comments
 (0)