FIX: Broken tests after removing attribute

This commit is contained in:
Robin Ward 2016-12-08 11:45:27 -05:00
parent f6f03ac009
commit a9acced4ca
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ widgetTest('basic rendering', {
test(assert) {
assert.ok(this.$('.names').length);
assert.ok(this.$('span.username').length);
assert.ok(this.$('a[data-auto-route=true]').length);
assert.ok(this.$('a[data-user-card=eviltrout]').length);
assert.equal(this.$('.username a').text(), 'eviltrout');
assert.equal(this.$('.full-name a').text(), 'Robin Ward');