Skip to content

Commit 79b4c54

Browse files
committed
update security test
1 parent 16b6561 commit 79b4c54

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/specs/security.e2e.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ describe('@security - Security And Privacy', () => {
5353
await sleep(1000);
5454
await tap('EnablePin');
5555
await sleep(1000);
56-
await tap('SecureWalletContinue');
5756
await multiTap('N1', PIN_LENGTH); // enter PIN
5857
await multiTap('N2', PIN_LENGTH); // retype wrong PIN
5958
await elementById('WrongPIN').waitForDisplayed(); // WrongPIN warning should appear
@@ -126,7 +125,6 @@ describe('@security - Security And Privacy', () => {
126125
await sleep(1000);
127126
await tap('EnablePin');
128127
await sleep(1000);
129-
await tap('SecureWalletContinue');
130128
await multiTap('N1', PIN_LENGTH); // enter PIN
131129
await multiTap('N1', PIN_LENGTH); // retype PIN
132130
await tap('SkipButton'); // skip Biometrics for now

0 commit comments

Comments
 (0)