From 21a0dabdb2df5211ba902a6385c8f7559e1f5f9d Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 16 Oct 2023 15:35:54 +0530 Subject: [PATCH] test: increase wait field value isn't updated and cypress attempt to save --- cypress/integration/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/form.js b/cypress/integration/form.js index cab2e343c2..facc73f536 100644 --- a/cypress/integration/form.js +++ b/cypress/integration/form.js @@ -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",