From baa9191ea404d9db45d493269af0badb1b5cea39 Mon Sep 17 00:00:00 2001 From: Richard Hallett Date: Wed, 11 Nov 2020 12:42:56 +0100 Subject: [PATCH] Update test --- tests/integration/components/provider-id-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/components/provider-id-test.js b/tests/integration/components/provider-id-test.js index ac3d0d74b..14eee4e3f 100644 --- a/tests/integration/components/provider-id-test.js +++ b/tests/integration/components/provider-id-test.js @@ -13,6 +13,6 @@ module('Integration | Component | provider-id', function(hooks) { await render(hbs`{{provider-id model=model}}`); - assert.dom(this.element).hasText('Click the circle icon for a new random ID, or the cross icon to delete the random ID and enter a value manually.'); + assert.dom(this.element).hasText('Click the refresh icon for a new random ID, or the cross icon to delete the random ID and enter a value manually.'); }); });