Skip to content

Commit 551e39a

Browse files
hperlory-bot
authored andcommitted
feat: monorepo
GitOrigin-RevId: dbb48d171fad1f9b4fd31385f0ef4fb01e39e823
1 parent d96cdc2 commit 551e39a

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

cypress/integration/pages.spec.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,8 @@ context("Ory Kratos pages", () => {
1717

1818
it("can load the registration page", () => {
1919
cy.visit("/registration")
20-
cy.get('[name="traits.email"]').type(email)
21-
cy.get('[name="password"]').type(password)
22-
cy.get('[name="method"]').click()
23-
cy.location("pathname").should("eq", "/verification")
24-
25-
cy.visit("/")
26-
cy.get('[data-testid="logout"]').should(
27-
"have.attr",
28-
"aria-disabled",
29-
"false",
30-
)
31-
cy.get('[data-testid="session-content"]').should("contain.text", email)
20+
cy.get('[name="traits.email"]').should("exist")
21+
cy.get('[name="method"]').should("exist")
3222
})
3323

3424
it("can load the verification page", () => {

0 commit comments

Comments
 (0)