* @description * This allows you to check whether the given form element has the specified displayed value (the one the * end user will see). It accepts <input>, <select> and <textarea> elements with the exception of <input type="checkbox"> * and <input type="radio">, which can be meaningfu
(value: string | number | RegExp | Array<string | RegExp | number>)
| 319 | * @see https://vitest.dev/api/browser/assertions#tohavedisplayvalue |
| 320 | */ |
| 321 | toHaveDisplayValue(value: string | number | RegExp | Array<string | RegExp | number>): R |
| 322 | /** |
| 323 | * @description |
| 324 | * Assert whether an element has focus or not. |
no outgoing calls
no test coverage detected