FIX: fix category-link spec failure

This commit is contained in:
Joffrey JAFFEUX
2018-01-11 13:43:05 +01:00
committed by GitHub
parent 3a7d2da633
commit e9fd4f271a

View File

@@ -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 => {