Skip to content

Commit 02ad9b9

Browse files
committed
cypress test updated
1 parent 5eed4b4 commit 02ad9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/pageobject/Patient/PatientLogupdate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class PatientLogupdate {
6363
}
6464

6565
typeSpo2(spo: string) {
66-
cy.get("#ventilator_spo2").click().type(spo);
66+
cy.typeAndSelectOption("#ventilator_spo2", spo);
6767
}
6868

6969
selectRhythm(rhythm: string) {

0 commit comments

Comments
 (0)