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 Apr 2, 2024
1 parent d3b9269 commit 942dd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/patient_spec/patient_logupdate.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ describe("Patient Log Update in Normal, Critical and TeleIcu", () => {
patientLogupdate.typeRhythm(patientRhythm);
cy.get("#consciousness_level-2").click();
cy.submitButton("Save");
cy.wait(2000);
cy.verifyNotification("Consultation Updates details created successfully");
// Verify the card content
cy.get("#basic-information").scrollIntoView();
Expand Down

0 comments on commit 942dd20

Please sign in to comment.