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');
}

View file

@ -28,7 +28,6 @@ describe("Navigation Bar Tests", () => {
cy.wait("@discoverLoad");
Page.navbar.profileUsername.should('have.text', id);
Page.navbar.adminDonate.should("not.exist");
Page.navbar.settings.should("not.exist");
Page.navbar.userManagement.should("not.exist");