Skip to content

Commit

Permalink
fixes cypress test that was broken in the the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilodonP committed Feb 20, 2025
1 parent c2daf0d commit d5ff69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed cypress/downloads/downloads.html
Binary file not shown.
4 changes: 2 additions & 2 deletions cypress/e2e/loginSpec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ describe('testing for Login page', () => {
cy.get("#email").type("[email protected]")
cy.get("#password").type("jerseyMikesRox7")
cy.get('[data-testid="login-button"]').click();
cy.get("h1").should("have.text", "Welcome,Danny DeVito");
cy.get("h1").should("have.text", "Welcome, Danny DeVito");
cy.reload();
cy.get("h1").should("have.text", "Welcome,Danny DeVito");
cy.get("h1").should("have.text", "Welcome, Danny DeVito");
})
});

0 comments on commit d5ff69d

Please sign in to comment.