skip to Main Content

Javascript – Select date from rangepicker

I am trying to add two dates in a rangepicker. This is the command to select the date: Cypress.Commands.add('setDatePickerDate', (selector, date) => { const monthsShort = [ 'janv.', 'févr.', 'mars', 'avril', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.', ];…

VIEW QUESTION
Back To Top
Search