Skip to content

Commit

Permalink
add omis landing page e2e testing
Browse files Browse the repository at this point in the history
Update landingpage-spec.cy.js
  • Loading branch information
bau123 committed Apr 22, 2024
1 parent c4f182e commit 5d94e08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/end-to-end/cypress/landingpage-spec.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
describe("landing page spec", () => {
it("visits OMIS landing page", () => {
cy.visit("http://localhost:4000");
cy.get("h1").should("exist").and("have.text", "About this service");
});
});

0 comments on commit 5d94e08

Please sign in to comment.