diff --git a/cypress/pageobject/Patient/PatientConsultation.ts b/cypress/pageobject/Patient/PatientConsultation.ts index 26d75feba2e..8a5be9e59d8 100644 --- a/cypress/pageobject/Patient/PatientConsultation.ts +++ b/cypress/pageobject/Patient/PatientConsultation.ts @@ -124,7 +124,7 @@ export class PatientConsultationPage { } enterDosage(doseAmount: string) { - cy.get("#dosage").type(doseAmount, { force: true }); + cy.get("#base_dosage").type(doseAmount, { force: true }); } selectDosageFrequency(frequency: string) {