Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan committed Jul 17, 2024
1 parent bc0c77c commit cf54731
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 cf54731

Please sign in to comment.