mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed automation tests
This commit is contained in:
parent
16515ed3a8
commit
0eeb163a0d
4 changed files with 6 additions and 6 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue