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

remove the non-existent id in the results selector #562

Merged
merged 1 commit into from
Feb 21, 2017

Conversation

cafreeman
Copy link
Contributor

@cafreeman cafreeman commented Feb 21, 2017

Hi there! Sorry to show up randomly, but @carols10cents pinged me on the twitters and I took a look at the failing travis build here and noticed something that will (hopefully) be an easy fix. The test that's been failing is (I'm assuming) attempting to scope the find function using by specifying an id as part of the selector, e.g. #crate-all-reverse-dependencies.

This is definitely a common practice in Ember-qunit land, but in this case that id doesn't appear to actually exist anywhere.

I know some other things have been going on with qunit and some weird upgrade issues, but I suspect that in this case, the strange assert.async error you were seeing is simply a case of a bad error message for a relatively simple fluke.

Anyway, I've pulled out the id for now. If you decided you want to re-scope them, we could scope on the parent class, white-rows, but that's a style-related class so it feels weird. Otherwise we can just add an id or data-attribute to scope on if need be.

This should (hopefully) also fix the failing tests in #552

@carols10cents
Copy link
Member

zomg you're awesome

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.

2 participants