Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed Feb 12, 2020
1 parent f45d0a1 commit 04b8dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/metrics-counter-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module('Integration | Component | metrics counter', function(hooks) {
await render(hbs`{{metrics-counter label="View" orcid="0000-0002-4695-7874" model=data}}`);

assert.dom('div#metrics-counter-doi').hasText('232.3K');
assert.dom('h3.panel-title').hasText('Views total reported');
assert.dom('h3.panel-title').hasText('Views total');
});
});

0 comments on commit 04b8dfb

Please sign in to comment.