MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / expectFixtureText

Function expectFixtureText

scripts/integration/js-api.mjs:347–349  ·  view source on GitHub ↗
(text, options = {})

Source from the content-addressed store, hash-verified

345}
346
347async function expectFixtureText(text, options = {}) {
348 return expectElementContains({ id: "fixture.status" }, text, options);
349}
350
351async function expectElementContains(selector, text, options = {}) {
352 const deadline = Date.now() + (options.timeoutMs ?? 15_000);

Callers 1

mainFunction · 0.85

Calls 1

expectElementContainsFunction · 0.85

Tested by

no test coverage detected