Skip to content

Commit

Permalink
chore: u
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed May 24, 2024
1 parent e522405 commit fbb7d6d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,16 @@ context("Login success with code method", () => {

cy.get(Selectors[app]["submit"]).click()

if (app === "express") {
cy.get('a[href*="sessions"').click()
}

if (app === "express") {
cy.url().should("match", /\/welcome/)
} else {
cy.get('[data-testid="session-content"]').should("contain", email)
}

if (app === "express") {
cy.get('a[href*="sessions"').click()
}

if (app === "mobile") {
cy.get('[data-testid="session-token"]').then((token) => {
cy.getSession({
Expand Down

0 comments on commit fbb7d6d

Please sign in to comment.