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

Function clickStartButton

e2e/functions.ts:168–172  ·  view source on GitHub ↗
(
  { page }: TestProps,
  right = false
)

Source from the content-addressed store, hash-verified

166 page.locator(SEARCH_BUTTON_SELECTOR).click(right ? RIGHT_CLICK : undefined);
167
168export const clickStartButton = async (
169 { page }: TestProps,
170 right = false
171): Promise<void> =>
172 page.locator(START_BUTTON_SELECTOR).click(right ? RIGHT_CLICK : undefined);
173
174export const clickStartMenuEntry = async (
175 label: RegExp | string,

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected