We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eed4b4 commit 02ad9b9Copy full SHA for 02ad9b9
cypress/pageobject/Patient/PatientLogupdate.ts
@@ -63,7 +63,7 @@ class PatientLogupdate {
63
}
64
65
typeSpo2(spo: string) {
66
- cy.get("#ventilator_spo2").click().type(spo);
+ cy.typeAndSelectOption("#ventilator_spo2", spo);
67
68
69
selectRhythm(rhythm: string) {
0 commit comments