You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
959 B
34 lines
959 B
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`FeeCard renders the component with EIP-1559 enabled 1`] = `null`;
|
|
|
|
exports[`FeeCard renders the component with initial props 1`] = `null`;
|
|
|
|
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>
|
|
`;
|
|
|