-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Testing Strangeness using Ember Qunit and Test Helpers #63
Comments
@stefanpenner Sure thing, I'll try to retest against ember-data master and will update this issue accordingly. |
@jnhuynh thanks! |
So, I updated my I am assuming Either way, my tests are now passing consistently so some something must have changed during the minor version changed. It's probably the fix from @mixonic. I'm going to close this ticket. @stefanpenner thanks for the help. I also noticed that the latest Ember-cli already has the updated Ember-data version. I really need to update Ember-cli more frequently 😅. |
I have a test that passes and then upon refresh fails with a unhelpful error. If I run the test by itself, it always passes.
I am not sure if this issue falls under Ember-qunit, Ember-cli, EmberJs. This is a boiler plate Ember-cli project, I am running Ember-cli version 0.0.28.
Am I missing something or is this a bug?
This is the error:
I know that the code works through manual testing. My
Tournament
modelhasMany('competitor')
. I have the appropriateCompetitor
model.Also, the screen shot below will show that all of my selectors are correct.
This is the integration test:
The main pieces of code that get exercised are the actions in this controller:
The text was updated successfully, but these errors were encountered: