Skip to content

Commit b3dca56

Browse files
authored
chore: remove .only from test (#2893)
1 parent 6f7889d commit b3dca56

File tree

1 file changed

+1
-1
lines changed
  • test/e2e/cypress/integration/profiles/verification/verify

1 file changed

+1
-1
lines changed

test/e2e/cypress/integration/profiles/verification/verify/errors.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ context("Account Verification Error", () => {
155155
})
156156

157157
if (s === "code") {
158-
it.only("is unable to brute force the code", () => {
158+
it("is unable to brute force the code", () => {
159159
cy.visit(verification)
160160
cy.get('input[name="email"]').type(identity.email)
161161
cy.get(`button[value="${s}"]`).click()

0 commit comments

Comments
 (0)