FIX: reverts #18e2816 (#7940)

This commit is contained in:
Joffrey JAFFEUX
2019-07-25 11:14:23 +02:00
committed by GitHub
parent 47deb8b3da
commit c7b146cbdf
5 changed files with 0 additions and 18 deletions
@@ -255,13 +255,6 @@ 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 => {