Skip to content

Commit c9a1e13

Browse files
add line
1 parent 2278264 commit c9a1e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

accessibility/scanner/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ cy.window().then((win) => {
9696
let testId = Cypress.env("TEST_ID") || ""
9797

9898
const filePath = Cypress.env("ACCESSIBILITY_REPORT_PATH") || 'cypress/results/accessibilityReport_' + testId + '.json';
99+
99100
cy.wrap(setScanConfig(win, payloadToSend), {timeout: 30000}).then((res) => {
100101
console.log('logging config reponse', res);
101102

0 commit comments

Comments
 (0)