Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. cy.get('[data-cy="multipleChoiceQuestionAnswer"]')
  2. .should('not.contain', 'correct answer')//.find('label').not('corect answer')//.not.includes('correct answer')
  3. .click()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement