FIX: Obscure emoji fail with a colon surrounded by spaces

This commit is contained in:
Robin Ward
2014-06-09 14:44:34 -04:00
parent 9d96fc6370
commit a63ac64931
2 changed files with 6 additions and 14 deletions

View File

@@ -131,9 +131,3 @@ test("dynamically toggles logo size when 'minimized' property changes", function
setMinimized(false);
ok(exists(fixture(bigLogoSelector)), "when 'minimized' version is turned off, small logo is replaced with the big one");
});
test("links logo to the site root", function() {
appendView();
equal(fixture(".title > a").attr("href"), "/");
});