diff --git a/cypress/integration/form.js b/cypress/integration/form.js index bb774c44f1..f8792a4198 100644 --- a/cypress/integration/form.js +++ b/cypress/integration/form.js @@ -4,6 +4,7 @@ const jump_to_field = (field_label) => { .type("{ctrl+j}") // jump to field .type(field_label) .type("{downArrow}") + .type("{enter}") .wait(500) .type("{enter}") .wait(200)