8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit e1ea33c0cc - Show all commits

View File

@ -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;