API Reference / @gtkx/testing / findByLabelText
Variable: findByLabelText
constfindByLabelText:BuiltinQueries["findByLabelText"]
Defined in: packages/testing/dist/queries.d.ts:58
Waits for and returns the single mapped widget with matching associated label text, retrying until it appears or the timeout elapses. Widgets that are not mapped are never matched. Rejects when none or more than one matches.