Skip to content

Commit

Permalink
updated SignUp test
Browse files Browse the repository at this point in the history
  • Loading branch information
SoundMotives committed Dec 13, 2023
1 parent 5fd2096 commit d6ea913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/SignUp/SignUp.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ describe("Signing up", () => {
it("After sign up, redirects to the /login page", () => {
cy.mount(<SignUp navigate={navigate}/>)
cy.get('[data-cy="signup-heading"]').should('contain.text', "Sign Up")

})
})

0 comments on commit d6ea913

Please sign in to comment.