mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
Fixing test
This commit is contained in:
parent
8ff83d174e
commit
afec673c2b
@ -5,7 +5,7 @@ QUnit.test("list the tags", async assert => {
|
||||
await visit("/tags");
|
||||
|
||||
assert.ok($("body.tags-page").length, "has the body class");
|
||||
assert.ok(exists(".tag-eviltrout"), "shows the evil trout tag");
|
||||
assert.ok($('*[data-tag-name="eviltrout"]').length, "shows the eviltrout tag");
|
||||
});
|
||||
|
||||
acceptance("Tags listed by group", {
|
||||
|
Loading…
Reference in New Issue
Block a user