From d81a97f8ce90d38eb8d1186d8bcf0f5caa779c07 Mon Sep 17 00:00:00 2001 From: Mohammed Nihal <57055998+nihal467@users.noreply.github.com> Date: Tue, 7 May 2024 13:32:17 +0530 Subject: [PATCH] fix the flaky test --- cypress/e2e/patient_spec/patient_logupdate.cy.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cypress/e2e/patient_spec/patient_logupdate.cy.ts b/cypress/e2e/patient_spec/patient_logupdate.cy.ts index 20d7694430e..655ec197002 100644 --- a/cypress/e2e/patient_spec/patient_logupdate.cy.ts +++ b/cypress/e2e/patient_spec/patient_logupdate.cy.ts @@ -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", () => {