Skip to content

Commit

Permalink
Update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbrown committed Dec 15, 2023
1 parent cea3bce commit a103edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/05-get_result_from_patient_link.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ describe("Getting a test result from a patient link", () => {
cy.get("#dob-submit-button").click();
});
it("shows the test result", () => {
cy.contains("Test result: COVID-19");
cy.contains("Test result");
cy.contains("Test date");
cy.contains("Test device");
Expand Down

0 comments on commit a103edf

Please sign in to comment.