Skip to content

Commit

Permalink
cypress test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Nov 22, 2024
1 parent 5eed4b4 commit 02ad9b9
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 @@ -63,7 +63,7 @@ class PatientLogupdate {
}

typeSpo2(spo: string) {
cy.get("#ventilator_spo2").click().type(spo);
cy.typeAndSelectOption("#ventilator_spo2", spo);
}

selectRhythm(rhythm: string) {
Expand Down

0 comments on commit 02ad9b9

Please sign in to comment.