Cypress.Commands.add('clickOption', (index = 1) => cy.get(`.q-menu :nth-child(${index}) >.q-item__section`).click(), );