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

Function startMenuIsHidden

e2e/functions.ts:572–573  ·  view source on GitHub ↗
({ page }: TestProps)

Source from the content-addressed store, hash-verified

570 expect(page.locator(START_BUTTON_SELECTOR)).toBeVisible();
571
572export const startMenuIsHidden = async ({ page }: TestProps): Promise<void> =>
573 expect(page.locator(START_MENU_SELECTOR)).toBeHidden();
574
575export const startMenuIsVisible = async ({ page }: TestProps): Promise<void> =>
576 expect(page.locator(START_MENU_SELECTOR)).toBeVisible();

Callers 1

StartMenu.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected