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");