Skip to content

Commit

Permalink
removed the check
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Dec 28, 2024
1 parent bfc4f51 commit 09e45b2
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 09e45b2

Please sign in to comment.