update test
This commit is contained in:
parent
499bf851ec
commit
b4c99e0fed
|
|
@ -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"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue