mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Make prettier happy.
This commit is contained in:
@@ -5,7 +5,10 @@ QUnit.test("list the tags", async assert => {
|
||||
await visit("/tags");
|
||||
|
||||
assert.ok($("body.tags-page").length, "has the body class");
|
||||
assert.ok($('*[data-tag-name="eviltrout"]').length, "shows the eviltrout tag");
|
||||
assert.ok(
|
||||
$('*[data-tag-name="eviltrout"]').length,
|
||||
"shows the eviltrout tag"
|
||||
);
|
||||
});
|
||||
|
||||
acceptance("Tags listed by group", {
|
||||
|
||||
Reference in New Issue
Block a user