Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Nov 10, 2020
1 parent 866449d commit aea2582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module('Integration | Component | widgets/forms/social-link-field', function(hoo
test('it renders', async function(assert) {
await render(hbs`{{widgets/forms/social-link-field}}`);

let content = this.element.textContent?.trim();
const content = this.element.textContent?.trim();
assertContains(assert, content, 'Website');
assertContains(assert, content, 'Twitter');
assertContains(assert, content, 'Google Groups');
Expand Down

0 comments on commit aea2582

Please sign in to comment.