late-planet-4481
let myArray = [] cy.get('option').each((x) => { cy.wrap(x).invoke('val').then((val) => myArray.push(val)) })