Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Nov 11, 2020
1 parent 5dac356 commit baa9191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/provider-id-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
});
});

0 comments on commit baa9191

Please sign in to comment.