How to verify if checkbox is checked #15013
-
how can I verify if the checkbox is checked. I want to use the below scenario: I used jquerry method with folwoing methods, but nothing worked for me |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In general, this is an anti-pattern https://on.cypress.io/conditional-testing But if you must do it, see https://glebbahmutov.com/cypress-examples/6.4.0/recipes/conditional-testing.html |
Beta Was this translation helpful? Give feedback.
In general, this is an anti-pattern https://on.cypress.io/conditional-testing
But if you must do it, see https://glebbahmutov.com/cypress-examples/6.4.0/recipes/conditional-testing.html