mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:42:46 +08:00
Revert "FIX: reverts #18e2816 (#7940)"
This reverts commit c7b146cbdfda41494c350a58982d2fe54893d2c1.
This commit is contained in:
@ -255,6 +255,13 @@ QUnit.test("selecting posts", async assert => {
|
||||
exists(".select-all"),
|
||||
"it should allow users to select all the posts"
|
||||
);
|
||||
|
||||
await click(".toggle-admin-menu");
|
||||
|
||||
assert.ok(
|
||||
exists(".selected-posts.hidden"),
|
||||
"it should hide the multi select menu"
|
||||
);
|
||||
});
|
||||
|
||||
QUnit.test("select below", async assert => {
|
||||
|
Reference in New Issue
Block a user