test: increase wait
field value isn't updated and cypress attempt to save
This commit is contained in:
parent
c476c5e6d7
commit
21a0dabdb2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ context("Form", () => {
|
|||
cy.visit("/app/todo/new");
|
||||
cy.get_field("description", "Text Editor")
|
||||
.type("this is a test todo", { force: true })
|
||||
.wait(200);
|
||||
.wait(1000);
|
||||
cy.get(".page-title").should("contain", "Not Saved");
|
||||
cy.intercept({
|
||||
method: "POST",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue