Skip to content

Commit

Permalink
test:fix: snapshots related to permit ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Jul 30, 2024
1 parent 706d6d9 commit 25b4f0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ exports[`TypedSignInfo correctly renders permit sign type 1`] = `
tabindex="0"
>
<p
class="mm-box mm-text mm-text--body-md mm-text--ellipsis mm-box--color-inherit"
class="mm-box mm-text mm-text--body-md mm-box--color-inherit"
style="white-space: pre-wrap;"
>
3,000
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ exports[`PermitSimulation renders component correctly 1`] = `
tabindex="0"
>
<p
class="mm-box mm-text mm-text--body-md mm-text--ellipsis mm-text--text-align-center mm-box--padding-inline-2 mm-box--color-text-default mm-box--background-color-background-alternative mm-box--rounded-xl"
class="mm-box mm-text mm-text--body-md mm-text--text-align-center mm-box--padding-inline-2 mm-box--color-text-default mm-box--background-color-background-alternative mm-box--rounded-xl"
data-testid="simulation-token-value"
>
30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,8 @@ exports[`Confirm should match snapshot for signature - typed sign - permit 1`] =
tabindex="0"
>
<p
class="mm-box mm-text mm-text--body-md mm-text--ellipsis mm-box--color-inherit"
class="mm-box mm-text mm-text--body-md mm-box--color-inherit"
style="white-space: pre-wrap;"
>
3,000
</p>
Expand Down

0 comments on commit 25b4f0a

Please sign in to comment.