Skip to content

Commit

Permalink
Add login.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-mauricio committed Jun 20, 2024
1 parent 1cb561f commit f69f292
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export class Login {
this.enterUsername(username);
this.enterPassword(password);
this.clickOnLogin();
//BUG FOUR-14572
cy.get(selectors.loginBtn).should('not.exist');
cy.visit("/requests");
//BUG FOUR-14572
cy.xpath('//*[@id="navbar1"]').should('be.visible');
cy.get(headerSelectors.userAvatarBtn).should('be.visible');
}
Expand Down

0 comments on commit f69f292

Please sign in to comment.