DEV: fix test for new category badge structure (#263)

This commit is contained in:
Kris
2023-11-13 10:46:40 -05:00
committed by GitHub
parent 9f841a4c6f
commit f83e6a1967
2 changed files with 2 additions and 1 deletions
@@ -169,7 +169,7 @@ discourseModule(
test(assert) {
assert.ok(
exists(
"table tbody tr:nth-child(1) td:nth-child(1) span.category-name"
"table tbody tr:nth-child(1) td:nth-child(1) .badge-category__name"
)
);
},