Skip to content
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

Failing tests for {{partial issues in 2.15. #15674

Closed
wants to merge 2 commits into from

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Sep 20, 2017

Related to #15621.

@GavinJoyce
Copy link
Member

622de5b fixes three of the test failures


this.runTask(() => set(this.context, 'items', {
items: emberA([{ id: 1 }, { id: 2 }, { id: 3 }]),
}));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be:

this.runTask(() => set(this.context, 'items',
  emberA([{ id: 1 }, { id: 2 }, { id: 3 }])
));

(updated here: #15784)


this.runTask(() => set(this.context, 'items', {
items: emberA(['apple', 'orange', 'banana']),
}));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be:

this.runTask(() => set(this.context, 'items',
  emberA([{ id: 1 }, { id: 2 }, { id: 3 }])
));

(updated here: #15784)


this.assertStableRerender();

this.assertText('apple: apple |orange: orange |banana: banana |');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as we have a null item, this should be:

this.assertText('apple: apple |:  |orange: orange |banana: banana |');

(updated here: #15784)

@GavinJoyce
Copy link
Member

now that #15784 has landed, this can be closed

@rwjblue
Copy link
Member Author

rwjblue commented Oct 29, 2017

Fixed by @GavinJoyce in #15784

@rwjblue rwjblue closed this Oct 29, 2017
@rwjblue rwjblue deleted the partiallllllllsssssssss!!!!!! branch October 29, 2017 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants