test: add wait before jumping field
This commit is contained in:
parent
508b6da569
commit
0a2248433d
1 changed files with 2 additions and 0 deletions
|
|
@ -99,7 +99,9 @@ context("Form", () => {
|
|||
cy.new_form("User");
|
||||
|
||||
jump_to_field("Location"); // this is in collapsed section
|
||||
cy.wait(500);
|
||||
type_value("Bermuda");
|
||||
cy.wait(500);
|
||||
|
||||
cy.get_field("location").should("have.value", "Bermuda");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue