Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Created January 9, 2022 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hypeJunction/9af1b277acc308f1a6e9ec5ba28571e6 to your computer and use it in GitHub Desktop.
Save hypeJunction/9af1b277acc308f1a6e9ec5ba28571e6 to your computer and use it in GitHub Desktop.
cy.getButton('Favorite animal')
.press()
.popup()
.its('visible')
.should('be', true);
cy.getListBox('Favorite animal')
.select('Elephant');
cy.getInput('Favorite animal')
.should('have.attr', 'value', 'Elephant');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment