test: fixed flaky workspace blocks UI test (#17436)
This commit is contained in:
parent
bea2df6dcc
commit
15018b96fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue