File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments