@@ -71,7 +71,8 @@ d('Settings Security And Privacy', () => {
7171
7272 await device . setBiometricEnrollment ( true ) ;
7373
74- await element ( by . id ( 'Settings' ) ) . tap ( ) ;
74+ await element ( by . id ( 'HeaderMenu' ) ) . tap ( ) ;
75+ await element ( by . id ( 'DrawerSettings' ) ) . tap ( ) ;
7576 await element ( by . id ( 'SecuritySettings' ) ) . tap ( ) ;
7677 await element ( by . id ( 'PINCode' ) ) . tap ( ) ;
7778 await element ( by . id ( 'SecureWallet-button-continue' ) ) . tap ( ) ;
@@ -164,7 +165,8 @@ d('Settings Security And Privacy', () => {
164165 await element ( by . id ( 'Close' ) ) . tap ( ) ;
165166
166167 // test PIN on idle and disable it after
167- await element ( by . id ( 'Settings' ) ) . tap ( ) ;
168+ await element ( by . id ( 'HeaderMenu' ) ) . tap ( ) ;
169+ await element ( by . id ( 'DrawerSettings' ) ) . tap ( ) ;
168170 await element ( by . id ( 'SecuritySettings' ) ) . tap ( ) ;
169171
170172 // FIXME: this fails too often
@@ -223,7 +225,8 @@ d('Settings Security And Privacy', () => {
223225 await element ( by . id ( 'Close' ) ) . tap ( ) ;
224226
225227 // disable PIN, restart the app, it should not ask for it
226- await element ( by . id ( 'Settings' ) ) . tap ( ) ;
228+ await element ( by . id ( 'HeaderMenu' ) ) . tap ( ) ;
229+ await element ( by . id ( 'DrawerSettings' ) ) . tap ( ) ;
227230 await element ( by . id ( 'SecuritySettings' ) ) . tap ( ) ;
228231 await element ( by . id ( 'PINCode' ) ) . tap ( ) ;
229232 await element ( by . id ( 'DisablePin' ) ) . tap ( ) ;
@@ -235,7 +238,8 @@ d('Settings Security And Privacy', () => {
235238 . withTimeout ( 10000 ) ;
236239
237240 // enable PIN for last test
238- await element ( by . id ( 'Settings' ) ) . tap ( ) ;
241+ await element ( by . id ( 'HeaderMenu' ) ) . tap ( ) ;
242+ await element ( by . id ( 'DrawerSettings' ) ) . tap ( ) ;
239243 await element ( by . id ( 'SecuritySettings' ) ) . tap ( ) ;
240244 await element ( by . id ( 'PINCode' ) ) . tap ( ) ;
241245 await element ( by . id ( 'SecureWallet-button-continue' ) ) . tap ( ) ;
0 commit comments