Wrong function call.

This commit is contained in:
Guo Xiang Tan 2017-05-19 22:33:06 +08:00
parent 130e7f214b
commit 2b66918199

View File

@ -197,8 +197,8 @@ var runTests = function() {
}); });
exec("go home", function() { exec("go home", function() {
if ($('#site-logo').length()) $('#site-logo').click(); if ($('#site-logo').length) $('#site-logo').click();
if ($('#site-text-logo').length()) $('#site-text-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() {