Skip to content

Fix usage of a test selector on a tagless component #271

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

Closed
wants to merge 1 commit into from

Conversation

anehx
Copy link
Contributor

@anehx anehx commented Oct 29, 2018

{{docs-header/link}} is a tagless component which means we can't apply a test selector on it. ember-test-selectors used to throw a warning however they changed it to an assertion which results in breaking all addons using this addon and ember-test-selectors. I actually don't know how those tests for this functionality ever worked 🤔

@dcyriller
Copy link
Contributor

It sounds that ember-test-selectors@2 and ember-cli-addon-docs@latest are currently incompatible 😢 , at least if you're using the docs-header component.

@dcyriller
Copy link
Contributor

The tests are failing in CI, but I can't make them fail on my local machine.

@dfreeman
Copy link
Contributor

dfreeman commented Apr 4, 2019

#341 was just merged, which fixes this. Sorry for the long wait!

@dfreeman dfreeman closed this Apr 4, 2019
@anehx anehx deleted the fix-test-selectors branch February 11, 2022 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants