From 4e00c36f0d2c7424be242721b8829ff77fda8f5e Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 16 Nov 2023 14:57:52 +0530 Subject: [PATCH] test: fixed failing Web Form UI test --- cypress/integration/web_form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/web_form.js b/cypress/integration/web_form.js index f6268b69cd..9db8b09ada 100644 --- a/cypress/integration/web_form.js +++ b/cypress/integration/web_form.js @@ -156,6 +156,7 @@ context("Web Form", () => { cy.findByRole("tab", { name: "Customization" }).click(); cy.fill_field("breadcrumbs", '[{"label": _("Notes"), "route":"note"}]', "Code"); + cy.wait(2000); cy.get(".form-tabs .nav-item .nav-link").contains("Customization").click(); cy.save();