Skip to content

Commit 194793a

Browse files
committed
update settings_13
1 parent 949e7aa commit 194793a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/specs/settings.e2e.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,24 +471,20 @@ describe('@settings - Settings', () => {
471471
await elementById('DevSettings').waitForDisplayed();
472472
await tap('DevSettings');
473473
await sleep(1000);
474-
await doNavigationClose();
475474

476475
// disable dev mode via Support screen (DevOptions = version multi-tap)
477476
await openSupport();
478477
await multiTap('DevOptions', 5);
479478
await waitForToast('DevModeDisabledToast');
480-
await doNavigationClose();
481479

482480
// DevSettings should be hidden in Advanced tab
483481
await openSettings('advanced');
484482
await elementById('DevSettings').waitForDisplayed({ reverse: true });
485-
await doNavigationClose();
486483

487484
// re-enable dev mode
488485
await openSupport();
489486
await multiTap('DevOptions', 5);
490487
await waitForToast('DevModeEnabledToast');
491-
await doNavigationClose();
492488

493489
await openSettings('advanced');
494490
await elementById('DevSettings').waitForDisplayed();

0 commit comments

Comments
 (0)