Remove obsolete JS tests.

This commit is contained in:
Guo Xiang Tan 2018-03-26 16:26:42 +08:00
parent 35745166b5
commit 27e60c78d4

View File

@ -24,9 +24,6 @@ QUnit.test("Editing group", assert => {
);
assert.ok(find('.group-edit-allow-membership-requests').length === 1, 'it should display group allow_membership_requets input');
assert.ok(find('.group-members-input .item').length === 7, 'it should display group members');
assert.ok(find('.group-members-input-selector').length === 1, 'it should display input to add group members');
assert.ok(find('.group-members-input-selector .add[disabled]').length === 1, 'add members button should be disabled');
assert.ok(
find('.group-edit-allow-membership-requests[disabled]').length === 1,