mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX broken test
This commit is contained in:
parent
40d397e278
commit
cc681c729d
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue