MCPcopy Index your code
hub / github.com/ZeeCoder/container-query / waitForTestComponentToHaveCustomProperties

Function waitForTestComponentToHaveCustomProperties

tests/utils/index.js:251–254  ·  view source on GitHub ↗
(
  props,
  timeout = 4500
)

Source from the content-addressed store, hash-verified

249 * @return {Promise}
250 */
251export const waitForTestComponentToHaveCustomProperties = (
252 props,
253 timeout = 4500
254) => waitForElementToHaveCustomProperties(componentElement, props, timeout);
255
256/**
257 * The reason we need this solution instead of just using wait() is because

Callers 1

index.jsFile · 0.90

Tested by

no test coverage detected