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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
< 3.2.0.beta4-dev: 9f841a4c6f45b4a5bf81e2b9a6f389acf69cd13c
3.1.999: e4f8d3924a18b303c2bb7da9472cf0c060060e4e
3.1.0.beta4: 2cc87a10157852112712b7df1f7135b71023ad92
3.1.0.beta3: 3907c4926383303ff85d992bb276e2b173cf0843

View File

@ -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"
)
);
},