Fix test case for site logo as `<h2>`

This commit is contained in:
Michael Howell 2018-01-12 23:20:36 +00:00
parent 66d5b9f74c
commit f29d233287
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
});