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

Function startMenuEntryHasIcon

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

Source from the content-addressed store, hash-verified

717): Promise<void> => entryIsVisible(START_MENU_SELECTOR, label, page);
718
719export const startMenuEntryHasIcon = async (
720 label: RegExp | string,
721 { page }: TestProps
722): Promise<void> => entryHasIcon(START_MENU_SELECTOR, label, page);
723
724export const startMenuSidebarEntryIsVisible = async (
725 label: RegExp,

Callers 1

StartMenu.spec.tsFile · 0.90

Calls 1

entryHasIconFunction · 0.85

Tested by

no test coverage detected