mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 05:45:57 +08: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");
|
await visit("/tags");
|
||||||
|
|
||||||
assert.ok($("body.tags-page").length, "has the body class");
|
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", {
|
acceptance("Tags listed by group", {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user