Skip to content

Commit 0d16273

Browse files
authored
Merge pull request #52 from synonymdev/test/security
Adjust security
2 parents 11ab7a3 + 3e398bc commit 0d16273

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/specs/security.e2e.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ describe('@security - Security And Privacy', () => {
159159
await multiTap('N7', PIN_LENGTH); // wrong PIN on the last attempt
160160
await sleep(1000);
161161
// app should reset itself and show onboarding
162-
await elementById('TOS').waitForDisplayed();
163-
await elementById('Check1').waitForDisplayed();
164-
await elementById('Check2').waitForDisplayed();
162+
await elementById('Continue').waitForDisplayed();
165163
});
166164
});

0 commit comments

Comments
 (0)