Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan committed Jul 24, 2024
1 parent 37ea810 commit 1caa522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/ui/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +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.log("modified a test!");
cy.location("pathname").should("equal", "/signin");
cy.visualSnapshot("Redirect to SignIn");
});
Expand Down

0 comments on commit 1caa522

Please sign in to comment.