From 8b1bf905f93ea1512de0145f298d552c645dc3cc Mon Sep 17 00:00:00 2001 From: rithviknishad Date: Tue, 8 Oct 2024 12:05:21 +0530 Subject: [PATCH] fix cypress --- cypress/e2e/patient_spec/PatientRegistration.cy.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/cypress/e2e/patient_spec/PatientRegistration.cy.ts b/cypress/e2e/patient_spec/PatientRegistration.cy.ts index 6f67d818711..26adc7c882b 100644 --- a/cypress/e2e/patient_spec/PatientRegistration.cy.ts +++ b/cypress/e2e/patient_spec/PatientRegistration.cy.ts @@ -3,7 +3,6 @@ import { PatientPage } from "../../pageobject/Patient/PatientCreation"; import FacilityPage from "../../pageobject/Facility/FacilityCreation"; import { generatePhoneNumber } from "../../pageobject/utils/constants"; import PatientTransfer from "../../pageobject/Patient/PatientTransfer"; -import PatientExternal from "../../pageobject/Patient/PatientExternal"; import PatientInsurance from "../../pageobject/Patient/PatientInsurance"; import PatientMedicalHistory from "../../pageobject/Patient/PatientMedicalHistory"; @@ -34,7 +33,6 @@ describe("Patient Creation with consultation", () => { const patientPage = new PatientPage(); const facilityPage = new FacilityPage(); const patientTransfer = new PatientTransfer(); - const patientExternal = new PatientExternal(); const patientInsurance = new PatientInsurance(); const patientMedicalHistory = new PatientMedicalHistory(); const phone_number = generatePhoneNumber(); @@ -70,7 +68,6 @@ describe("Patient Creation with consultation", () => { const patientTransferPhoneNumber = "9849511866"; const patientTransferFacility = "Dummy Shifting Center"; const patientTransferName = "Dummy Patient 10"; - const patientExternalName = "Patient 20"; const patientOccupation = "Student"; before(() => {