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

You cannot use the same root element (#ember-testing) multiple times in an Ember.Application #101

Closed
sajt opened this issue Jan 28, 2016 · 4 comments

Comments

@sajt
Copy link

sajt commented Jan 28, 2016

I get the following errors in a lot of Integration and acceptance tests:
Error: Assertion Failed: You cannot use the same root element (#ember-testing) multiple times in an Ember.Application
and
Promise rejected before it renders: Assertion Failed: You cannot use the same root element (#ember-testing) multiple times in an Ember.Application

My tests now is what the ember g generated, I do not changed anything on it.

@sajt
Copy link
Author

sajt commented Jan 28, 2016

I think here is the solution: emberjs/ember.js#11738

@sajt sajt closed this as completed Jan 28, 2016
@sajt
Copy link
Author

sajt commented Feb 9, 2016

No. I upgraded my all project to Ember 2 and everything is the latest version (I hope...) but I got the same error.

@sajt sajt reopened this Feb 9, 2016
@trentmwillis
Copy link
Member

@sajt that usually means an earlier test didn't clean up properly (usually due to an error being thrown).

@sajt
Copy link
Author

sajt commented Mar 27, 2016

Now it is working, but I do not know why :)

@sajt sajt closed this as completed Mar 27, 2016
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

2 participants