Skip to content

Commit

Permalink
fix: test closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Apr 27, 2024
1 parent 3b1c00f commit d430571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/tests/integration/components/ph-icon-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module('Integration | Component | ph-icon', function (hooks) {
to="360 0 0"
repeatCount="indefinite"
/>
<PhAcorn />`);
</PhAcorn>`);

assert.dom('[data-test-id="acorn"]').exists();
assert.dom('[data-test-id="icon-animation"]').exists();
Expand Down

0 comments on commit d430571

Please sign in to comment.