Skip to content

Commit

Permalink
fix: BannerAlert related snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Oct 11, 2023
1 parent f007c1e commit d18484f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ exports[`LedgerInstructionField Component rendering should render properly with
class="mm-box mm-icon mm-icon--size-lg mm-box--display-inline-block mm-box--color-primary-default"
style="mask-image: url('./images/icons/info.svg');"
/>
<div>
<div
class="mm-box mm-box--min-width-0"
>
<div
class="ledger-live-dialog"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ exports[`DetectedTokensBanner should render correctly 1`] = `
class="mm-box mm-icon mm-icon--size-lg mm-box--display-inline-block mm-box--color-primary-default"
style="mask-image: url('./images/icons/info.svg');"
/>
<div>
<div
class="mm-box mm-box--min-width-0"
>
<p
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ConfirmAddSuggestedNFT Component should match snapshot 1`] = `
{
Object {
"asFragment": [Function],
"baseElement": <body>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,9 @@ exports[`Confirm Transaction Base should match snapshot 1`] = `
class="mm-box mm-icon mm-icon--size-lg mm-box--display-inline-block mm-box--color-error-default"
style="mask-image: url('./images/icons/danger.svg');"
/>
<div>
<div
class="mm-box mm-box--min-width-0"
>
<p
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
>
Expand Down
4 changes: 3 additions & 1 deletion ui/pages/keychains/__snapshots__/reveal-seed.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ exports[`Reveal Seed Page should match snapshot 1`] = `
class="mm-box mm-icon mm-icon--size-lg mm-box--display-inline-block mm-box--color-error-default"
style="mask-image: url('./images/icons/danger.svg');"
/>
<div>
<div
class="mm-box mm-box--min-width-0"
>
<p
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
>
Expand Down

0 comments on commit d18484f

Please sign in to comment.