From 04b8dfbd93debe3653819b962743206b04c00695 Mon Sep 17 00:00:00 2001 From: kjgarza Date: Wed, 12 Feb 2020 12:36:31 +0100 Subject: [PATCH] fix specs --- tests/integration/components/metrics-counter-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/components/metrics-counter-test.js b/tests/integration/components/metrics-counter-test.js index 42420cdb1..d16096200 100644 --- a/tests/integration/components/metrics-counter-test.js +++ b/tests/integration/components/metrics-counter-test.js @@ -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'); }); });