File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ class SettingsExtendedPageObject {
152
152
( await Modal . container . isDisplayed ( ) ) &&
153
153
( await Modal . title . getText ( ) ) === ( await t ( 'addressesDiscovery.overlay.title' ) )
154
154
) {
155
- await Modal . title . waitForDisplayed ( { reverse : true , timeout : 30_000 } ) ;
155
+ await Modal . title . waitForDisplayed ( { reverse : true , timeout : 60_000 } ) ;
156
156
}
157
157
} ;
158
158
}
Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ When(
594
594
/ ^ I c l i c k " ( G o t i t | L e a r n m o r e ) " b u t t o n o n " D A p p c o n n e c t o r i s n o w i n B e t a " m o d a l $ / ,
595
595
async ( button : 'Got it' | 'Learn more' ) => {
596
596
// Wait for main page to finish loading
597
- await MainLoader . component . waitForDisplayed ( { reverse : true , timeout : 15_000 } ) ;
597
+ await MainLoader . component . waitForDisplayed ( { reverse : true , timeout : 60_000 } ) ;
598
598
if ( button === 'Got it' ) {
599
599
await Modal . cancelButton . waitForClickable ( ) ;
600
600
await Modal . cancelButton . click ( ) ;
You can’t perform that action at this time.
0 commit comments