From 15018b96fa7bc0dcdbea0495608e232354be724d Mon Sep 17 00:00:00 2001 From: Shariq Ansari <30859809+shariquerik@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:53:25 +0530 Subject: [PATCH] test: fixed flaky workspace blocks UI test (#17436) --- cypress/integration/workspace_blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/workspace_blocks.js b/cypress/integration/workspace_blocks.js index 3c0a429973..527cacab93 100644 --- a/cypress/integration/workspace_blocks.js +++ b/cypress/integration/workspace_blocks.js @@ -105,7 +105,7 @@ context('Workspace Blocks', () => { // test filter-list cy.get('@todo-quick-list').realHover().find('.widget-control .filter-list').click(); - cy.get_open_dialog().find('.filter-field .input-with-feedback').clear().type('Approved'); + cy.get_open_dialog().find('.filter-field .input-with-feedback').type('{selectall}Approved'); cy.get_open_dialog().find('.modal-header').click(); cy.get_open_dialog().find('.btn-primary').click();