Account for sites using text site logo in smoke test.
This commit is contained in:
parent
387cad693e
commit
130e7f214b
|
@ -197,7 +197,8 @@ var runTests = 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() {
|
||||
|
|
Loading…
Reference in New Issue