* @description * Allows you to check whether an element is disabled from the user's perspective. * * Matches if the element is a form control and the `disabled` attribute is specified on this element or the * element is a descendant of a form element with a `disabled` attribute. * @ex
()
| 119 | * @see https://vitest.dev/api/browser/assertions#tobedisabled |
| 120 | */ |
| 121 | toBeDisabled(): R |
| 122 | /** |
| 123 | * @description |
| 124 | * Allows you to check whether an element is not disabled from the user's perspective. |
no outgoing calls
no test coverage detected