FIX: Broken test

This commit is contained in:
Robin Ward 2014-07-30 12:08:07 -04:00
parent a6848bd9e9
commit aeb0ea1f25
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ test("location links part is rendered correctly", function() {
var $latestTopicsLink = $locationLinks.find(".latest-topics-link");
ok(exists($latestTopicsLink), "the latest topics link is present");
equal($latestTopicsLink.attr("href"), "/", "the latest topics link points to a correct URL");
equal($latestTopicsLink.attr("href"), "/latest", "the latest topics link points to a correct URL");
equal($latestTopicsLink.attr("title"), "filters.latest.help", "the latest topics link has correct title attr");
equal($latestTopicsLink.text(), "filters.latest.title", "the latest topics link has correct text");