test fix
This commit is contained in:
parent
e379e92417
commit
6e63bd1747
|
|
@ -106,7 +106,7 @@ acceptance("Discourse Assign | Assigned topic", function (needs) {
|
||||||
);
|
);
|
||||||
assert.strictEqual(
|
assert.strictEqual(
|
||||||
query("#post_1 .assigned-to").innerText,
|
query("#post_1 .assigned-to").innerText,
|
||||||
"Assignedtopic toeviltrout#2 Developers",
|
"Assignedtopic toeviltrout#2 to Developers",
|
||||||
"shows assignment and indirect assignments in the first post"
|
"shows assignment and indirect assignments in the first post"
|
||||||
);
|
);
|
||||||
assert.ok(exists("#post_1 .assigned-to svg.d-icon-user-plus"));
|
assert.ok(exists("#post_1 .assigned-to svg.d-icon-user-plus"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue