From 8c2ef311bbd1d71fc1c4c20178aa0ccf774bb670 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 1 Dec 2023 15:02:06 +0530 Subject: [PATCH] test: flaky multi_select_dialog --- cypress/integration/multi_select_dialog.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cypress/integration/multi_select_dialog.js b/cypress/integration/multi_select_dialog.js index 1be56d3b3d..7b30ad8c85 100644 --- a/cypress/integration/multi_select_dialog.js +++ b/cypress/integration/multi_select_dialog.js @@ -76,6 +76,11 @@ context("MultiSelectDialog", () => { }); it("tests more button", () => { + cy.get_open_dialog() + .get(`.frappe-control[data-fieldname="search_term"]`) + .find('input[data-fieldname="search_term"]') + .should("exist") + .type("Test", { delay: 200 }); cy.get_open_dialog() .get(`.frappe-control[data-fieldname="more_child_btn"]`) .should("exist")