Skip to content

Instantly share code, notes, and snippets.

@jaetask
Created February 1, 2019 10:06
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 jaetask/cfccaaf65575e7a7ea284f807831f25b to your computer and use it in GitHub Desktop.
Save jaetask/cfccaaf65575e7a7ea284f807831f25b to your computer and use it in GitHub Desktop.
[Cypress match text / tag name case insensitively] #cypress
cy.get('[data-testid=grid-children]')
.should('have.prop', 'tagName')
.should('match', /div/i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment