Interface: SectionLinkNavigationOptions
Options for navigateToSectionLink.
Example
const opts: SectionLinkNavigationOptions = { timeout: 10_000 };
Properties
description?
readonlyoptionaldescription?:string
Accessible description used to disambiguate
section links that share the same visible name. Forwarded to
getByRole('link', { description }). Ignored on Playwright versions
before 1.60, which lack the description option.
timeout?
readonlyoptionaltimeout?:number
Timeout in ms for click and stability wait. Defaults to DEFAULT_TIMEOUTS.UI5_WAIT.
waitForStable?
readonlyoptionalwaitForStable?:boolean
Whether to wait for UI5 stability after navigation. Defaults to true.