fix: list view ui test
This commit is contained in:
parent
40aafdbcd2
commit
84399160dc
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ context('List View', () => {
|
|||
cy.go_to_list('ToDo');
|
||||
cy.get('.list-row-container:contains("Pending") .list-row-checkbox').click({ multiple: true, force: true });
|
||||
cy.get('.actions-btn-group button').contains('Actions').should('be.visible').click();
|
||||
cy.wait(300);
|
||||
cy.get('.dropdown-menu li:visible').should('have.length', 8).each((el, index) => {
|
||||
cy.get('.dropdown-menu li:visible').should('have.length', 9).each((el, index) => {
|
||||
cy.wrap(el).contains(actions[index]);
|
||||
}).then((elements) => {
|
||||
cy.server();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue