Fixed up some more tests

This commit is contained in:
tidusjar 2021-04-01 23:56:37 +01:00
commit f2ea1d0e13
6 changed files with 101 additions and 15 deletions

View file

@ -72,6 +72,10 @@ class NavBar {
return cy.getByData('profile-image');
}
get username(): Cypress.Chainable<any> {
return cy.getByData('profile-username');
}
get logout(): Cypress.Chainable<any> {
return cy.get('#nav-logout');
}