Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pablocattaneo/aaa65cb781c853a6761ef8f725eb1bfa to your computer and use it in GitHub Desktop.
Save pablocattaneo/aaa65cb781c853a6761ef8f725eb1bfa to your computer and use it in GitHub Desktop.
// https://docs.cypress.io/api/commands/should#Assert-the-checkbox-is-disabled
// source: https://www.udemy.com/course/cypress-end-to-end-testing-getting-started/learn/lecture/36409698?start=123#notes
cy.get('button').should('be.disabled')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment