test adjustment

This commit is contained in:
awesomerobot 2023-03-13 15:05:49 -04:00
parent 8d04a13daf
commit 70db8d7466
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 to eviltrout#2 to Developers",
"Assigned topic to eviltrout#2 to Developers",
"shows assignment and indirect assignments in the first post"
);
assert.ok(exists("#post_1 .assigned-to svg.d-icon-user-plus"));