Skip to content

Commit 8fa469d

Browse files
committed
minor change
1 parent 136c2fe commit 8fa469d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

bin/accessibility-automation/cypress/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ afterEach(() => {
345345
const endLine = Math.min(lines.length, 355);
346346

347347
const relevantLines = lines.slice(startLine, endLine);
348-
cy.log('Lines around error:', relevantLines.join('\n'));
348+
browserStackLog(`Lines around error:`, relevantLines.join('\n'));
349349
});
350350
browserStackLog(`Exception caught in afterEach: ${error.message}`);
351351
if (error && error.stack) {

0 commit comments

Comments
 (0)