File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/frontend/tests/e2e-playwright/routes/manage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ test.describe("Access methods", () => {
2828 await managePage . signOut ( ) ;
2929 await manageAccessPage . goto ( ) ;
3030 await signInWithIdentity ( page , identities [ 0 ] . identityNumber ) ;
31- await managePage . assertVisible ( ) ;
31+ await manageAccessPage . assertVisible ( ) ;
3232
3333 // Verify we can now also sign in with the new passkey
3434 await managePage . signOut ( ) ;
3535 replaceAuthForIdentity ( identities [ 0 ] . identityNumber , authIndex ) ;
3636 await manageAccessPage . goto ( ) ;
3737 await signInWithIdentity ( page , identities [ 0 ] . identityNumber ) ;
38- await managePage . assertVisible ( ) ;
38+ await manageAccessPage . assertVisible ( ) ;
3939 } ) ;
4040
4141 test . describe ( "can rename a passkey" , ( ) => {
You can’t perform that action at this time.
0 commit comments