* @description * Allows you to check whether an element is not disabled from the user's perspective. * * Works like `not.toBeDisabled()`. * * Use this matcher to avoid double negation in your tests. * @example * <button * data-testid="button" * type="submit" * >
()
| 138 | * @see https://vitest.dev/api/browser/assertions#tobeenabled |
| 139 | */ |
| 140 | toBeEnabled(): R |
| 141 | /** |
| 142 | * @description |
| 143 | * Check if a form element, or the entire `form`, is currently invalid. |