2021-04-16 23:52:32 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2021-12-07 04:51:26 +01:00
|
|
|
exports[`FeeCard renders the component with EIP-1559 enabled 1`] = `null`;
|
2021-07-30 13:35:30 +02:00
|
|
|
|
2021-12-07 04:51:26 +01:00
|
|
|
exports[`FeeCard renders the component with initial props 1`] = `null`;
|
2022-10-04 18:55:05 +02:00
|
|
|
|
|
|
|
exports[`FeeCard renders the component with initial props 2`] = `
|
|
|
|
<div
|
|
|
|
class="info-tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="fee-card__row-label fee-card__info-tooltip-container"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
aria-describedby="tippy-tooltip-1"
|
|
|
|
class="info-tooltip__tooltip-container fee-card__info-tooltip-content-container"
|
|
|
|
data-original-title="null"
|
|
|
|
data-tooltipped=""
|
|
|
|
style="display: inline;"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
viewBox="0 0 10 10"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M5 0C2.2 0 0 2.2 0 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 2c.4 0 .7.3.7.7s-.3.7-.7.7-.7-.2-.7-.6.3-.8.7-.8zm.7 6H4.3V4.3h1.5V8z"
|
|
|
|
fill="var(--color-icon-alternative)"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|