Fix JS tests.

This commit is contained in:
Guo Xiang Tan 2017-01-06 16:00:29 +08:00
parent 58f3a2e9a9
commit d793a0fbfc
1 changed files with 1 additions and 3 deletions

View File

@ -18,10 +18,8 @@ test("Editing group", () => {
ok(find('.group-members-input-selector .add[disabled]').length === 1, 'add members button should be disabled');
});
click('.group-edit-public');
andThen(() => {
ok(find('.group-edit-allow-membership-requests[disabled]').length === 1, 'it should disable group allow_membership_requets input');
ok(find('.group-edit-allow-membership-requests[disabled]').length === 1, 'it should disable group allow_membership_request input');
});
click('.group-edit-public');