Skip to content

Commit 5976cbc

Browse files
Revert "Add only to run only webauthn recovery related tests"
This reverts commit 7550642.
1 parent 7550642 commit 5976cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/end-to-end/webauthn.recover_account.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe("SuperTokens Webauthn Recover Account", () => {
6060
await new Promise((res) => setTimeout(res, 1000));
6161
});
6262

63-
describe.only("Recover Account Test", () => {
63+
describe("Recover Account Test", () => {
6464
it("should show the recovery token page", async () => {
6565
// Get the token from the email
6666
const token = await getTokenFromEmail(email);

test/end-to-end/webauthn.recovery_email.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe("SuperTokens Webauthn Recovery Email", () => {
5555
await toggleSignInSignUp(page);
5656
});
5757

58-
describe.only("Recovery Email Test", () => {
58+
describe("Recovery Email Test", () => {
5959
it("should show the success page when the email is sent", async () => {
6060
const email = await getTestEmail();
6161
await signUpAndSendRecoveryEmail(page, email);

0 commit comments

Comments
 (0)