Skip to content

Commit

Permalink
update cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rash-27 committed Mar 20, 2024
1 parent 49f3f1e commit 574ae22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/patient_spec/patient_registration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ describe("Patient Creation with consultation", () => {
const phone_number = generatePhoneNumber();
const emergency_phone_number = generateEmergencyPhoneNumber();
const age = calculateAge();
const patientage = "20";
const yearOfBirthfromAge = new Date().getFullYear() - parseInt(patientage);
const patientFacility = "Dummy Facility 40";
const patientDateOfBirth = "01012001";
const patientOneName = "Patient With No Consultation";
Expand Down

0 comments on commit 574ae22

Please sign in to comment.