fix: update client actions test to expect zero table rows
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
477ab36487
commit
2f47bb10aa
|
@ -33,7 +33,7 @@ describe('Monitor Clients actions', () => {
|
|||
cy.dataCy('To_inputDate').should('have.value', '01/01/2001');
|
||||
cy.get(`${clientFk} [data-cy="_select"]`).click();
|
||||
cy.clickOption();
|
||||
cy.countTableRows('eq', 3);
|
||||
cy.countTableRows('eq', 0);
|
||||
|
||||
cy.get(`${clientFk} .q-field .q-field__control > :nth-child(2)`).click();
|
||||
cy.get(`${departmentFk} [data-cy="_select"]`).type('VIP').trigger('enter');
|
||||
|
|
Loading…
Reference in New Issue