1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-04 23:14:56 +01:00
metamask-extension/ui/components/component-library/avatar-with-badge/__snapshots__/avatar-with-badge.test.js.snap

26 lines
876 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`AvatarWithBadge should render correctly 1`] = `
<div>
<div
class="box mm-avatar-with-badge box--flex-direction-row"
data-testid="avatar-with-badge"
>
<div
class="box mm-avatar-with-badge__badge-wrapper--position-bottom box--flex-direction-row"
>
<div
class="box mm-avatar-base mm-avatar-base--size-md mm-avatar-network box--display-flex box--flex-direction-row box--justify-content-center box--align-items-center box--color-text-default box--background-color-background-alternative box--border-color-transparent box--border-style-solid box--border-width-1"
data-testid="badge"
>
<img
alt="Arbitrum One logo"
class="mm-avatar-network__network-image"
src="./images/arbitrum.svg"
/>
</div>
</div>
</div>
</div>
`;