diff --git a/cypress/e2e/about_page.cy.ts b/cypress/e2e/about_page.cy.ts index ff2c89f..0384df7 100644 --- a/cypress/e2e/about_page.cy.ts +++ b/cypress/e2e/about_page.cy.ts @@ -11,9 +11,9 @@ describe("About page", () => { cy.visit("/about"); cy.get("p").should( "contain", - "This tool, developed by the FRONTIER Research Group at the\n" + - "University of Sydney, is designed to assist clinicians in\n" + - "screening patients for dementia." + "This tool, developed by the FRONTIER Research Group at the University of\n" + + "Sydney, is designed to assist clinicians in screening patients for\n" + + "dementia." ); }); });