Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainStandby committed Feb 9, 2023
1 parent 753a47b commit 41f0f4f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// SPDX-License-Identifier: Apache-2.0

import { appPrefix, gen, website } from "../../../../helpers"
import { routes as react } from "../../../../helpers/react"
import { routes as express } from "../../../../helpers/express"
import { routes as react } from "../../../../helpers/react"

context("Social Sign Up Successes", () => {
;[
Expand Down Expand Up @@ -78,7 +78,7 @@ context("Social Sign Up Successes", () => {
cy.get("#registration-password").should("not.exist")
cy.get('[name="traits.email"]').should("have.value", email)
cy.get('[name="traits.website"]').should("have.value", "http://s")
cy.get('[data-testid="ui/message/4000001"]').should(
cy.get('[data-testid="ui/message/4000003"]').should(
"contain.text",
"length must be >= 10",
)
Expand Down Expand Up @@ -149,7 +149,7 @@ context("Social Sign Up Successes", () => {

cy.triggerOidc(app)

cy.get('[data-testid="ui/message/4000001"]').should(
cy.get('[data-testid="ui/message/4000003"]').should(
"contain.text",
"length must be >= 10",
)
Expand Down

0 comments on commit 41f0f4f

Please sign in to comment.