From cc681c729d0c8f6d7aa42d28e459182724ace762 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 23 May 2014 12:23:12 +1000 Subject: [PATCH] FIX broken test --- test/javascripts/integration/header_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/javascripts/integration/header_test.js b/test/javascripts/integration/header_test.js index 987e32ddb2b..5cb8729d039 100644 --- a/test/javascripts/integration/header_test.js +++ b/test/javascripts/integration/header_test.js @@ -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 some title', "correctly generates items' content"); + equal($items.first().find('span').html(), 'notifications.replied velesin some title', "correctly generates items' content"); }); });