mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix test case for site logo as <h2>
This commit is contained in:
@@ -51,7 +51,7 @@ widgetTest('no logo', {
|
||||
},
|
||||
|
||||
test(assert) {
|
||||
assert.ok(this.$('h2#site-text-logo.text-logo').length === 1);
|
||||
assert.ok(this.$('h1#site-text-logo.text-logo').length === 1);
|
||||
assert.equal(this.$('#site-text-logo').text(), title);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user