1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/pages/swaps/__snapshots__/index.test.js.snap
Daniel 1ca59ccc78 Swaps UI redesign for the View Quote page (#12950)
* Update EIP-1559 UI on the View Quote page (WIP)

* UI redesign for the View Quote page in Swaps, update tests,  refactoring

* Update styles for the View Quote page

* Improve scrolling and styling for the View Quote page

* Update snapshots

* Fix a scrolling issue

* Use Ethereum mainnet for swaps API calls if it's Rinkeby

* UI / content updates on the View Quote page

* Remove unused content in Swaps

* Fix an ESLint issue

* Update UTs with the latest content

* Renaming

* Remove 2 more unused content strings
2021-12-07 20:55:51 -03:30

35 lines
570 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Swap renders the component with initial props 1`] = `
<div>
<div
class="swaps"
>
<div
class="swaps__container"
>
<div
class="swaps__header"
>
<div
class="swaps__header-edit"
/>
<div
class="swaps__title"
>
Swap
</div>
<div
class="swaps__header-cancel"
>
Cancel
</div>
</div>
<div
class="swaps__content"
/>
</div>
</div>
</div>
`;