From 2b0238f151e95d1a3e2ec66af8875a6ec35e0353 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Tue, 7 Feb 2017 16:05:02 +0200 Subject: [PATCH] Update snapshots --- .../__snapshots__/FilterPanel.test.js.snap | 29 +- .../__snapshots__/ListingCard.test.js.snap | 65 ++--- .../__snapshots__/MapPanel.test.js.snap | 32 +-- .../OrderDetailsPanel.test.js.snap | 60 ++-- .../SearchResultsPanel.test.js.snap | 38 ++- .../__snapshots__/CheckoutPage.test.js.snap | 150 ++-------- .../ContactDetailsPage.test.js.snap | 105 +------ .../EditProfilePage.test.js.snap | 105 +------ .../__snapshots__/InboxPage.test.js.snap | 120 +------- .../__snapshots__/LandingPage.test.js.snap | 156 +--------- .../__snapshots__/ListingPage.test.js.snap | 207 +++----------- .../ManageListingsPage.test.js.snap | 120 +------- .../__snapshots__/NotFoundPage.test.js.snap | 120 +------- .../__snapshots__/OrderPage.test.js.snap | 268 ++++-------------- .../PasswordChangePage.test.js.snap | 142 +--------- .../PasswordForgottenPage.test.js.snap | 132 +-------- .../PayoutPreferencesPage.test.js.snap | 105 +------ .../__snapshots__/ProfilePage.test.js.snap | 105 +------ .../SalesConversationPage.test.js.snap | 134 ++------- .../__snapshots__/SearchPage.test.js.snap | 181 +----------- .../__snapshots__/SecurityPage.test.js.snap | 158 +---------- 21 files changed, 311 insertions(+), 2221 deletions(-) diff --git a/src/components/FilterPanel/__snapshots__/FilterPanel.test.js.snap b/src/components/FilterPanel/__snapshots__/FilterPanel.test.js.snap index d941b9f6..1d195eeb 100644 --- a/src/components/FilterPanel/__snapshots__/FilterPanel.test.js.snap +++ b/src/components/FilterPanel/__snapshots__/FilterPanel.test.js.snap @@ -1,22 +1,23 @@ exports[`FilterPanel matches snapshot 1`] = `
-

+

Filters

- + See studios - - + + X - +
`; diff --git a/src/components/ListingCard/__snapshots__/ListingCard.test.js.snap b/src/components/ListingCard/__snapshots__/ListingCard.test.js.snap index 2c06adbf..384050ab 100644 --- a/src/components/ListingCard/__snapshots__/ListingCard.test.js.snap +++ b/src/components/ListingCard/__snapshots__/ListingCard.test.js.snap @@ -1,44 +1,39 @@ exports[`ListingCard matches snapshot 1`] = ` -
-
-
+
+
+
Listing Title
-
-
- +
+
+ Banyan Studios - -
+ +
55€ / day
-
+
Organic Music Production in a Sustainable, Ethical and Professional Studio.
-
-
+
+
New York, NY • 40mi away
-
+
( 4 @@ -54,23 +49,17 @@ exports[`ListingCard matches snapshot 1`] = `

-
-
+
+
The Stardust Collective
-
- +
+ The Stardust Collective -
+
review: 4 diff --git a/src/components/MapPanel/__snapshots__/MapPanel.test.js.snap b/src/components/MapPanel/__snapshots__/MapPanel.test.js.snap index 8b5b9f82..f155b0fe 100644 --- a/src/components/MapPanel/__snapshots__/MapPanel.test.js.snap +++ b/src/components/MapPanel/__snapshots__/MapPanel.test.js.snap @@ -1,24 +1,24 @@ exports[`MapPanel matches snapshot 1`] = `
-
+
Map
-
- + `; diff --git a/src/components/OrderDetailsPanel/__snapshots__/OrderDetailsPanel.test.js.snap b/src/components/OrderDetailsPanel/__snapshots__/OrderDetailsPanel.test.js.snap index 5cff1983..d3239ea5 100644 --- a/src/components/OrderDetailsPanel/__snapshots__/OrderDetailsPanel.test.js.snap +++ b/src/components/OrderDetailsPanel/__snapshots__/OrderDetailsPanel.test.js.snap @@ -12,53 +12,33 @@ exports[`OrderDetailsPanel matches snapshot 1`] = `

Test order

-
-

- Some road 1 -

-

- Some city, somewhere -

-

- Some phone number -

-

- Get directions -

-
+

Confirmation code some-test-confirmation-code

-
-
- Price per day: -
-
- 10$ -
-
- Booking period: -
-
- some booking period, some booking duration -
-
- Total -
-
- 100$ -
-
+

Cancel booking

- + You have a new message! - +
`; diff --git a/src/components/SearchResultsPanel/__snapshots__/SearchResultsPanel.test.js.snap b/src/components/SearchResultsPanel/__snapshots__/SearchResultsPanel.test.js.snap index a93c2baa..c29b02f6 100644 --- a/src/components/SearchResultsPanel/__snapshots__/SearchResultsPanel.test.js.snap +++ b/src/components/SearchResultsPanel/__snapshots__/SearchResultsPanel.test.js.snap @@ -1,29 +1,23 @@ exports[`SearchResultsPanel matches snapshot 1`] = `
-
- New York, Jan 2nd – Jan 4th - - ▼ - -
- `; diff --git a/src/containers/CheckoutPage/__snapshots__/CheckoutPage.test.js.snap b/src/containers/CheckoutPage/__snapshots__/CheckoutPage.test.js.snap index 45e41e39..6bf1f3bc 100644 --- a/src/containers/CheckoutPage/__snapshots__/CheckoutPage.test.js.snap +++ b/src/containers/CheckoutPage/__snapshots__/CheckoutPage.test.js.snap @@ -1,106 +1,6 @@ exports[`CheckoutPage matches snapshot 1`] = ` -
- -

- Book Banyan Studios (some-listing-id) -

+ Banyan Studios -
-
- Price per day: -
-
- 55€ -
-
- Booking period: -
-
- Jan 2nd - Jan 4th, 3 days -
-
- Total -
-
- 165€ -
-
+

By confirming I accept the booking terms and conditions.

- + Confirm & Pay - -
+ + `; diff --git a/src/containers/ContactDetailsPage/__snapshots__/ContactDetailsPage.test.js.snap b/src/containers/ContactDetailsPage/__snapshots__/ContactDetailsPage.test.js.snap index d46d6db5..0fa3d720 100644 --- a/src/containers/ContactDetailsPage/__snapshots__/ContactDetailsPage.test.js.snap +++ b/src/containers/ContactDetailsPage/__snapshots__/ContactDetailsPage.test.js.snap @@ -1,105 +1,4 @@ exports[`ContactDetailsPage matches snapshot 1`] = ` - + `; diff --git a/src/containers/EditProfilePage/__snapshots__/EditProfilePage.test.js.snap b/src/containers/EditProfilePage/__snapshots__/EditProfilePage.test.js.snap index edcb6b76..d10c8eae 100644 --- a/src/containers/EditProfilePage/__snapshots__/EditProfilePage.test.js.snap +++ b/src/containers/EditProfilePage/__snapshots__/EditProfilePage.test.js.snap @@ -1,105 +1,4 @@ exports[`EditProfilePage matches snapshot 1`] = ` - + `; diff --git a/src/containers/InboxPage/__snapshots__/InboxPage.test.js.snap b/src/containers/InboxPage/__snapshots__/InboxPage.test.js.snap index 43f4f97c..fa8ea0b1 100644 --- a/src/containers/InboxPage/__snapshots__/InboxPage.test.js.snap +++ b/src/containers/InboxPage/__snapshots__/InboxPage.test.js.snap @@ -1,116 +1,20 @@ exports[`InboxPage matches snapshot 1`] = ` - + `; diff --git a/src/containers/LandingPage/__snapshots__/LandingPage.test.js.snap b/src/containers/LandingPage/__snapshots__/LandingPage.test.js.snap index 4d483c64..c6cc2602 100644 --- a/src/containers/LandingPage/__snapshots__/LandingPage.test.js.snap +++ b/src/containers/LandingPage/__snapshots__/LandingPage.test.js.snap @@ -1,151 +1,9 @@ exports[`LandingPage matches snapshot 1`] = ` - + + + + + `; diff --git a/src/containers/ListingPage/__snapshots__/ListingPage.test.js.snap b/src/containers/ListingPage/__snapshots__/ListingPage.test.js.snap index 260122ed..615a80af 100644 --- a/src/containers/ListingPage/__snapshots__/ListingPage.test.js.snap +++ b/src/containers/ListingPage/__snapshots__/ListingPage.test.js.snap @@ -1,158 +1,42 @@ exports[`ListingPage matches snapshot 1`] = ` -
- -

- Banyan Studios 55€ / day -

-
+ +
img1 -
-
-
+
+
+
img2
-
-
+
+
img3
-
-
+
+
img4
-
-
+
+
img5
-
+

Here will be filters (or dragons)

@@ -190,24 +73,25 @@ exports[`ListingPage matches snapshot 1`] = ` 10am - 6pm

- + isActive={[Function]} + replace={false} + style={Object {}} + to="mailto:studio.dude@mystudio.com">

Contact studio

-
-
+ +

Studio reviews (1)

-
-
+
+

Great studio in the New York for music professionals. Everything you need @@ -215,28 +99,21 @@ exports[`ListingPage matches snapshot 1`] = ` we even got some tips for our songs! :)

-
-
+
+
Vesa L.
-
- +
+ Vesa L. - + January 2017
-
+
review: 4 @@ -249,16 +126,20 @@ exports[`ListingPage matches snapshot 1`] = `
- + + `; diff --git a/src/containers/ManageListingsPage/__snapshots__/ManageListingsPage.test.js.snap b/src/containers/ManageListingsPage/__snapshots__/ManageListingsPage.test.js.snap index 6879e4cb..e025b8cd 100644 --- a/src/containers/ManageListingsPage/__snapshots__/ManageListingsPage.test.js.snap +++ b/src/containers/ManageListingsPage/__snapshots__/ManageListingsPage.test.js.snap @@ -1,116 +1,20 @@ exports[`ManageListingsPage matches snapshot 1`] = ` - + `; diff --git a/src/containers/NotFoundPage/__snapshots__/NotFoundPage.test.js.snap b/src/containers/NotFoundPage/__snapshots__/NotFoundPage.test.js.snap index 2c1e5015..9ecd3fdb 100644 --- a/src/containers/NotFoundPage/__snapshots__/NotFoundPage.test.js.snap +++ b/src/containers/NotFoundPage/__snapshots__/NotFoundPage.test.js.snap @@ -1,112 +1,16 @@ exports[`NotFoundPage matches snapshot 1`] = ` - + + `; diff --git a/src/containers/OrderPage/__snapshots__/OrderPage.test.js.snap b/src/containers/OrderPage/__snapshots__/OrderPage.test.js.snap index bd246ae3..d78b61fa 100644 --- a/src/containers/OrderPage/__snapshots__/OrderPage.test.js.snap +++ b/src/containers/OrderPage/__snapshots__/OrderPage.test.js.snap @@ -1,219 +1,67 @@ exports[`OrderPage matches snapshot 1`] = ` -
- -

- Your Banyan Studios booking is confirmed! -

- + Booking details - - + + Discussion - -
- Banyan Studios -

- Banyan Studios -

-
-

- 350 5th Avenue -

-

- New York, NY 10118 -

-

- +1 432 43184910 -

-

- Get directions -

-
-

- Confirmation code - X2587X -

-
-
- Price per day: -
-
- 55€ -
-
- Booking period: -
-
- Jan 2nd - Jan 4th, 3 days -
-
- Total -
-
- 165€ -
-
-

- Cancel booking -

- - You have a new message! - -
-
-
    -
  • - - 2017-02-26T00:00:00.000Z - -
    - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac tellus ornare, tempor lacus quis, imperdiet lectus. Morbi suscipit semper nisl at lacinia. Vestibulum malesuada mattis nisl, et venenatis enim volutpat sit amet. Nulla laoreet feugiat gravida. Fusce ultricies nisl quis aliquet ullamcorper. Nulla congue risus metus. -
    - - John - -
  • -
-
- - -
-
-
+ + + + `; diff --git a/src/containers/PasswordChangePage/__snapshots__/PasswordChangePage.test.js.snap b/src/containers/PasswordChangePage/__snapshots__/PasswordChangePage.test.js.snap index c62e23cb..5d29a43e 100644 --- a/src/containers/PasswordChangePage/__snapshots__/PasswordChangePage.test.js.snap +++ b/src/containers/PasswordChangePage/__snapshots__/PasswordChangePage.test.js.snap @@ -1,139 +1,7 @@ exports[`PasswordChangePage matches snapshot 1`] = ` - + + + `; diff --git a/src/containers/PasswordForgottenPage/__snapshots__/PasswordForgottenPage.test.js.snap b/src/containers/PasswordForgottenPage/__snapshots__/PasswordForgottenPage.test.js.snap index 1abd2993..ade81882 100644 --- a/src/containers/PasswordForgottenPage/__snapshots__/PasswordForgottenPage.test.js.snap +++ b/src/containers/PasswordForgottenPage/__snapshots__/PasswordForgottenPage.test.js.snap @@ -1,129 +1,7 @@ exports[`PasswordForgottenPage matches snapshot 1`] = ` - + + + `; diff --git a/src/containers/PayoutPreferencesPage/__snapshots__/PayoutPreferencesPage.test.js.snap b/src/containers/PayoutPreferencesPage/__snapshots__/PayoutPreferencesPage.test.js.snap index b70f933d..51a5a9aa 100644 --- a/src/containers/PayoutPreferencesPage/__snapshots__/PayoutPreferencesPage.test.js.snap +++ b/src/containers/PayoutPreferencesPage/__snapshots__/PayoutPreferencesPage.test.js.snap @@ -1,105 +1,4 @@ exports[`PayoutPreferencesPage matches snapshot 1`] = ` - + `; diff --git a/src/containers/ProfilePage/__snapshots__/ProfilePage.test.js.snap b/src/containers/ProfilePage/__snapshots__/ProfilePage.test.js.snap index 5b747f1f..21bf0730 100644 --- a/src/containers/ProfilePage/__snapshots__/ProfilePage.test.js.snap +++ b/src/containers/ProfilePage/__snapshots__/ProfilePage.test.js.snap @@ -1,105 +1,4 @@ exports[`ProfilePage matches snapshot 1`] = ` - + `; diff --git a/src/containers/SalesConversationPage/__snapshots__/SalesConversationPage.test.js.snap b/src/containers/SalesConversationPage/__snapshots__/SalesConversationPage.test.js.snap index f5d72a41..6b7adf52 100644 --- a/src/containers/SalesConversationPage/__snapshots__/SalesConversationPage.test.js.snap +++ b/src/containers/SalesConversationPage/__snapshots__/SalesConversationPage.test.js.snap @@ -1,125 +1,33 @@ exports[`SalesConversationPage matches snapshot 1`] = ` - + `; diff --git a/src/containers/SearchPage/__snapshots__/SearchPage.test.js.snap b/src/containers/SearchPage/__snapshots__/SearchPage.test.js.snap index 4d3acc7e..35c35cbf 100644 --- a/src/containers/SearchPage/__snapshots__/SearchPage.test.js.snap +++ b/src/containers/SearchPage/__snapshots__/SearchPage.test.js.snap @@ -1,186 +1,19 @@ exports[`SearchPageComponent matches snapshot 1`] = ` -
- -

- Search page -

-
+ +
-
-

- Filters -

- - See studios - - - X - -
+
-
-
- New York, Jan 2nd – Jan 4th - - ▼ - -
- -
+
-
-
- Map -
- +
-
+
`; diff --git a/src/containers/SecurityPage/__snapshots__/SecurityPage.test.js.snap b/src/containers/SecurityPage/__snapshots__/SecurityPage.test.js.snap index 86c1c763..47abb137 100644 --- a/src/containers/SecurityPage/__snapshots__/SecurityPage.test.js.snap +++ b/src/containers/SecurityPage/__snapshots__/SecurityPage.test.js.snap @@ -1,155 +1,7 @@ exports[`SecurityPage matches snapshot 1`] = ` - + + + `;