Skip to content

Commit

Permalink
changed medicine name in cypress test to avoid conflicting usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Sep 27, 2024
1 parent cc65ee6 commit ea151ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/patient_spec/PatientPrescription.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { PatientPage } from "../../pageobject/Patient/PatientCreation";
const patientPrescription = new PatientPrescription();
const loginPage = new LoginPage();
const patientPage = new PatientPage();
const medicineNameOne = "DOLO";
const medicineNameOne = "AGCON";
const medicineNameTwo = "FDEP PLUS";
const medicineBaseDosage = "4";
const medicineTargetDosage = "9";
Expand Down

0 comments on commit ea151ab

Please sign in to comment.