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

Function contextMenuEntryIsVisible

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

Source from the content-addressed store, hash-verified

602 ).toBeHidden();
603
604export const contextMenuEntryIsVisible = async (
605 label: RegExp | string,
606 { page }: TestProps
607): Promise<void> =>
608 expect(
609 page.locator(CONTEXT_MENU_ENTRIES_SELECTOR).getByLabel(label, EXACT)
610 ).toBeVisible();
611
612export const desktopEntryIsHidden = async (
613 label: RegExp,

Callers 4

Taskbar.spec.tsFile · 0.90
Desktop.spec.tsFile · 0.90
StartMenu.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected