Skip to content

Commit fabf726

Browse files
committed
stability
1 parent bbe15d5 commit fabf726

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/specs/settings.e2e.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/.*Fast/
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
/.*Normal/
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');

0 commit comments

Comments
 (0)