@@ -144,8 +144,8 @@ describe('@lnurl - LNURL', () => {
144144 await elementById ( 'ExternalSuccess' ) . waitForDisplayed ( { timeout : 30_000 } ) ;
145145 await tap ( 'ExternalSuccess-button' ) ;
146146 if ( driver . isIOS ) {
147- await dismissBackgroundPaymentsTimedSheet ( ) ;
148- await dismissQuickPayIntro ( { triggerTimedSheet : driver . isIOS } ) ;
147+ // await dismissBackgroundPaymentsTimedSheet();
148+ // await dismissQuickPayIntro({ triggerTimedSheet: driver.isIOS });
149149 }
150150 await expectTextWithin ( 'ActivitySpending' , '20 001' ) ;
151151
@@ -221,11 +221,12 @@ describe('@lnurl - LNURL', () => {
221221
222222 try {
223223 await enterAddressViaScanPrompt ( payRequest2 . encoded , { acceptCameraPermission : false } ) ;
224+ await sleep ( 2000 ) ;
224225 await elementById ( 'ReviewAmount-primary' ) . waitForDisplayed ( { timeout : 5000 } ) ;
225226 } catch {
226227 console . warn ( 'ReviewAmount not found, trying again' ) ;
227228 await enterAddressViaScanPrompt ( payRequest2 . encoded , { acceptCameraPermission : false } ) ;
228- await sleep ( 1000 ) ;
229+ await sleep ( 2000 ) ;
229230 }
230231 // Comment input should not be visible
231232 await elementById ( 'CommentInput' ) . waitForDisplayed ( { reverse : true } ) ;
@@ -285,6 +286,7 @@ describe('@lnurl - LNURL', () => {
285286 await enterAddressViaScanPrompt ( withdrawRequest1 . encoded , {
286287 acceptCameraPermission : false ,
287288 } ) ;
289+ await sleep ( 2000 ) ;
288290 await elementById ( 'SendNumberField' ) . waitForDisplayed ( { timeout : 5000 } ) ;
289291 } catch {
290292 console . warn ( 'SendNumberField not found, trying again' ) ;
0 commit comments