mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
FIX: Failing test.
This commit is contained in:
parent
01c563ca85
commit
1a6624960d
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ test("tag is cooked properly", () => {
|
|||
|
||||
click('#reply-control .btn.create');
|
||||
andThen(() => {
|
||||
ok(find('.topic-post:last .cooked').html().trim().includes("<p>this is a tag hashtag <a href=\"/tags/monkey\" class=\"hashtag\">#<span>monkey</span></a></p>"));
|
||||
equal(find('.topic-post:last .cooked').html().trim(), "<p>this is a tag hashtag <a href=\"/tags/monkey\" class=\"hashtag\">#<span>monkey</span></a></p>");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue