Started adding the ability for them to self manage their accounts

This commit is contained in:
tidusjar 2021-03-21 00:51:38 +00:00
commit 27f0d6e225
15 changed files with 385 additions and 181 deletions

View file

@ -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> {