(
label: RegExp | string,
{ page }: TestProps
)
| 712 | ).toPass(); |
| 713 | |
| 714 | export const startMenuEntryIsVisible = async ( |
| 715 | label: RegExp | string, |
| 716 | { page }: TestProps |
| 717 | ): Promise<void> => entryIsVisible(START_MENU_SELECTOR, label, page); |
| 718 | |
| 719 | export const startMenuEntryHasIcon = async ( |
| 720 | label: RegExp | string, |
no test coverage detected