Check Not Clickable
Confirm an Element is not ready to click.
Last updated
Confirm an Element is not ready to click.
Check Not Clickable confirms the Element is not ready to click. Use it when a control should stay disabled, hidden, or blocked by an overlay.
See Element states for how Clickable relates to Displayed and Enabled.

Confirm a submit button stays inactive until required fields are filled.
Verify a link or button is blocked while a loading state is shown.
Pair with Check Clickable on different branches of the same Flow.
Element
The Element to check
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Tags: check, is, notClickable, test, expect, assert, element, state
Last updated