Skip to content

API Reference / @gtkx/testing / getAllByPlaceholderText

Variable: getAllByPlaceholderText

const getAllByPlaceholderText: BuiltinQueries["getAllByPlaceholderText"]

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

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

Released under the MPL-2.0 License.