MCPcopy Index your code
hub / github.com/tinyplex/tinybase / expectedFramedSvgElement

Function expectedFramedSvgElement

test/e2e/common.ts:52–61  ·  view source on GitHub ↗
(
  page: Page,
  selector: string,
  text?: string | RegExp,
  timeout = 5000,
)

Source from the content-addressed store, hash-verified

50};
51
52export const expectedFramedSvgElement = async (
53 page: Page,
54 selector: string,
55 text?: string | RegExp,
56 timeout = 5000,
57): Promise<Locator> =>
58 expectedFramedElement(page, `svg ${selector}`, text, {
59 timeout,
60 state: 'attached',
61 });
62
63export const expectedElement = async (
64 page: Page,

Callers 1

Calls 1

expectedFramedElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…