Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
manasvi-gaur committed Apr 25, 2024
1 parent 5a7e426 commit 6164c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/patient_spec/patient_registration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ describe("Patient Creation with consultation", () => {
patientPage.patientformvisibility();
// Patient Details page
patientPage.typePatientPhoneNumber(phone_number);
patientPage.clickEmergencyPhoneNumberCheckbox();
patientPage.typePatientEmergencyNumber(emergency_phone_number);
patientPage.typePatientAge(age.toString());
patientPage.typePatientName(patientOneName);
Expand Down

0 comments on commit 6164c6e

Please sign in to comment.