Skip to content

API Reference / @gtkx/testing / getAllByLabelText

Variable: getAllByLabelText

const getAllByLabelText: BuiltinQueries["getAllByLabelText"]

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

Returns every mapped widget with matching associated label text. Widgets that are not mapped are never matched. Throws when none match.

Released under the MPL-2.0 License.