MCPcopy Create free account
hub / github.com/DustinBrett/daedalOS / startMenuEntryIsVisible

Function startMenuEntryIsVisible

e2e/functions.ts:714–717  ·  view source on GitHub ↗
(
  label: RegExp | string,
  { page }: TestProps
)

Source from the content-addressed store, hash-verified

712 ).toPass();
713
714export const startMenuEntryIsVisible = async (
715 label: RegExp | string,
716 { page }: TestProps
717): Promise<void> => entryIsVisible(START_MENU_SELECTOR, label, page);
718
719export const startMenuEntryHasIcon = async (
720 label: RegExp | string,

Callers 1

StartMenu.spec.tsFile · 0.90

Calls 1

entryIsVisibleFunction · 0.85

Tested by

no test coverage detected