Skip to content

Commit

Permalink
modified the data verification
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Dec 23, 2024
1 parent 40b95a9 commit d230d6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/e2e/patient_spec/PatientConsultationDischarge.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ 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
cy.verifyContentPresence("#consultation-buttons", ["Recovered"]);
// Verify the dashboard and discharge information
cy.verifyContentPresence("#discharge-information", [patientMedicine]);
});

afterEach(() => {
Expand Down

0 comments on commit d230d6a

Please sign in to comment.