Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrNechai committed Sep 13, 2024
1 parent f735c1b commit 566aef5
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions packages/base/Link/src/Link/__snapshots__/test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,58 +14,6 @@ exports[`Link renders 1`] = `
</div>
`;

exports[`Link renders a Link from react-router 1`] = `
<div>
<div
class="Picasso-root"
>
<div>
<a
class="m-0 font-inherit font-inherit focus:outline-none hover:underline leading-[inherit] text-blue visited:text-purple no-underline"
href="/"
>
Please verify your email
</a>
</div>
</div>
</div>
`;

exports[`Link renders disabled link 1`] = `
<div>
<div
class="Picasso-root"
>
<a
aria-disabled="true"
class="m-0 font-inherit font-inherit focus:outline-none hover:underline leading-[inherit] text-gray underline cursor-not"
download="filename"
rel="noopener"
>
Please verify your email
</a>
</div>
</div>
`;

exports[`Link renders native attributes 1`] = `
<div>
<div
class="Picasso-root"
>
<a
class="m-0 font-inherit font-inherit focus:outline-none hover:underline leading-[inherit] text-blue visited:text-purple no-underline"
download="filename"
href="https://toptal.com/filename.txt"
rel="noopener"
target="_blank"
>
Please verify your email
</a>
</div>
</div>
`;

exports[`Link when disabled renders disabled link 1`] = `
<div>
<div
Expand Down

0 comments on commit 566aef5

Please sign in to comment.