mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Account for sites using text site logo in smoke test.
This commit is contained in:
parent
387cad693e
commit
130e7f214b
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue