Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Nov 7, 2023
1 parent 5b9bda5 commit 51ed466
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ context("Social Sign In Settings Success", () => {
cy.get('input[name="traits.website"]').clear().type(website)
cy.triggerOidc(app, "hydra")

cy.get('[data-testid="ui/message/4000027"]').should(
cy.get('[data-testid="ui/message/1010016"]').should(
"contain.text",
"An account with the same identifier",
"Signing in will link your account",
)

cy.noSession()
Expand Down

0 comments on commit 51ed466

Please sign in to comment.