Skip to content

Regression with v0.5.26 #161

Closed
Closed
@workmanw

Description

@workmanw

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.

The regression was introduced with: 696da08 . CC: @rwjblue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions