mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Wrong function call.
This commit is contained in:
parent
130e7f214b
commit
2b66918199
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user