MCPcopy Create free account
hub / github.com/ZeeCoder/container-query / waitForTestComponentToHaveStyle

Function waitForTestComponentToHaveStyle

tests/utils/index.js:159–160  ·  view source on GitHub ↗
(style, timeout = 4500)

Source from the content-addressed store, hash-verified

157 * @return {Promise}
158 */
159export const waitForTestComponentToHaveStyle = (style, timeout = 4500) =>
160 waitForElementToHaveStyle(componentElement, style, timeout);
161
162/**
163 * @param {HTMLElement} element

Callers 2

index.jsFile · 0.90
index.jsFile · 0.90

Calls 1

Tested by

no test coverage detected