This commit is contained in:
awesomerobot 2023-03-10 17:04:38 -05:00
parent e379e92417
commit 6e63bd1747
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ acceptance("Discourse Assign | Assigned topic", function (needs) {
);
assert.strictEqual(
query("#post_1 .assigned-to").innerText,
"Assignedtopic toeviltrout#2 Developers",
"Assignedtopic toeviltrout#2 to Developers",
"shows assignment and indirect assignments in the first post"
);
assert.ok(exists("#post_1 .assigned-to svg.d-icon-user-plus"));