File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ afterEach(() => {
297
297
let isAccessibilityLoaded = Cypress . env ( "ACCESSIBILITY" ) || false ;
298
298
if ( ! isAccessibilityLoaded ) return cy . wrap ( { } ) ;
299
299
300
- cy . wrap ( processAccessibilityReport ( win ) , { timeout : 30000 } )
300
+ cy . wrap ( processAccessibilityReport ( win ) , { timeout : 45000 } )
301
301
} ) ;
302
302
} else {
303
303
console . log ( "after each hook" )
@@ -313,11 +313,11 @@ afterEach(() => {
313
313
314
314
} )
315
315
316
- if ( ! Cypress . Commands . hasOwnProperty ( '_lambdaTestSDKQueryAdded ' ) ) {
316
+ if ( ! Cypress . Commands . hasOwnProperty ( '_lambdaTestAcessibilityQueryAdded ' ) ) {
317
317
Cypress . Commands . addQuery ( 'performScanSubjectQuery' , function ( chaining , setTimeout ) {
318
318
this . set ( 'timeout' , setTimeout ) ;
319
319
return ( ) => cy . getSubjectFromChain ( chaining ) ;
320
320
} ) ;
321
- Cypress . Commands . _lambdaTestSDKQueryAdded = true ;
321
+ Cypress . Commands . _lambdaTestAcessibilityQueryAdded = true ;
322
322
}
323
323
You can’t perform that action at this time.
0 commit comments