Skip to content

Instantly share code, notes, and snippets.

@khushboothakkar
Last active June 27, 2018 06:55
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 khushboothakkar/ad9dc994c465bd8de1e7dfc45d68037b to your computer and use it in GitHub Desktop.
Save khushboothakkar/ad9dc994c465bd8de1e7dfc45d68037b to your computer and use it in GitHub Desktop.
describe('Testcase5',() => {
it('Assert the value of input is not ABC ',() => {
cy.get('input').should('not.have.value', 'ABC')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment