Fix JS tests.
This commit is contained in:
parent
58f3a2e9a9
commit
d793a0fbfc
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue