Commit fb6ec956 by Andy Armstrong

Fix broken test due to two PRs merging

parent 346ff840
......@@ -160,7 +160,8 @@ define([
});
it("shows correct error message when server returns an error", function () {
var requests = AjaxHelpers.requests(this);
var requests = AjaxHelpers.requests(this),
teamEditView = createTeamEditView();
teamEditView.$('.u-field-name input').val(teamsData.name);
teamEditView.$('.u-field-textarea textarea').val(teamsData.description);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment