mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 11:48:08 +08:00
correct prettier offence
This commit is contained in:
@ -238,10 +238,7 @@ QUnit.test("Unpinning unlisted topic", async assert => {
|
||||
await click(".topic-admin-visible .btn");
|
||||
|
||||
await click(".toggle-admin-menu");
|
||||
assert.ok(
|
||||
exists(".topic-admin-pin"),
|
||||
"it should show the multi select menu"
|
||||
);
|
||||
assert.ok(exists(".topic-admin-pin"), "it should show the multi select menu");
|
||||
});
|
||||
|
||||
QUnit.test("selecting posts", async assert => {
|
||||
|
Reference in New Issue
Block a user