Skip to content

Commit c5f0aaa

Browse files
authored
Merge pull request #51 from synonymdev/test/enable-dev-settings-in-debug
Adjust dev settings test
2 parents 11527ad + fd219e7 commit c5f0aaa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/specs/settings.e2e.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,18 +504,19 @@ describe('@settings - Settings', () => {
504504
});
505505

506506
describe('Dev Settings', () => {
507-
ciIt('@settings_13 - Can show Dev Settings', async () => {
507+
ciIt('@settings_13 - Can show/hide Dev Settings', async () => {
508508
await tap('HeaderMenu');
509509
await tap('DrawerSettings');
510-
await elementById('DevSettings').waitForDisplayed({ reverse: true });
511-
512-
await multiTap('DevOptions', 5);
510+
await elementById('DevSettings').waitForDisplayed();
513511
await tap('DevSettings');
514512
await sleep(1000);
515513
await tap('NavigationBack');
516514

517515
await multiTap('DevOptions', 5);
518516
await elementById('DevSettings').waitForDisplayed({ reverse: true });
517+
518+
await multiTap('DevOptions', 5);
519+
await elementById('DevSettings').waitForDisplayed();
519520
});
520521
});
521522

0 commit comments

Comments
 (0)