From 20637bdaafb23755fc0a759f36dc725edb82e6af Mon Sep 17 00:00:00 2001 From: Davi-web Date: Fri, 22 Aug 2025 13:02:33 -0700 Subject: [PATCH] changed test --- cypress/e2e/page.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/page.cy.js b/cypress/e2e/page.cy.js index 57a8575..648614e 100644 --- a/cypress/e2e/page.cy.js +++ b/cypress/e2e/page.cy.js @@ -7,7 +7,7 @@ describe("Home Page Spec", () => { description.should("have.length", "1"); description.should( "have.html", - "This is a pathfinding visualizer that allows you to find the path between the start and end node. Add walls or generate a random board to visualize the path", + "This is a pathfinding visualizer that allows you to find the path between the start and end node. Add walls or generate a random board to visualize the path.", ); const buttons = cy.get("button");