Skip to content

Commit d077828

Browse files
committed
revert: test: only run few tests
1 parent 0638119 commit d077828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end-to-end/emailverification.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe("Email Verification", () => {
105105
});
106106

107107
describe("Core", function () {
108-
describe.only("Email verification screen", function () {
108+
describe("Email verification screen", function () {
109109
it("Should redirect to auth from email verification protected page if the user is deleted", async function () {
110110
await toggleSignInSignUp(page);
111111

0 commit comments

Comments
 (0)