diff --git a/test/cypress/integration/client/clientList.spec.js b/test/cypress/integration/client/clientList.spec.js index 909bd3933..1b41e55cd 100644 --- a/test/cypress/integration/client/clientList.spec.js +++ b/test/cypress/integration/client/clientList.spec.js @@ -50,7 +50,7 @@ describe('Client list', () => { cy.clickButtonsDescriptor(2); cy.waitForElement('#formModel'); cy.waitForElement('.q-form'); - cy.checkValueForm(1, search); + cy.checkValueSelectForm(1, search); }); it.skip('Client founded create order', () => { const search = 'Jessica Jones';