test: fixed flaky workspace blocks UI test (#17436)

This commit is contained in:
Shariq Ansari 2022-07-07 14:53:25 +05:30 committed by GitHub
parent bea2df6dcc
commit 15018b96fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();