Skip to content

checkKeyboardNavigation

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/web-e2e/src/utils/accessibility.ts

Check keyboard navigation

Signature

ts
async function checkKeyboardNavigation(page: Page, expectedFocusOrder: string[]): Promise<void>

Parameters

NameType
pagePage
expectedFocusOrderstring[]

Returns: Promise<void>

Was this page helpful?

Download as PDF