Skip to content

Commit

Permalink
added percy test for “link::inline"
Browse files Browse the repository at this point in the history
  • Loading branch information
didoo committed Apr 19, 2022
1 parent 5b2f531 commit 4469dfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/tests/acceptance/percy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ module('Acceptance | Percy test', function (hooks) {
await visit('/components/link-to/cta');
await percySnapshot('LinkTo CTA');

await visit('/components/link/inline');
await percySnapshot('Link Inline');

await visit('/components/link/standalone');
await percySnapshot('Link Standalone');

Expand Down

0 comments on commit 4469dfd

Please sign in to comment.