Fixed tests [no-ci]

This commit is contained in:
tidusjar 2021-03-21 17:13:38 +00:00
commit 9c72fb7196
2 changed files with 0 additions and 5 deletions

View file

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