File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ are used to create `ComponentHarness` instances for elements under this root ele
139
139
Calls to ` getHarness ` and ` getAllHarnesses ` can either take ` ComponentHarness ` subclass or a
140
140
` HarnessPredicate ` . ` HarnessPredicate ` applies additional restrictions to the search (e.g. searching
141
141
for a button that has some particular text, etc). The
142
- [ details of ` HarnessPredicate ` ] ( #filtering-harness-instances-with-harnesspredicate ) are discussed in
142
+ [ details of ` HarnessPredicate ` ] ( #filtering-harness-instances-with-code- harnesspredicate-code- ) are discussed in
143
143
the [ API for component harness authors] ( #api-for-component-harness-authors ) ; harness authors should
144
144
provide convenience methods on their ` ComponentHarness ` subclass to facilitate the creation of
145
145
` HarnessPredicate ` instances. However, if the harness author's API is not sufficient, they can be
@@ -216,7 +216,7 @@ class MyPopupHarness extends ComponentHarness {
216
216
217
217
While ` ComponentHarness ` subclasses require only the ` hostSelector ` property, most harnesses should
218
218
also implement a static ` with ` method to generate ` HarnessPredicate ` instances. The
219
- [ ` HarnessPredicate ` ] ( #filtering-harness-instances-with-harnesspredicate ) section below covers this
219
+ [ ` HarnessPredicate ` ] ( #filtering-harness-instances-with-code- harnesspredicate-code- ) section below covers this
220
220
in more detail.
221
221
222
222
#### Finding elements in the component's DOM
You can’t perform that action at this time.
0 commit comments