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

Function startMenuContextIsOpen

e2e/functions.ts:732–739  ·  view source on GitHub ↗
(
  entry: RegExp | string,
  { page }: TestProps
)

Source from the content-addressed store, hash-verified

730 ).toBeVisible();
731
732export const startMenuContextIsOpen = async (
733 entry: RegExp | string,
734 { page }: TestProps
735): Promise<void> =>
736 expect(async () => {
737 await clickStartMenuEntry(entry, { page }, true);
738 await contextMenuIsVisible({ page });
739 }).toPass();
740
741export const taskbarEntryHasTooltip = async (
742 label: RegExp,

Callers 1

StartMenu.spec.tsFile · 0.90

Calls 2

clickStartMenuEntryFunction · 0.85
contextMenuIsVisibleFunction · 0.85

Tested by

no test coverage detected