update test

This commit is contained in:
awesomerobot 2023-03-13 16:28:59 -04:00
parent 499bf851ec
commit b4c99e0fed
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ acceptance("Discourse Assign | Assigned topic", function (needs) {
); );
assert.strictEqual( assert.strictEqual(
query("#post_1 .assigned-to").innerText.trim(), query("#post_1 .assigned-to").innerText.trim(),
"Developers", "Assigned topic to Developers",
"shows assignment in the first post" "shows assignment in the first post"
); );
assert.ok(exists("#post_1 .assigned-to svg.d-icon-group-plus")); assert.ok(exists("#post_1 .assigned-to svg.d-icon-group-plus"));