Skip to content

Commit 4ceace9

Browse files
review comments
1 parent 21be4b4 commit 4ceace9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

accessibility/scanner/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ afterEach(() => {
297297
let isAccessibilityLoaded = Cypress.env("ACCESSIBILITY") || false;
298298
if (!isAccessibilityLoaded) return cy.wrap({});
299299

300-
cy.wrap(processAccessibilityReport(win), {timeout: 30000})
300+
cy.wrap(processAccessibilityReport(win), {timeout: 45000})
301301
});
302302
}else{
303303
console.log("after each hook")
@@ -313,11 +313,11 @@ afterEach(() => {
313313

314314
})
315315

316-
if (!Cypress.Commands.hasOwnProperty('_lambdaTestSDKQueryAdded')) {
316+
if (!Cypress.Commands.hasOwnProperty('_lambdaTestAcessibilityQueryAdded')) {
317317
Cypress.Commands.addQuery('performScanSubjectQuery', function (chaining, setTimeout) {
318318
this.set('timeout', setTimeout);
319319
return () => cy.getSubjectFromChain(chaining);
320320
});
321-
Cypress.Commands._lambdaTestSDKQueryAdded = true;
321+
Cypress.Commands._lambdaTestAcessibilityQueryAdded = true;
322322
}
323323

0 commit comments

Comments
 (0)