From c601083f8c078e5020bf01259c6b86ddfc36413f Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 5 Dec 2024 09:52:16 +0100 Subject: [PATCH] perf: refs #8219 #8219 minor change --- test/cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/support/commands.js b/test/cypress/support/commands.js index 21121d9df..ebf526cff 100755 --- a/test/cypress/support/commands.js +++ b/test/cypress/support/commands.js @@ -99,7 +99,7 @@ Cypress.Commands.add('countSelectOptions', (selector, option) => { }); Cypress.Commands.add('fillInForm', (obj, form = '.q-form > .q-card') => { - cy.waitForElement('.q-form > .q-card'); + cy.waitForElement(form); cy.get(`${form} input`).each(([el]) => { cy.wrap(el) .invoke('attr', 'aria-label')