From cf5473108216e4d2e12d626281fc213d4172657c Mon Sep 17 00:00:00 2001 From: marktnoonan Date: Wed, 17 Jul 2024 15:28:26 -0400 Subject: [PATCH] formatting --- 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 6be6784e1..e745098c7 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"); });