File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ describe('@settings - Settings', () => {
125125 // switch to Fast
126126 await tap ( 'TransactionSpeedSettings' ) ;
127127 await tap ( 'fast' ) ;
128+ await sleep ( 1000 ) ;
128129 await expect ( await elementByIdWithin ( 'TransactionSpeedSettings' , 'Value' ) ) . toHaveText (
129130 / .* F a s t /
130131 ) ;
@@ -143,6 +144,7 @@ describe('@settings - Settings', () => {
143144 // switch back to Normal
144145 await tap ( 'TransactionSpeedSettings' ) ;
145146 await tap ( 'normal' ) ;
147+ await sleep ( 1000 ) ;
146148 await expect ( await elementByIdWithin ( 'TransactionSpeedSettings' , 'Value' ) ) . toHaveText (
147149 / .* N o r m a l /
148150 ) ;
@@ -265,6 +267,7 @@ describe('@settings - Settings', () => {
265267 await tap ( 'BackupSettings' ) ;
266268 await sleep ( 1000 ) ;
267269 await tap ( 'ResetAndRestore' ) ;
270+ await sleep ( 1000 ) ;
268271 await tap ( 'NavigationBack' ) ;
269272 await sleep ( 1000 ) ;
270273 await tap ( 'BackupWallet' ) ;
You can’t perform that action at this time.
0 commit comments