File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,19 @@ export function wait(
176
176
177
177
export const waitFor = wait
178
178
179
+ /**
180
+ * Configuration API for legacy queries that return `ElementHandle` instances.
181
+ * Only `testIdAttribute` and `asyncUtilTimeout` are currently supported.
182
+
183
+ * @see {@link https://testing-library.com/docs/dom-testing-library/api-configuration }
184
+ *
185
+ * ⚠️ This API has no effect on the queries that return `Locator` instances. Use
186
+ * `test.use` instead to configure the `Locator` queries.
187
+ *
188
+ * @see {@link https://github.com/testing-library/playwright-testing-library/releases/tag/v4.4.0-beta.2 }
189
+ *
190
+ * @param config
191
+ */
179
192
export function configure ( config : Partial < Config > ) : void {
180
193
if ( ! config ) {
181
194
return
You can’t perform that action at this time.
0 commit comments