Fixed automation tests

This commit is contained in:
tidusjar 2021-04-01 10:21:48 +01:00
commit 0eeb163a0d
4 changed files with 6 additions and 6 deletions

View file

@ -69,7 +69,7 @@ class NavBar {
}
get userPreferences(): Cypress.Chainable<any> {
return cy.get('#profile-image');
return cy.getByData('profile-image');
}
get logout(): Cypress.Chainable<any> {