Skip to content

Commit 1809e67

Browse files
authored
Merge pull request #322 from HRanjan-11/CYP-974
Cyp 974
2 parents f6733e9 + cdf725b commit 1809e67

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

accessibility/plugin/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const Accessibility = (on, config) => {
5151
console.log(`parameter for accessibility report WCAG_CRITERIA - ` + config.env.WCAG_CRITERIA)
5252
console.log(`parameter for accessibility report BEST_PRACTICE -` + config.env.BEST_PRACTICE)
5353
console.log(`parameter for accessibility report NEEDS_REVIEW -` + config.env.NEEDS_REVIEW)
54+
console.log(`parameter for accessibility report ACCESSIBILITY_REPORT_PATH -` + config.env.ACCESSIBILITY_REPORT_PATH)
55+
5456

5557
return config;
5658
}

accessibility/scanner/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const setScanConfig = (win, payload) =>
2929

3030
setTimeout(() => {
3131
reject(new Error('automation-custom-event not received within timeout'));
32-
}, 9000);
32+
}, 45000);
3333
}
3434
startScan();
3535

@@ -57,7 +57,7 @@ const getScanData = (win, payload) =>
5757

5858
setTimeout(() => {
5959
reject(new Error('automation-custom-event not received within timeout'));
60-
}, 9000);
60+
}, 45000);
6161

6262
}
6363

0 commit comments

Comments
 (0)