mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-30 18:16:48 +10:00
138 lines
2.4 KiB
Text
138 lines
2.4 KiB
Text
exports[`InboxPage matches snapshot 1`] = `
|
|
<div
|
|
className="">
|
|
<div
|
|
className={undefined}>
|
|
<a
|
|
className=""
|
|
href="/"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Home
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/s"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Search
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/l/Bike-Pelago/12345"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Listing page
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/u/Bikerrs"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Profile
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/u/Bikerrs/edit"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Edit profile
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/checkout/lid1234"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Checkout
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/inbox"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Inbox
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/orders"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Orders
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/sales"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Sales
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/password/forgotten"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Request password
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/password/change"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Change password
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/listings"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Manage listings
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/account"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Account settings
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/account/contact-details"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Contact details
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/account/payout-preferences"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Payout preferences
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/account/security"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Security
|
|
</a>
|
|
<button
|
|
onClick={[Function]}>
|
|
Sign out
|
|
</button>
|
|
</div>
|
|
<h1>
|
|
inbox page
|
|
</h1>
|
|
<ul>
|
|
<li>
|
|
<a
|
|
className=""
|
|
href="/conversation/1234"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Single thread
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
`;
|