-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
"Render node exists without concomitant env" in 1.13.4 #76
Comments
I'm not sure if this is very helpful, but the tests start failing after #5c6b627 commit. |
After further testing, this is appearing in both integration and unit component tests. I'm also seeing the same failures in 2.0.0-beta2. It looks like there is some issue with the teardown of the view in the |
This is now working in 0.5.2, thanks! |
When upgrading from Ember 1.13.3 -> 1.13.4 we have several tests that are now failing with the error
Uncaught Error: Assertion Failed: BUG: Render node exists without concomitant env.
.At least one example of a failing scenario would be with a template like:
(where the action simply nullifies
savedOption
)with the following component integration test:
And the exception is raised.
Further, this can have the side effect of not tearing down the test correctly, so that the following test raises a
Assertion Failed: You cannot use the same root element (#ember-testing) multiple times
.An example repo is here:
https://github.com/thec0keman/action-input-bug
This is using Ember QUnit 0.4.1.
The text was updated successfully, but these errors were encountered: