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

Function contextMenuIsVisible

e2e/functions.ts:550–553  ·  view source on GitHub ↗
({
  page,
}: TestProps)

Source from the content-addressed store, hash-verified

548 expect(page.locator(CONTEXT_MENU_SELECTOR)).toBeHidden();
549
550export const contextMenuIsVisible = async ({
551 page,
552}: TestProps): Promise<void> =>
553 expect(page.locator(CONTEXT_MENU_SELECTOR)).toBeVisible();
554
555export const desktopIsVisible = async ({ page }: TestProps): Promise<void> =>
556 expect(page.locator(DESKTOP_SELECTOR)).toBeVisible();

Callers 4

Taskbar.spec.tsFile · 0.90
Wallpaper.spec.tsFile · 0.90
startMenuContextIsOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected