* This works the same as `locator.hover`, but moves the cursor to the `document.body` element instead. * @see {@link https://vitest.dev/api/browser/interactivity#userevent-unhover}
(options?: UserEventHoverOptions)
| 625 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-unhover} |
| 626 | */ |
| 627 | unhover(options?: UserEventHoverOptions): Promise<void> |
| 628 | /** |
| 629 | * Sets the value of the current `input`, `textarea` or `contenteditable` element. |
| 630 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-fill} |
no outgoing calls
no test coverage detected