Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Created June 18, 2021 19:58
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 dannyshain/5b1c10118112fb318afa17498a818365 to your computer and use it in GitHub Desktop.
Save dannyshain/5b1c10118112fb318afa17498a818365 to your computer and use it in GitHub Desktop.
context('Cypress', () => {
it('should select an ingredient from the list', () => {
cy.visit('https://the-kitchen-applitools.netlify.app/ingredients/select')
cy.get('#spices-select-single').select('garlic').should('have.value', 'garlic')
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment