We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deefe01 commit 78b2cf3Copy full SHA for 78b2cf3
bin/accessibility-automation/cypress/index.js
@@ -322,7 +322,7 @@ afterEach(() => {
322
let shouldScanTestForAccessibility = shouldScanForAccessibility(attributes);
323
if (!shouldScanTestForAccessibility) return cy.wrap({});
324
325
- cy.wrap(performScan(win), {timeout: 10000}).then(() => {
+ cy.wrap(performScan(win), {timeout: 30000}).then(() => {
326
try {
327
let os_data;
328
if (Cypress.env("OS")) {
0 commit comments