We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caa44e commit 3c60fe9Copy full SHA for 3c60fe9
src/material/legacy-button/testing/button-harness-filters.ts
@@ -8,7 +8,7 @@
8
9
import {BaseHarnessFilters} from '@angular/cdk/testing';
10
11
-/** A set of criteria that can be used to filter a list of `MatLegacyButtonHarness` instances. */
+/** A set of criteria that can be used to filter a list of button harness instances. */
12
export interface LegacyButtonHarnessFilters extends BaseHarnessFilters {
13
/** Only find instances whose text matches the given value. */
14
text?: string | RegExp;
0 commit comments