You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What kind of test (moduleForComponent, etc)? Are all failing or just some? If you inspect the DOM at the time of the failed assertion does it contain the correct things (but just in a nested element or something)?
This was apparently caused by qunit-dom caching the reference to the #ember-testing element, but #229 changed the behavior to recreate a new element for each test. This issue was resolved in mainmatter/qunit-dom#33 and released as qunit-dom@0.3.3.
It looks like
v0.7.0-beta.8
(with #229) broke some of our existing old API tests.Most failures seem to look like this:
The text was updated successfully, but these errors were encountered: