0
0
Fork 0

chore: refs #7197 improve form filling in Cypress tests

This commit is contained in:
Jorge Penadés 2024-07-05 16:25:49 +02:00
parent 6de7696fd1
commit a0ccb239b1
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ Cypress.Commands.add('fillInForm', (obj, form = '.q-form > .q-card') => {
case 'select':
cy.wrap(el).type(val);
cy.get('.q-menu .q-item').contains(val).click();
cy.get('body').click();
break;
case 'date':
cy.wrap(el).click();