test: select option before navigating

This commit is contained in:
Ejaaz Khan 2025-12-05 23:25:57 +05:30
parent 6c5c0d7921
commit f2a4697bfe

View file

@ -4,6 +4,7 @@ const jump_to_field = (field_label) => {
.type("{ctrl+j}") // jump to field .type("{ctrl+j}") // jump to field
.type(field_label) .type(field_label)
.type("{downArrow}") .type("{downArrow}")
.type("{enter}")
.wait(500) .wait(500)
.type("{enter}") .type("{enter}")
.wait(200) .wait(200)