Unflag Group Configurations, Render only existing children in staff view of split_test.

This commit is contained in:
Alexander Kryklia
2014-08-19 16:23:12 +03:00
committed by cahrens
parent b875a42971
commit 095b07275e
14 changed files with 138 additions and 50 deletions

View File

@@ -381,7 +381,7 @@ define([
this.view.$('form').submit();
// See error message
expect(this.view.$(SELECTORS.errorMessage)).toContainText(
'Group Configuration name is required'
'Group Configuration name is required.'
);
// No request
expect(requests.length).toBe(0);