Closed
Description
We were alerted to some test failures this week with ember-beta (2.7.0-beta.1). After diving in I discovered the cause was actually due to a change with ember-test-helpers.
Prior to this latest release, if you called this.render
more than once in a single test it would append the rendered component. Now if you call this.render
more than once it replaces that component.
So you could argue that calling this.render
multiple times in a single test is silly and we should restructure our tests. I can happily explain my use case if anyone is interested. But regardless this caused some test failures for us, I would expect it to do the same for others.
Metadata
Metadata
Assignees
Labels
No labels