Skip to content

Commit

Permalink
DEV: fix test for new category badge structure
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Nov 6, 2023
1 parent 5776aa7 commit 8c48db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
);
},
Expand Down

0 comments on commit 8c48db2

Please sign in to comment.