From d25cdbf34e808838eec6cddbc0f3347af84c60f0 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 22 Oct 2024 12:43:58 +0200 Subject: [PATCH] test: refs #6943 #6943 use command correctly --- test/cypress/integration/client/clientList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';