-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
An Duong
committed
May 22, 2020
1 parent
aca8c06
commit 12d00e1
Showing
26 changed files
with
401 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
114 changes: 19 additions & 95 deletions
114
...e/src/components/ui/app-detail/app-header/__test__/__snapshots__/app-header.test.tsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,104 +1,28 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`AppContent should match a snapshot 1`] = ` | ||
<Provider | ||
store={ | ||
Object { | ||
"clearActions": [Function], | ||
"dispatch": [Function], | ||
"getActions": [Function], | ||
"getState": [Function], | ||
"replaceReducer": [Function], | ||
"subscribe": [Function], | ||
} | ||
} | ||
> | ||
<AppHeader | ||
appDetailData={ | ||
Object { | ||
"apiKey": "", | ||
"description": "enim facilisis gravida neque convallis a cras semper auctor neque vitae tempus quam | ||
pellentesque nec nam aliquam sem et tortor consequat id porta nibh venenatis cras | ||
sed felis eget velit aliquet sagittis id consectetur purus ut faucibus pulvinar | ||
elementum integer enim neque volutpat ac tincidunt vitae semper quis lectus nulla | ||
at volutpat diam ut venenatis tellus in metus vulputate eu scelerisque felis imperdiet | ||
proin fermentum leo vel orci porta non pulvinar neque laoreet suspendisse interdum co", | ||
"developer": "Pete's Proptech World Ltd", | ||
"homePage": "http://myawesomeproptechproduct.io", | ||
"id": "9b6fd5f7-2c15-483d-b925-01b650538e52", | ||
"media": Array [ | ||
Object { | ||
"description": "Application Icon", | ||
"type": "icon", | ||
"uri": "https://reapit-app-store-app-media.s3.eu-west-2.amazonaws.com/7d88729f-2366-4561-9d5c-282615f3946b.jpeg", | ||
}, | ||
Object { | ||
"description": "Application Image", | ||
"type": "image", | ||
"uri": "https://reapit-app-store-app-media.s3.eu-west-2.amazonaws.com/c4a36706-aa44-47f9-9fb6-9053eef4e581.png", | ||
}, | ||
Object { | ||
"description": "Application Image", | ||
"type": "image", | ||
"uri": "https://reapit-app-store-app-media.s3.eu-west-2.amazonaws.com/65bd3b97-e78c-41cd-b75f-e06e1d2f00df.png", | ||
}, | ||
], | ||
"name": "Peter's Properties", | ||
"scopes": Array [ | ||
Object { | ||
"description": "Read data about developers", | ||
"name": "Marketplace/developers.read", | ||
}, | ||
Object { | ||
"description": "Write data about developers", | ||
"name": "Marketplace/developers.write", | ||
}, | ||
], | ||
"summary": "vitae elementum curabitur vitae nunc sed velit eget gravida cum sociis natoque!!", | ||
"supportEmail": "[email protected]", | ||
"telephone": "0113 288 2900", | ||
} | ||
} | ||
<Fragment> | ||
<Component | ||
className="is-vcentered " | ||
> | ||
<Component | ||
className="is-vcentered " | ||
className="is-4" | ||
> | ||
<div | ||
className="columns is-vcentered " | ||
> | ||
<Component | ||
className="is-4" | ||
> | ||
<div | ||
className="column is-4" | ||
> | ||
<div> | ||
<img | ||
alt="Peter's Properties" | ||
className="image" | ||
src="https://reapit-app-store-app-media.s3.eu-west-2.amazonaws.com/7d88729f-2366-4561-9d5c-282615f3946b.jpeg" | ||
/> | ||
</div> | ||
</div> | ||
</Component> | ||
<Component | ||
className="is-8" | ||
> | ||
<div | ||
className="column is-8" | ||
> | ||
<Component> | ||
<h3 | ||
className="title is-3 " | ||
id="" | ||
> | ||
Peter's Properties | ||
</h3> | ||
</Component> | ||
</div> | ||
</Component> | ||
<div> | ||
<img | ||
alt="Peter's Properties" | ||
className="image" | ||
src="https://reapit-app-store-app-media.s3.eu-west-2.amazonaws.com/7d88729f-2366-4561-9d5c-282615f3946b.jpeg" | ||
/> | ||
</div> | ||
</Component> | ||
</AppHeader> | ||
</Provider> | ||
<Component | ||
className="is-8" | ||
> | ||
<Component> | ||
Peter's Properties | ||
</Component> | ||
</Component> | ||
</Component> | ||
</Fragment> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.