MCPcopy
hub / github.com/vitest-dev/vitest / unhover

Method unhover

packages/browser/context.d.ts:627–627  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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}

Callers 6

unhoverFunction · 0.65
unhoverMethod · 0.65
userEvent.test.tsFile · 0.65
failing.test.tsFile · 0.65
basic.test.tsxFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected