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 0c91c9f commit 2d90a82Copy full SHA for 2d90a82
bin/accessibility-automation/cypress/index.js
@@ -281,18 +281,6 @@ Cypress.on('command:start', async (command) => {
281
afterEach(() => {
282
const attributes = Cypress.mocha.getRunner().suite.ctx.currentTest;
283
cy.window().then(async (win) => {
284
- cy.wrap(new Promise((resolve) => {
285
- setTimeout(async () => {
286
- resolve();
287
- }, 5000);
288
- }), {timeout: 20000}).then(() => {
289
290
291
292
293
- }), {timeout: 20000})
294
- })
295
-
296
let shouldScanTestForAccessibility = shouldScanForAccessibility(attributes);
297
if (!shouldScanTestForAccessibility) return;
298
0 commit comments