test adjustment
This commit is contained in:
parent
8d04a13daf
commit
70db8d7466
|
|
@ -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 to eviltrout#2 to Developers",
|
"Assigned topic to eviltrout#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