-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cdk/testing): support querying for multiple TestHarness / Compon… #17658
Conversation
6c3c040
to
759893e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…entHarness at once in locatorFor
759893e
to
28a6497
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. As a minor nit: It would be nice to mention that the skipSelectorCheck
is only for performance purposes IMO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one small comment
@mmalerba should this target 9.1? |
I think we should try to get it in 9.0 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…entHarness at once in locatorFor
This feature is needed for the MatListHarness, so we can query for a combined list of list items, headers, and dividers, while maintaining the DOM order. The new API is a super-set of the old one, so non-breaking.