mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Started adding the ability for them to self manage their accounts
This commit is contained in:
parent
612fbb213f
commit
27f0d6e225
15 changed files with 385 additions and 181 deletions
|
@ -73,7 +73,7 @@ class NavBar {
|
|||
}
|
||||
|
||||
get userPreferences(): Cypress.Chainable<any> {
|
||||
return cy.get('#nav-userPreferences');
|
||||
return cy.get('#profile-image');
|
||||
}
|
||||
|
||||
get logout(): Cypress.Chainable<any> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue