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(() => {
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
You can’t perform that action at this time.
0 commit comments