From 1caa522dfbb5d1a4d43fc8f72e7767ed8ca4e5fb Mon Sep 17 00:00:00 2001 From: marktnoonan Date: Wed, 24 Jul 2024 12:54:00 -0400 Subject: [PATCH] trigger ci --- cypress/tests/ui/auth.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); });