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
In testing environment the content of dropdowns is rendered into config['APP']?.rootElement (which is ENV.APP.rootElement = '#ember-testing'; by default) instead of the defined destination or the default ember-basic-dropdown-wormhole.
In our acceptance tests this leads to wrongly placed content in tests. Should config['APP']?.rootElement be considered a fallback if neither destination nor ember-basic-dropdown-wormhole are available?
The text was updated successfully, but these errors were encountered:
In testing environment the content of dropdowns is rendered into
config['APP']?.rootElement
(which isENV.APP.rootElement = '#ember-testing';
by default) instead of the defineddestination
or the defaultember-basic-dropdown-wormhole
.In our acceptance tests this leads to wrongly placed content in tests. Should
config['APP']?.rootElement
be considered a fallback if neitherdestination
norember-basic-dropdown-wormhole
are available?The text was updated successfully, but these errors were encountered: