Skip to content

Commit

Permalink
Removed unwanted check in the patient discharge test (ohcnetwork#9601)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Dec 28, 2024
1 parent bfc4f51 commit 1b6fa7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/patient_spec/PatientConsultationDischarge.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ describe("Patient Discharge based on multiple reason", () => {
patientDischarge.interceptDischargePatient();
cy.clickSubmitButton("Acknowledge & Submit");
patientDischarge.verifyDischargePatient();
cy.verifyNotification("Patient Discharged Successfully");
// Verify the consultation dashboard reflection
});

afterEach(() => {
Expand Down

0 comments on commit 1b6fa7a

Please sign in to comment.