From 2f47bb10aa1d1b2aaf8276b5284be898d0bf378f Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 1 Apr 2025 01:19:11 +0200 Subject: [PATCH] fix: update client actions test to expect zero table rows --- test/cypress/integration/monitor/clientActions.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/monitor/clientActions.spec.js b/test/cypress/integration/monitor/clientActions.spec.js index 4a5cb6c17..919758152 100644 --- a/test/cypress/integration/monitor/clientActions.spec.js +++ b/test/cypress/integration/monitor/clientActions.spec.js @@ -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');