Skip to content

Commit

Permalink
test: skip passkey
Browse files Browse the repository at this point in the history
  • Loading branch information
LeVinhGithub committed Sep 5, 2024
1 parent 6488ef7 commit f13ed0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion authservice/login-with-passwordless/auth-case-2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ test.describe.serial("Passwordless Login scenarios", () => {
// SKIP PASSKEY

await authServicePage.finishSetupNewMFAList();
await authServicePage.setupPasskeyLater();
await authServicePage.confirmDone2FASetup();

// GET INFO KEY AFTER 2FA SETUP AND VERIFY
Expand Down
1 change: 0 additions & 1 deletion authservice/login-with-passwordless/auth-case-3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ test.describe.serial("Passwordless Login scenarios", () => {
// SKIP PASSKEY

await authServicePage.finishSetupNewMFAList();
await authServicePage.setupPasskeyLater();
await authServicePage.confirmDone2FASetup();

const privateKey = await dashboardPage.getOpenLoginPrivateKey();
Expand Down

0 comments on commit f13ed0b

Please sign in to comment.