Skip to content

Commit

Permalink
fixed with the notification
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 20, 2024
1 parent 2fb5503 commit bddb37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/patient_spec/PatientRegistration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ describe("Patient Creation with consultation", () => {
patientTransfer.clickTransferPatientYOB(yearOfBirth);
patientTransfer.clickTransferSubmitButton();
cy.verifyNotification(
"Patient ${patientTransferName} (Male) transferred successfully",
`Patient ${patientTransferName} (Male) transferred successfully`,
);
patientTransfer.clickConsultationCancelButton();
// allow the transfer button of a patient
Expand Down

0 comments on commit bddb37d

Please sign in to comment.