Skip to content

Commit

Permalink
Update test of about page
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Sep 30, 2024
1 parent 3a20ab8 commit 91fd604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/about_page.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
);
});
});

0 comments on commit 91fd604

Please sign in to comment.