Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolive committed Oct 2, 2023
1 parent 3b86035 commit 6a7809f
Showing 1 changed file with 126 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,69 @@ exports[`Add Recipient Component Domain Resolution should match snapshot 1`] = `
</p>
</div>
</div>
<div
class="box send__select-recipient-wrapper__group-item box--padding-4 box--flex-direction-row"
>
<div
class=""
>
<div
class="identicon"
style="height: 28px; width: 28px; border-radius: 14px;"
>
<div
style="border-radius: 50px; overflow: hidden; padding: 0px; margin: 0px; width: 28px; height: 28px; display: inline-block; background: rgb(250, 62, 0);"
>
<svg
height="28"
width="28"
x="0"
y="0"
>
<rect
fill="#238FE1"
height="28"
transform="translate(-3.696976537625548 4.334010253908054) rotate(161.9 14 14)"
width="28"
x="0"
y="0"
/>
<rect
fill="#FB1891"
height="28"
transform="translate(-3.8726006416348677 11.341987744107225) rotate(224.3 14 14)"
width="28"
x="0"
y="0"
/>
<rect
fill="#F90901"
height="28"
transform="translate(-23.479125860782805 -13.386102528655465) rotate(344.7 14 14)"
width="28"
x="0"
y="0"
/>
</svg>
</div>
</div>
</div>
<div
class="box send__select-recipient-wrapper__group-item__content box--flex-direction-row"
data-testid="recipient"
>
<p
class="mm-box mm-text send__select-recipient-wrapper__group-item__title mm-text--body-lg-medium mm-box--color-text-default"
>
Custody test
</p>
<p
class="mm-box mm-text send__select-recipient-wrapper__group-item__subtitle mm-text--body-md mm-box--color-text-alternative"
>
0xca8f...f281
</p>
</div>
</div>
</div>
</div>
<div
Expand Down Expand Up @@ -709,6 +772,69 @@ exports[`Add Recipient Component render should match snapshot 1`] = `
</p>
</div>
</div>
<div
class="box send__select-recipient-wrapper__group-item box--padding-4 box--flex-direction-row"
>
<div
class=""
>
<div
class="identicon"
style="height: 28px; width: 28px; border-radius: 14px;"
>
<div
style="border-radius: 50px; overflow: hidden; padding: 0px; margin: 0px; width: 28px; height: 28px; display: inline-block; background: rgb(250, 62, 0);"
>
<svg
height="28"
width="28"
x="0"
y="0"
>
<rect
fill="#238FE1"
height="28"
transform="translate(-3.696976537625548 4.334010253908054) rotate(161.9 14 14)"
width="28"
x="0"
y="0"
/>
<rect
fill="#FB1891"
height="28"
transform="translate(-3.8726006416348677 11.341987744107225) rotate(224.3 14 14)"
width="28"
x="0"
y="0"
/>
<rect
fill="#F90901"
height="28"
transform="translate(-23.479125860782805 -13.386102528655465) rotate(344.7 14 14)"
width="28"
x="0"
y="0"
/>
</svg>
</div>
</div>
</div>
<div
class="box send__select-recipient-wrapper__group-item__content box--flex-direction-row"
data-testid="recipient"
>
<p
class="mm-box mm-text send__select-recipient-wrapper__group-item__title mm-text--body-lg-medium mm-box--color-text-default"
>
Custody test
</p>
<p
class="mm-box mm-text send__select-recipient-wrapper__group-item__subtitle mm-text--body-md mm-box--color-text-alternative"
>
0xca8f...f281
</p>
</div>
</div>
</div>
</div>
<div
Expand Down

0 comments on commit 6a7809f

Please sign in to comment.