DEV: fix test for new category badge structure (#263)
This commit is contained in:
parent
9f841a4c6f
commit
f83e6a1967
|
@ -1,3 +1,4 @@
|
|||
< 3.2.0.beta4-dev: 9f841a4c6f45b4a5bf81e2b9a6f389acf69cd13c
|
||||
3.1.999: e4f8d3924a18b303c2bb7da9472cf0c060060e4e
|
||||
3.1.0.beta4: 2cc87a10157852112712b7df1f7135b71023ad92
|
||||
3.1.0.beta3: 3907c4926383303ff85d992bb276e2b173cf0843
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue