Revert "FIX: reverts #18e2816 (#7940)"

This reverts commit c7b146cbdfda41494c350a58982d2fe54893d2c1.
This commit is contained in:
Guo Xiang Tan
2019-07-25 19:59:24 +08:00
parent d83f99fc2e
commit c7516c42e9
5 changed files with 18 additions and 0 deletions

View File

@ -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 => {