Skip to content

Commit

Permalink
Fix test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Oct 10, 2024
1 parent ab435bc commit 6c88e12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ exports[`create-snap-account confirmation should match snapshot 1`] = `
>
<div
class="mm-box mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center"
style="overflow: hidden;"
>
<div
class="mm-box mm-text mm-avatar-base mm-avatar-base--size-sm mm-text--body-sm mm-text--text-transform-uppercase mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-text-alternative mm-box--background-color-background-alternative mm-box--rounded-full"
Expand All @@ -40,6 +41,7 @@ exports[`create-snap-account confirmation should match snapshot 1`] = `
</div>
<p
class="mm-box mm-text mm-text--body-md-medium mm-text--ellipsis mm-box--margin-left-2 mm-box--color-text-default"
title="Test Snap"
>
Test Snap
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ exports[`remove-snap-account confirmation should match snapshot 1`] = `
>
<div
class="mm-box mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center"
style="overflow: hidden;"
>
<div
class="mm-box mm-text mm-avatar-base mm-avatar-base--size-sm mm-text--body-sm mm-text--text-transform-uppercase mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-text-alternative mm-box--background-color-background-alternative mm-box--rounded-full"
Expand All @@ -40,6 +41,7 @@ exports[`remove-snap-account confirmation should match snapshot 1`] = `
</div>
<p
class="mm-box mm-text mm-text--body-md-medium mm-text--ellipsis mm-box--margin-left-2 mm-box--color-text-default"
title="Test Snap"
>
Test Snap
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports[`snap-account-redirect confirmation should match snapshot 1`] = `
>
<div
class="mm-box mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center"
style="overflow: hidden;"
>
<div
class="mm-box mm-text mm-avatar-base mm-avatar-base--size-sm mm-text--body-sm mm-text--text-transform-uppercase mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-text-alternative mm-box--background-color-background-alternative mm-box--rounded-full"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exports[`<SnapAccountRedirect /> renders the url and message when provided and i
>
<div
class="mm-box mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center"
style="overflow: hidden;"
>
<div
class="mm-box mm-text mm-avatar-base mm-avatar-base--size-sm mm-text--body-sm mm-text--text-transform-uppercase mm-box--display-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-text-alternative mm-box--background-color-background-alternative mm-box--rounded-full"
Expand All @@ -24,6 +25,7 @@ exports[`<SnapAccountRedirect /> renders the url and message when provided and i
</div>
<p
class="mm-box mm-text mm-text--body-md-medium mm-text--ellipsis mm-box--margin-left-2 mm-box--color-text-default"
title="@metamask/snap-simple-keyring"
>
@metamask/snap-simple-keyring
</p>
Expand Down

0 comments on commit 6c88e12

Please sign in to comment.