Skip to content

Commit

Permalink
fix: renamed cypress dosage field selector to base_dosage
Browse files Browse the repository at this point in the history
  • Loading branch information
GokulramGHV committed Dec 9, 2023
1 parent e843623 commit bf45eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pageobject/Patient/PatientConsultation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bf45eda

Please sign in to comment.