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

Compatibility with 1.13+ #177

Closed
djvoa12 opened this issue Jul 1, 2015 · 3 comments
Closed

Compatibility with 1.13+ #177

djvoa12 opened this issue Jul 1, 2015 · 3 comments

Comments

@djvoa12
Copy link

djvoa12 commented Jul 1, 2015

It seems like ember-test-helpers@0.5.0 is not compatible with latest Ember (throws an error at this line).

However, ember-test-helpers#master is compatible with Ember 1.13+ so maybe the solution is just to release a new version of ember-test-helpers and update it for ember-qunit?

/cc @twokul

@rwjblue
Copy link
Member

rwjblue commented Jul 7, 2015

ember-qunit@0.4.1 was released yesterday can you confirm that fixes your issue?

@anschoewe
Copy link

I'm using ember#beta with ember-qunit#0.4.1. Many of my tests started failing with the same error: You cannot use the same root element (#ember-testing) multiple times in an Ember.Application

This error happened, as well, when upgrade from ember-qunit#0.3.3 to ember-qunit#0.4.0. Also interesting is that the number of failures differs from run to run. Is this a timing issue? Do I need to update some other setting to make this new version compatible?

Bower config settings:
{
"name": "my-app",
"dependencies": {
"ember": "beta",
"ember-cli-shims": "ember-cli/ember-cli-shims#0.0.3",
"ember-cli-test-loader": "ember-cli-test-loader#0.1.3",
"ember-load-initializers": "ember-cli/ember-load-initializers#0.1.4",
"ember-qunit": "0.4.1",
"ember-qunit-notifications": "0.0.7",
"ember-resolver": "~0.1.15",
"jquery": "^1.11.1",
"loader.js": "ember-cli/loader.js#3.2.0",
"qunit": "~1.17.1",
"bootstrap": "^3.3.5"
}
}

@djvoa12
Copy link
Author

djvoa12 commented Jul 8, 2015

Yes, the latest version removed the view deprecation. Thanks.

@djvoa12 djvoa12 closed this as completed Jul 8, 2015
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

No branches or pull requests

3 participants