We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b6561 commit 79b4c54Copy full SHA for 79b4c54
1 file changed
test/specs/security.e2e.ts
@@ -53,7 +53,6 @@ describe('@security - Security And Privacy', () => {
53
await sleep(1000);
54
await tap('EnablePin');
55
56
- await tap('SecureWalletContinue');
57
await multiTap('N1', PIN_LENGTH); // enter PIN
58
await multiTap('N2', PIN_LENGTH); // retype wrong PIN
59
await elementById('WrongPIN').waitForDisplayed(); // WrongPIN warning should appear
@@ -126,7 +125,6 @@ describe('@security - Security And Privacy', () => {
126
125
127
128
129
130
131
await multiTap('N1', PIN_LENGTH); // retype PIN
132
await tap('SkipButton'); // skip Biometrics for now
0 commit comments