diff --git a/test/cypress/support/commands.js b/test/cypress/support/commands.js index 26250b458..71956f945 100755 --- a/test/cypress/support/commands.js +++ b/test/cypress/support/commands.js @@ -161,9 +161,6 @@ Cypress.Commands.add('fillInForm', (obj, form = '.q-form > .q-card') => { case 'select': cy.selectOption(el, val); break; - case 'selectWorker': - cy.selectWorkerOption(el, val); - break; case 'date': cy.get(el).type(val.split('-').join('')); break;