mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
Fixed up some more tests
This commit is contained in:
parent
0eeb163a0d
commit
f2ea1d0e13
6 changed files with 101 additions and 15 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue