Fix spinner test
This commit is contained in:
@@ -12,5 +12,5 @@ test('it renders', function(assert) {
|
|||||||
|
|
||||||
this.render(hbs`{{loading-spinner}}`);
|
this.render(hbs`{{loading-spinner}}`);
|
||||||
|
|
||||||
assert.equal(this.$().text().trim(), '');
|
assert.equal(this.$().text().trim(), 'Loading data from Ethereum...');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user