(
label: RegExp | string,
{ page }: TestProps
)
| 717 | ): Promise<void> => entryIsVisible(START_MENU_SELECTOR, label, page); |
| 718 | |
| 719 | export const startMenuEntryHasIcon = async ( |
| 720 | label: RegExp | string, |
| 721 | { page }: TestProps |
| 722 | ): Promise<void> => entryHasIcon(START_MENU_SELECTOR, label, page); |
| 723 | |
| 724 | export const startMenuSidebarEntryIsVisible = async ( |
| 725 | label: RegExp, |
no test coverage detected