MyCrypto/spec/pages/__snapshots__/ENS.spec.tsx.snap
William O'Beirne 7ac546acaf ENS Search Styling (#1018)
* Restyled, recopied, and did some component refactoring for ENS.

* Awkward copy fix.

* Update snapshot.

* Overflow table handling.

* Re-enable on error.
2018-02-08 11:30:29 -06:00

43 lines
935 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`snapshot test ENS component 1`] = `
<Connect(TabSection)
isUnavailableOffline={true}
>
<div
className="Tab-content"
>
<section
className="Tab-content-pane"
>
<div
className="ENS"
>
<h1
className="ENS-title"
>
Ethereum Name Service
</h1>
<p
className="ENS-description"
>
The
<ENSDocsLink />
is a distributed, open, and extensible naming system based on the Ethereum blockchain. Once you have a name, you can tell your friends to send ETH to
<code>
ensdomain.eth
</code>
instead of
<code>
0x4bbeEB066e
...
</code>
</p>
<Connect(NameInput) />
</div>
</section>
<Connect(NameResolve) />
</div>
</Connect(TabSection)>
`;