File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -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' ) ;
You can’t perform that action at this time.
0 commit comments