mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 11:57:24 +08:00
FIX broken test
This commit is contained in:
@ -80,7 +80,7 @@ test("notifications dropdown", function() {
|
||||
|
||||
ok(exists($items), "is lazily populated after user opens it");
|
||||
ok($items.first().hasClass("read"), "correctly binds items' 'read' class");
|
||||
equal($items.first().html(), 'notifications.replied velesin <a href="/t/a-slug/1234/2">some title</a>', "correctly generates items' content");
|
||||
equal($items.first().find('span').html(), 'notifications.replied velesin <a href="/t/a-slug/1234/2">some title</a>', "correctly generates items' content");
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user