2023-02-07 19:06:37 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2023-02-16 20:23:29 +01:00
|
|
|
exports[`NFT Default Image should match snapshot with all provided props 1`] = `
|
2023-02-07 19:06:37 +01:00
|
|
|
<div>
|
|
|
|
<button
|
2023-02-16 20:23:29 +01:00
|
|
|
class="nft-default nft-default--clickable"
|
|
|
|
data-testid="nft-default-image"
|
2023-02-07 19:06:37 +01:00
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<h6
|
2023-02-16 20:23:29 +01:00
|
|
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography nft-default__text typography--h6 typography--weight-normal typography--style-normal typography--color-text-default"
|
2023-02-07 19:06:37 +01:00
|
|
|
>
|
2023-02-16 20:23:29 +01:00
|
|
|
NFT Name
|
2023-02-07 19:06:37 +01:00
|
|
|
|
|
|
|
<br />
|
|
|
|
#
|
|
|
|
123
|
|
|
|
</h6>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-02-16 20:23:29 +01:00
|
|
|
exports[`NFT Default Image should match snapshot with missing image click handler 1`] = `
|
2023-02-07 19:06:37 +01:00
|
|
|
<div>
|
|
|
|
<div
|
2023-02-16 20:23:29 +01:00
|
|
|
class="nft-default"
|
|
|
|
data-testid="nft-default-image"
|
2023-02-07 19:06:37 +01:00
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<h6
|
2023-02-16 20:23:29 +01:00
|
|
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography nft-default__text typography--h6 typography--weight-normal typography--style-normal typography--color-text-default"
|
2023-02-07 19:06:37 +01:00
|
|
|
>
|
2023-02-16 20:23:29 +01:00
|
|
|
NFT Name
|
2023-02-07 19:06:37 +01:00
|
|
|
|
|
|
|
<br />
|
|
|
|
#
|
|
|
|
123
|
|
|
|
</h6>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-02-16 20:23:29 +01:00
|
|
|
exports[`NFT Default Image should render with no props 1`] = `
|
2023-02-07 19:06:37 +01:00
|
|
|
<div>
|
|
|
|
<div
|
2023-02-16 20:23:29 +01:00
|
|
|
class="nft-default"
|
|
|
|
data-testid="nft-default-image"
|
2023-02-07 19:06:37 +01:00
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<h6
|
2023-02-16 20:23:29 +01:00
|
|
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography nft-default__text typography--h6 typography--weight-normal typography--style-normal typography--color-text-default"
|
2023-02-07 19:06:37 +01:00
|
|
|
>
|
|
|
|
[unknownCollection]
|
|
|
|
|
|
|
|
<br />
|
|
|
|
#
|
|
|
|
</h6>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|