Account for sites using text site logo in smoke test.

This commit is contained in:
Guo Xiang Tan
2017-05-19 22:25:08 +08:00
parent 387cad693e
commit 130e7f214b

View File

@ -197,7 +197,8 @@ var runTests = function() {
}); });
exec("go home", function() { exec("go home", function() {
$('#site-logo').click(); if ($('#site-logo').length()) $('#site-logo').click();
if ($('#site-text-logo').length()) $('#site-text-logo').click();
}); });
test("it shows a topic list", function() { test("it shows a topic list", function() {