diff --git a/cypress/tests/ui/auth.spec.ts b/cypress/tests/ui/auth.spec.ts index 74fab8d6e..dae8d5012 100644 --- a/cypress/tests/ui/auth.spec.ts +++ b/cypress/tests/ui/auth.spec.ts @@ -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"); });