mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Broken test, data-auto-route
is no longer needed
This commit is contained in:
parent
1c90b8dd76
commit
2f911d9435
1 changed files with 0 additions and 3 deletions
|
@ -18,7 +18,6 @@ widgetTest('basics', {
|
|||
|
||||
test(assert) {
|
||||
assert.ok(this.$('.title').length === 1);
|
||||
assert.ok(this.$('a[data-auto-route]').length === 1);
|
||||
|
||||
assert.ok(this.$('img#site-logo.logo-big').length === 1);
|
||||
assert.equal(this.$('#site-logo').attr('src'), bigLogo);
|
||||
|
@ -52,8 +51,6 @@ widgetTest('no logo', {
|
|||
},
|
||||
|
||||
test(assert) {
|
||||
assert.ok(this.$('a[data-auto-route]').length === 1);
|
||||
|
||||
assert.ok(this.$('h2#site-text-logo.text-logo').length === 1);
|
||||
assert.equal(this.$('#site-text-logo').text(), title);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue