FIX broken test

This commit is contained in:
Sam 2014-05-23 12:23:12 +10:00
parent 40d397e278
commit cc681c729d

View file

@ -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");
});
});