mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 03:45:43 +08:00
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…
x
Reference in New Issue
Block a user