Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 30, 2024
1 parent c38a497 commit 5f12e51
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ context("Mobile Profile", () => {

beforeEach(() => {
cy.loginMobile({ email, password })
cy.location("pathname").should("not.contain", "/Login")
cy.visit(MOBILE_URL + "/Settings")
})

it("modifies the password", () => {
it.only("modifies the password", () => {
const newPassword = up(password)
cy.get(
'*[data-testid="settings-password"] input[data-testid="password"]',
Expand Down

0 comments on commit 5f12e51

Please sign in to comment.