mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 01:22:36 +08:00
Remove obsolete JS tests.
This commit is contained in:
parent
35745166b5
commit
27e60c78d4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user