Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan committed Jul 17, 2024
1 parent 7787f86 commit bc0c77c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/tests/ui/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe("User Sign-up and Login", function () {

it("should redirect unauthenticated user to signin page", function () {
cy.visit("/personal");
cy.log('modified a test')
cy.location("pathname").should("equal", "/signin");
cy.visualSnapshot("Redirect to SignIn");
});
Expand Down

0 comments on commit bc0c77c

Please sign in to comment.