Skip to content

Commit

Permalink
fix: click correct my account
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Jan 3, 2025
1 parent baa6ac9 commit d10272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/public/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Cypress.Commands.add("signIn", (email, password) => {
})

Cypress.Commands.add("signOut", () => {
cy.get(`[data-testid="My Account-1"]`).trigger("mouseover")
cy.get(`[data-testid="My Account-2"]`).trigger("mouseover")
cy.get(`[data-testid="Sign Out-3"]`).trigger("click")
})

Expand Down

0 comments on commit d10272d

Please sign in to comment.