diff --git a/cypress/integration/form.js b/cypress/integration/form.js index 73df3b1ab0..7c3d6cea03 100644 --- a/cypress/integration/form.js +++ b/cypress/integration/form.js @@ -7,7 +7,7 @@ const jump_to_field = (field_label) => { .type("{enter}") .wait(200) .type("{enter}") - .wait(500); + .wait(1000); }; const type_value = (value) => {