test: select option before navigating
This commit is contained in:
parent
6c5c0d7921
commit
f2a4697bfe
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue