mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: fix category-link spec failure
This commit is contained in:
@@ -26,7 +26,7 @@ QUnit.test("Regular categoryBadge", assert => {
|
||||
const label = tag.children[1];
|
||||
assert.equal(label.attributes.title, 'cool description', 'it has the correct title');
|
||||
|
||||
assert.equal(label.children[0].data, 'hello', 'it has the category name');
|
||||
assert.equal(label.children[0].children[0].data, 'hello', 'it has the category name');
|
||||
});
|
||||
|
||||
QUnit.test("undefined color", assert => {
|
||||
|
||||
Reference in New Issue
Block a user