Skip to content

Commit

Permalink
Merge branch 'develop' into rithviknishad/feat/migrate-configure-camera
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Aug 8, 2024
2 parents a62e532 + caa411d commit 382983c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pageobject/Patient/PatientLogupdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PatientLogupdate {
}

selectPatientCategory(category: string) {
cy.clickAndSelectOption("#patient_category", category);
cy.clickAndSelectOption("#patientCategory", category);
}

typePhysicalExamination(examination: string) {
Expand Down

0 comments on commit 382983c

Please sign in to comment.