Last active
June 13, 2023 18:56
-
-
Save pablocattaneo/aaa65cb781c853a6761ef8f725eb1bfa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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