Skip to content
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

Modify selector to handle child combinators when unit testing #2037

Merged
merged 1 commit into from
Dec 21, 2019

Conversation

rafehi
Copy link
Contributor

@rafehi rafehi commented Nov 24, 2019

fixes #2038

Currently, unit testing does not support CSS combinators (when using SpecPage). This PR adds support for child combinators, allowing operations such as el.querySelector('div > span') to work as expected.

@adamdbradley adamdbradley merged commit 6fd43e7 into ionic-team:master Dec 21, 2019
@adamdbradley
Copy link
Contributor

🎉 Thanks! And awesome unit tests, thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SpecPage does not support child css combinators
2 participants