-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(material-experimental): add test harness for tabs #16728
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
Conversation
* @return a `HarnessPredicate` configured with the given options. | ||
*/ | ||
static with(options: TabGroupHarnessFilters = {}): HarnessPredicate<MatTabGroupHarness> { | ||
return new HarnessPredicate(MatTabGroupHarness); |
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.
For a follow up: I could see having a filter for the selected tab label
f99d664
to
f69302b
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.
Looks good aside from the broken import
Resolves COMP-193.
f69302b
to
6695eca
Compare
Ops. looks like I forgot pushing the new file for the tab-label class. Pushed now. |
…lected tab Follow-up that addresses feedback from the original tab-group harness PR. See: angular#16728#discussion_r314819393
…lected tab Follow-up that addresses feedback from the original tab-group harness PR. See: angular#16728#discussion_r314819393
…lected tab Follow-up that addresses feedback from the original tab-group harness PR. See: angular#16728#discussion_r314819393
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. |
Resolves COMP-193.