mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Obscure emoji fail with a colon surrounded by spaces
This commit is contained in:
@@ -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"), "/");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user