(
keys: string,
{ page }: TestProps
)
| 260 | page.locator(TASKBAR_ENTRY_SELECTOR).getByLabel(label).hover(); |
| 261 | |
| 262 | export const pressDesktopKeys = async ( |
| 263 | keys: string, |
| 264 | { page }: TestProps |
| 265 | ): Promise<void> => page.locator(DESKTOP_SELECTOR).press(keys); |
| 266 | |
| 267 | export const pressFileExplorerAddressBarKeys = async ( |
| 268 | keys: string, |
no outgoing calls
no test coverage detected