test: increase wait

field value isn't updated and cypress attempt to save
This commit is contained in:
Ankush Menat 2023-10-16 15:35:54 +05:30
parent c476c5e6d7
commit 21a0dabdb2

View file

@ -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",