mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: Failing test.
This commit is contained in:
parent
01c563ca85
commit
1a6624960d
@ -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…
x
Reference in New Issue
Block a user