Skip to content

Instantly share code, notes, and snippets.

@khushboothakkar
Last active June 27, 2018 06:57
Show Gist options
  • Save khushboothakkar/d637f83e0195e0324b8254a17ea54ef1 to your computer and use it in GitHub Desktop.
Save khushboothakkar/d637f83e0195e0324b8254a17ea54ef1 to your computer and use it in GitHub Desktop.
describe('Testcase4',() => {
it('Check whether the button is enabled or disabled',() => {
cy.get('[data-cy=saveToolkitBtn]').should('have.class', 'disabled')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment