Skip to content

Commit

Permalink
fix the flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed May 7, 2024
1 parent f9ea095 commit d81a97f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/e2e/patient_spec/patient_logupdate.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ describe("Patient Log Update in Normal, Critical and TeleIcu", () => {
]);
cy.verifyContentPresence("#rhythm_detail", [patientRhythm]);
cy.submitButton("Continue");
cy.verifyNotification(
"Telemedicine Log Updates details updated successfully",
);
cy.verifyNotification("Normal Log Updates details updated successfully");
});

it("Create a new log normal update for a domicilary care patient and edit it", () => {
Expand Down

0 comments on commit d81a97f

Please sign in to comment.