Skip to content

Instantly share code, notes, and snippets.

@giltayar
Last active October 5, 2018 12:42
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 giltayar/f13c40f3133f43b23aceb276104b5d44 to your computer and use it in GitHub Desktop.
Save giltayar/f13c40f3133f43b23aceb276104b5d44 to your computer and use it in GitHub Desktop.
const countItemsLeft = cy.contains('item left')
if (countItemsLeft.innerText === '1 items left') {
// do something...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment