Skip to content

API Reference / @gtkx/testing / findByRole

Variable: findByRole

const findByRole: BuiltinQueries["findByRole"]

Defined in: packages/testing/dist/queries.d.ts:32

Waits for and returns the single mapped widget with a matching accessible role and options, retrying until it appears or the timeout elapses. Widgets that are not mapped are never matched. Rejects when none or more than one matches.

Released under the MPL-2.0 License.