@mirai/core 0.4.649 → 0.4.650
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/Banner/__tests__/__snapshots__/Banner.skeleton.test.js.snap +278 -0
- package/build/components/Banner/__tests__/__snapshots__/Banner.test.js.snap +9 -0
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +3862 -0
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +139 -0
- package/build/components/Booking/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +28 -0
- package/build/components/Booking/components/Summary/__tests__/__snapshots__/Summary.test.js.snap +1683 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormCancel.test.js.snap +586 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEdit.test.js.snap +46 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEditDate.test.js.snap +1822 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEditOccupation.test.js.snap +326 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormResend.test.js.snap +170 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Information.test.js.snap +110 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +82 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +208 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalAgency.test.js.snap +107 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalCalendar.test.js.snap +463 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalCesSurvey.test.js.snap +255 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalOccupation.test.js.snap +491 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Payment.test.js.snap +418 -0
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +92 -0
- package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +65 -0
- package/build/components/Chat/__tests__/__snapshots__/Chat.constants.test.js.snap +101 -0
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +190 -0
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +204 -0
- package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Environment.test.js.snap +44 -0
- package/build/components/Chat/helpers/__tests__/__snapshots__/getVerboseDate.test.js.snap +9 -0
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +4946 -0
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +371 -0
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +412 -0
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +6333 -0
- package/build/components/CookieBanner/__tests__/__snapshots__/CookieBanner.test.js.snap +7 -0
- package/build/components/Deals/__tests__/__mocks__/deal.json +25 -0
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +5527 -0
- package/build/components/Environment/__tests__/__snapshots__/Environment.State.test.js.snap +120 -0
- package/build/components/Environment/__tests__/__snapshots__/Environment.test.js.snap +1088 -0
- package/build/components/Finder/__tests__/__snapshots__/Finder.constants.test.js.snap +35 -0
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +21195 -0
- package/build/components/Finder/components/Calendar/__tests__/__mocks__/prices.json +11 -0
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +8546 -0
- package/build/components/Finder/components/Places/__tests__/__mocks__/places.json +44 -0
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +324 -0
- package/build/components/Finder/helpers/__tests__/__mocks__/dataSource.json +1382 -0
- package/build/components/Finder/helpers/__tests__/__snapshots__/getForwarderUrl.test.js.snap +7 -0
- package/build/components/Header/__tests__/__snapshots__/Header.test.js.snap +1105 -0
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +19 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.Content.test.js.snap +59 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.Footer.test.js.snap +50 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.Header.test.js.snap +3 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.RoomSelector.test.js.snap +3 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.Unavailability.test.js.snap +53 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +9962 -0
- package/build/components/Rates/components/CardHotel/__tests__/__snapshots__/CardHotel.test.js.snap +116 -0
- package/build/components/Rates/components/Filters/__tests__/__snapshots__/FIlters.Button.test.js.snap +32 -0
- package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.Amenity.test.js.snap +21 -0
- package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.BookingOption.test.js.snap +32 -0
- package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +32 -0
- package/build/components/Rates/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +3 -0
- package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Preview.test.js.snap +93 -0
- package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Rates.test.js.snap +9 -0
- package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Summary.test.js.snap +52 -0
- package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.test.js.snap +150 -0
- package/build/components/Rates/components/Item/components/Amenities/__tests__/__snapshots__/Amenities.test.js.snap +3 -0
- package/build/components/Rates/components/Item/components/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +3 -0
- package/build/components/Rates/components/Item/components/Features/__tests__/__snapshots__/Features.test.js.snap +40 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/__tests__/__snapshots__/ModalCancellationInfo.test.js.snap +16 -0
- package/build/components/Rates/components/Item/components/ModalInfo/__tests__/__snapshots__/ModalInfo.test.js.snap +47 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/__tests__/__snapshots__/ModalOfferInfo.test.js.snap +47 -0
- package/build/components/Rates/components/Item/components/ModalUrl/__tests__/__snapshots__/ModalUrl.test.js.snap +47 -0
- package/build/components/Rates/components/Item/components/Option/__tests__/__snapshots__/Option.test.js.snap +17 -0
- package/build/components/Rates/components/Item/components/PriceDetails/__tests__/__snapshots__/PriceDetails.test.js.snap +23 -0
- package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.test.js.snap +3 -0
- package/build/components/Rates/components/Item/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +27 -0
- package/build/components/Rates/components/Item/components/TooltipDates/__tests__/__snapshots__/TooltipDates.test.js.snap +3 -0
- package/build/components/Rates/components/ModalExtras/__tests__/__snapshots__/ModalExtras.test.js.snap +52 -0
- package/build/components/Rates/components/ModalMapView/__tests__/__snapshots__/ModalMapView.test.js.snap +16 -0
- package/build/components/Rates/components/ModalTwin/__tests__/__snapshots__/ModalTwin.test.js.snap +374 -0
- package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/CardExpanded.test.js.snap +133 -0
- package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/CardReduced.test.js.snap +50 -0
- package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/Slider.test.js.snap +40 -0
- package/build/components/Rates/components/OTAPrices/__tests__/__snapshots__/OTAPrices.test.js.snap +3 -0
- package/build/components/Rooms/__tests__/__mocks__/room.json +21 -0
- package/build/components/Rooms/__tests__/__snapshots__/Rooms.test.js.snap +5527 -0
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +264 -0
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +1040 -0
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +208 -0
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +2355 -0
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +500 -0
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +745 -0
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +414 -0
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +115 -0
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +210 -0
- package/build/components/__shared__/ButtonPayment/components/Form/__tests__/__snapshots__/Form.test.js.snap +65 -0
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +53 -0
- package/build/components/__shared__/ButtonPayment/components/FormGetnet/__tests__/__snapshots__/FormGetnet.test.js.snap +14 -0
- package/build/components/__shared__/ButtonPayment/components/FormHotelpay/__tests__/__snapshots__/FormHotelpay.test.js.snap +104 -0
- package/build/components/__shared__/ButtonPayment/components/FormNuvei/__tests__/__snapshots__/FormNuvei.test.js.snap +21 -0
- package/build/components/__shared__/ButtonPayment/components/FormPaybyrd/__tests__/__snapshots__/FormPaybyrd.test.js.snap +41 -0
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +18 -0
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +190 -0
- package/build/components/__shared__/Card/__tests__/__snapshots__/Card.test.js.snap +34 -0
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +42 -0
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +366 -0
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +2242 -0
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +308 -0
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +186 -0
- package/build/components/__shared__/NotificationRequiredFields/__tests__/__snapshots__/NotificationRequiredFields.test.js.snap +82 -0
- package/build/components/__shared__/Occupation/__tests__/__mocks__/occupation.json +17 -0
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +3754 -0
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +1105 -0
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +35 -0
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +996 -0
- package/build/components/__shared__/Payment/components/LinkagePay/__tests__/__snapshots__/LinkagePay.test.js.snap +876 -0
- package/build/components/__shared__/Payment/components/Openpay/__tests__/__snapshots__/Openpay.test.js.snap +876 -0
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +504 -0
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +119 -0
- package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.Line.test.js.snap +49 -0
- package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.test.js.snap +337 -0
- package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.Calendar.test.js.snap +2841 -0
- package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.constants.js.snap +14 -0
- package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.test.js.snap +11053 -0
- package/build/components/__shared__/RatesExplorer/helpers/__tests__/__mocks__/deal.json +28 -0
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +1352 -0
- package/build/components/__shared__/Skeleton/__tests__/__snapshots__/Skeleton.test.js.snap +67 -0
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +41 -0
- package/build/components/helpers/__tests__/__mocks__/hotels.json +87 -0
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +331 -0
- package/build/components/helpers/escapeHtml.js +19 -0
- package/build/components/helpers/escapeHtml.js.map +1 -0
- package/build/components/helpers/template.js +5 -1
- package/build/components/helpers/template.js.map +1 -1
- package/build/helpers/fetchSession.js +13 -1
- package/build/helpers/fetchSession.js.map +1 -1
- package/package.json +4 -1
- package/.sentryclirc +0 -3
- package/AGENTS.md +0 -296
- package/Dockerfile +0 -16
- package/bitbucket-pipelines.yml +0 -12
- package/config/jest/fileMock.js +0 -1
- package/config/jest/setup.env.js +0 -20
- package/config/jest/setup.js +0 -3
- package/jest.config.js +0 -22
package/build/components/Booking/components/Summary/__tests__/__snapshots__/Summary.test.js.snap
ADDED
|
@@ -0,0 +1,1683 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
2
|
+
|
|
3
|
+
exports[`<Booking> <Summary> inherit:className 1`] = `
|
|
4
|
+
<DocumentFragment>
|
|
5
|
+
<ui-view
|
|
6
|
+
class="view mirai"
|
|
7
|
+
>
|
|
8
|
+
<ui-text
|
|
9
|
+
class="text bold paragraph"
|
|
10
|
+
>
|
|
11
|
+
Booking Summary
|
|
12
|
+
</ui-text>
|
|
13
|
+
<ui-view
|
|
14
|
+
class="view row wide"
|
|
15
|
+
>
|
|
16
|
+
<ui-view
|
|
17
|
+
class="view"
|
|
18
|
+
>
|
|
19
|
+
<ui-text
|
|
20
|
+
class="text bold paragraph"
|
|
21
|
+
>
|
|
22
|
+
common.label.check_in
|
|
23
|
+
</ui-text>
|
|
24
|
+
<ui-view
|
|
25
|
+
class="view"
|
|
26
|
+
>
|
|
27
|
+
<ui-text
|
|
28
|
+
class="text action"
|
|
29
|
+
>
|
|
30
|
+
2024-10-28T00:00:00.000Z
|
|
31
|
+
</ui-text>
|
|
32
|
+
<ui-text
|
|
33
|
+
class="text light small"
|
|
34
|
+
>
|
|
35
|
+
common.label.checkin_time
|
|
36
|
+
</ui-text>
|
|
37
|
+
</ui-view>
|
|
38
|
+
</ui-view>
|
|
39
|
+
<ui-view
|
|
40
|
+
class="view"
|
|
41
|
+
>
|
|
42
|
+
<ui-text
|
|
43
|
+
class="text bold paragraph"
|
|
44
|
+
>
|
|
45
|
+
common.label.check_out
|
|
46
|
+
</ui-text>
|
|
47
|
+
<ui-view
|
|
48
|
+
class="view"
|
|
49
|
+
>
|
|
50
|
+
<ui-text
|
|
51
|
+
class="text action"
|
|
52
|
+
>
|
|
53
|
+
2024-10-30T00:00:00.000Z
|
|
54
|
+
</ui-text>
|
|
55
|
+
<ui-text
|
|
56
|
+
class="text light small"
|
|
57
|
+
>
|
|
58
|
+
common.label.checkout_time
|
|
59
|
+
</ui-text>
|
|
60
|
+
</ui-view>
|
|
61
|
+
</ui-view>
|
|
62
|
+
</ui-view>
|
|
63
|
+
<ui-view
|
|
64
|
+
class="view wide"
|
|
65
|
+
>
|
|
66
|
+
<ui-text
|
|
67
|
+
class="text bold paragraph"
|
|
68
|
+
>
|
|
69
|
+
common.label.cancellation_policy
|
|
70
|
+
</ui-text>
|
|
71
|
+
<ui-text
|
|
72
|
+
class="text bold action"
|
|
73
|
+
>
|
|
74
|
+
Free cancellation
|
|
75
|
+
</ui-text>
|
|
76
|
+
<ui-text
|
|
77
|
+
class="text small"
|
|
78
|
+
>
|
|
79
|
+
Free cancellation until 24 hours before check-in
|
|
80
|
+
</ui-text>
|
|
81
|
+
</ui-view>
|
|
82
|
+
<ui-view
|
|
83
|
+
class="view wide"
|
|
84
|
+
>
|
|
85
|
+
<ui-text
|
|
86
|
+
class="text bold paragraph"
|
|
87
|
+
>
|
|
88
|
+
common.label.total
|
|
89
|
+
</ui-text>
|
|
90
|
+
<ui-text
|
|
91
|
+
class="text bold headline-3"
|
|
92
|
+
>
|
|
93
|
+
250 EUR
|
|
94
|
+
</ui-text>
|
|
95
|
+
<ui-text
|
|
96
|
+
class="text small"
|
|
97
|
+
>
|
|
98
|
+
core.label.includes_taxes
|
|
99
|
+
</ui-text>
|
|
100
|
+
</ui-view>
|
|
101
|
+
</ui-view>
|
|
102
|
+
</DocumentFragment>
|
|
103
|
+
`;
|
|
104
|
+
|
|
105
|
+
exports[`<Booking> <Summary> prop:cancellation 1`] = `
|
|
106
|
+
<DocumentFragment>
|
|
107
|
+
<ui-view
|
|
108
|
+
class="view"
|
|
109
|
+
>
|
|
110
|
+
<ui-text
|
|
111
|
+
class="text bold paragraph"
|
|
112
|
+
>
|
|
113
|
+
Booking Summary
|
|
114
|
+
</ui-text>
|
|
115
|
+
<ui-view
|
|
116
|
+
class="view row wide"
|
|
117
|
+
>
|
|
118
|
+
<ui-view
|
|
119
|
+
class="view"
|
|
120
|
+
>
|
|
121
|
+
<ui-text
|
|
122
|
+
class="text bold paragraph"
|
|
123
|
+
>
|
|
124
|
+
common.label.check_in
|
|
125
|
+
</ui-text>
|
|
126
|
+
<ui-view
|
|
127
|
+
class="view"
|
|
128
|
+
>
|
|
129
|
+
<ui-text
|
|
130
|
+
class="text action"
|
|
131
|
+
>
|
|
132
|
+
2024-10-28T00:00:00.000Z
|
|
133
|
+
</ui-text>
|
|
134
|
+
<ui-text
|
|
135
|
+
class="text light small"
|
|
136
|
+
>
|
|
137
|
+
common.label.checkin_time
|
|
138
|
+
</ui-text>
|
|
139
|
+
</ui-view>
|
|
140
|
+
</ui-view>
|
|
141
|
+
<ui-view
|
|
142
|
+
class="view"
|
|
143
|
+
>
|
|
144
|
+
<ui-text
|
|
145
|
+
class="text bold paragraph"
|
|
146
|
+
>
|
|
147
|
+
common.label.check_out
|
|
148
|
+
</ui-text>
|
|
149
|
+
<ui-view
|
|
150
|
+
class="view"
|
|
151
|
+
>
|
|
152
|
+
<ui-text
|
|
153
|
+
class="text action"
|
|
154
|
+
>
|
|
155
|
+
2024-10-30T00:00:00.000Z
|
|
156
|
+
</ui-text>
|
|
157
|
+
<ui-text
|
|
158
|
+
class="text light small"
|
|
159
|
+
>
|
|
160
|
+
common.label.checkout_time
|
|
161
|
+
</ui-text>
|
|
162
|
+
</ui-view>
|
|
163
|
+
</ui-view>
|
|
164
|
+
</ui-view>
|
|
165
|
+
<ui-view
|
|
166
|
+
class="view wide"
|
|
167
|
+
>
|
|
168
|
+
<ui-text
|
|
169
|
+
class="text bold paragraph"
|
|
170
|
+
>
|
|
171
|
+
common.label.cancellation_policy
|
|
172
|
+
</ui-text>
|
|
173
|
+
<ui-text
|
|
174
|
+
class="text bold action"
|
|
175
|
+
>
|
|
176
|
+
No cancellation
|
|
177
|
+
</ui-text>
|
|
178
|
+
<ui-text
|
|
179
|
+
class="text small"
|
|
180
|
+
>
|
|
181
|
+
Non-refundable
|
|
182
|
+
</ui-text>
|
|
183
|
+
</ui-view>
|
|
184
|
+
<ui-view
|
|
185
|
+
class="view wide"
|
|
186
|
+
>
|
|
187
|
+
<ui-text
|
|
188
|
+
class="text bold paragraph"
|
|
189
|
+
>
|
|
190
|
+
common.label.total
|
|
191
|
+
</ui-text>
|
|
192
|
+
<ui-text
|
|
193
|
+
class="text bold headline-3"
|
|
194
|
+
>
|
|
195
|
+
250 EUR
|
|
196
|
+
</ui-text>
|
|
197
|
+
<ui-text
|
|
198
|
+
class="text small"
|
|
199
|
+
>
|
|
200
|
+
core.label.includes_taxes
|
|
201
|
+
</ui-text>
|
|
202
|
+
</ui-view>
|
|
203
|
+
</ui-view>
|
|
204
|
+
</DocumentFragment>
|
|
205
|
+
`;
|
|
206
|
+
|
|
207
|
+
exports[`<Booking> <Summary> prop:currency 1`] = `
|
|
208
|
+
<DocumentFragment>
|
|
209
|
+
<ui-view
|
|
210
|
+
class="view"
|
|
211
|
+
>
|
|
212
|
+
<ui-text
|
|
213
|
+
class="text bold paragraph"
|
|
214
|
+
>
|
|
215
|
+
Booking Summary
|
|
216
|
+
</ui-text>
|
|
217
|
+
<ui-view
|
|
218
|
+
class="view row wide"
|
|
219
|
+
>
|
|
220
|
+
<ui-view
|
|
221
|
+
class="view"
|
|
222
|
+
>
|
|
223
|
+
<ui-text
|
|
224
|
+
class="text bold paragraph"
|
|
225
|
+
>
|
|
226
|
+
common.label.check_in
|
|
227
|
+
</ui-text>
|
|
228
|
+
<ui-view
|
|
229
|
+
class="view"
|
|
230
|
+
>
|
|
231
|
+
<ui-text
|
|
232
|
+
class="text action"
|
|
233
|
+
>
|
|
234
|
+
2024-10-28T00:00:00.000Z
|
|
235
|
+
</ui-text>
|
|
236
|
+
<ui-text
|
|
237
|
+
class="text light small"
|
|
238
|
+
>
|
|
239
|
+
common.label.checkin_time
|
|
240
|
+
</ui-text>
|
|
241
|
+
</ui-view>
|
|
242
|
+
</ui-view>
|
|
243
|
+
<ui-view
|
|
244
|
+
class="view"
|
|
245
|
+
>
|
|
246
|
+
<ui-text
|
|
247
|
+
class="text bold paragraph"
|
|
248
|
+
>
|
|
249
|
+
common.label.check_out
|
|
250
|
+
</ui-text>
|
|
251
|
+
<ui-view
|
|
252
|
+
class="view"
|
|
253
|
+
>
|
|
254
|
+
<ui-text
|
|
255
|
+
class="text action"
|
|
256
|
+
>
|
|
257
|
+
2024-10-30T00:00:00.000Z
|
|
258
|
+
</ui-text>
|
|
259
|
+
<ui-text
|
|
260
|
+
class="text light small"
|
|
261
|
+
>
|
|
262
|
+
common.label.checkout_time
|
|
263
|
+
</ui-text>
|
|
264
|
+
</ui-view>
|
|
265
|
+
</ui-view>
|
|
266
|
+
</ui-view>
|
|
267
|
+
<ui-view
|
|
268
|
+
class="view wide"
|
|
269
|
+
>
|
|
270
|
+
<ui-text
|
|
271
|
+
class="text bold paragraph"
|
|
272
|
+
>
|
|
273
|
+
common.label.cancellation_policy
|
|
274
|
+
</ui-text>
|
|
275
|
+
<ui-text
|
|
276
|
+
class="text bold action"
|
|
277
|
+
>
|
|
278
|
+
Free cancellation
|
|
279
|
+
</ui-text>
|
|
280
|
+
<ui-text
|
|
281
|
+
class="text small"
|
|
282
|
+
>
|
|
283
|
+
Free cancellation until 24 hours before check-in
|
|
284
|
+
</ui-text>
|
|
285
|
+
</ui-view>
|
|
286
|
+
<ui-view
|
|
287
|
+
class="view wide"
|
|
288
|
+
>
|
|
289
|
+
<ui-text
|
|
290
|
+
class="text bold paragraph"
|
|
291
|
+
>
|
|
292
|
+
common.label.total
|
|
293
|
+
</ui-text>
|
|
294
|
+
<ui-text
|
|
295
|
+
class="text bold headline-3"
|
|
296
|
+
>
|
|
297
|
+
250 USD
|
|
298
|
+
</ui-text>
|
|
299
|
+
<ui-text
|
|
300
|
+
class="text small"
|
|
301
|
+
>
|
|
302
|
+
core.label.includes_taxes
|
|
303
|
+
</ui-text>
|
|
304
|
+
</ui-view>
|
|
305
|
+
</ui-view>
|
|
306
|
+
</DocumentFragment>
|
|
307
|
+
`;
|
|
308
|
+
|
|
309
|
+
exports[`<Booking> <Summary> prop:dates 1`] = `
|
|
310
|
+
<DocumentFragment>
|
|
311
|
+
<ui-view
|
|
312
|
+
class="view"
|
|
313
|
+
>
|
|
314
|
+
<ui-text
|
|
315
|
+
class="text bold paragraph"
|
|
316
|
+
>
|
|
317
|
+
Booking Summary
|
|
318
|
+
</ui-text>
|
|
319
|
+
<ui-view
|
|
320
|
+
class="view row wide"
|
|
321
|
+
>
|
|
322
|
+
<ui-view
|
|
323
|
+
class="view"
|
|
324
|
+
>
|
|
325
|
+
<ui-text
|
|
326
|
+
class="text bold paragraph"
|
|
327
|
+
>
|
|
328
|
+
common.label.check_in
|
|
329
|
+
</ui-text>
|
|
330
|
+
<ui-view
|
|
331
|
+
class="view"
|
|
332
|
+
>
|
|
333
|
+
<ui-text
|
|
334
|
+
class="text action"
|
|
335
|
+
>
|
|
336
|
+
2024-12-20T00:00:00.000Z
|
|
337
|
+
</ui-text>
|
|
338
|
+
<ui-text
|
|
339
|
+
class="text light small"
|
|
340
|
+
>
|
|
341
|
+
common.label.checkin_time
|
|
342
|
+
</ui-text>
|
|
343
|
+
</ui-view>
|
|
344
|
+
</ui-view>
|
|
345
|
+
<ui-view
|
|
346
|
+
class="view"
|
|
347
|
+
>
|
|
348
|
+
<ui-text
|
|
349
|
+
class="text bold paragraph"
|
|
350
|
+
>
|
|
351
|
+
common.label.check_out
|
|
352
|
+
</ui-text>
|
|
353
|
+
<ui-view
|
|
354
|
+
class="view"
|
|
355
|
+
>
|
|
356
|
+
<ui-text
|
|
357
|
+
class="text action"
|
|
358
|
+
>
|
|
359
|
+
2024-12-25T00:00:00.000Z
|
|
360
|
+
</ui-text>
|
|
361
|
+
<ui-text
|
|
362
|
+
class="text light small"
|
|
363
|
+
>
|
|
364
|
+
common.label.checkout_time
|
|
365
|
+
</ui-text>
|
|
366
|
+
</ui-view>
|
|
367
|
+
</ui-view>
|
|
368
|
+
</ui-view>
|
|
369
|
+
<ui-view
|
|
370
|
+
class="view wide"
|
|
371
|
+
>
|
|
372
|
+
<ui-text
|
|
373
|
+
class="text bold paragraph"
|
|
374
|
+
>
|
|
375
|
+
common.label.cancellation_policy
|
|
376
|
+
</ui-text>
|
|
377
|
+
<ui-text
|
|
378
|
+
class="text bold action"
|
|
379
|
+
>
|
|
380
|
+
Free cancellation
|
|
381
|
+
</ui-text>
|
|
382
|
+
<ui-text
|
|
383
|
+
class="text small"
|
|
384
|
+
>
|
|
385
|
+
Free cancellation until 24 hours before check-in
|
|
386
|
+
</ui-text>
|
|
387
|
+
</ui-view>
|
|
388
|
+
<ui-view
|
|
389
|
+
class="view wide"
|
|
390
|
+
>
|
|
391
|
+
<ui-text
|
|
392
|
+
class="text bold paragraph"
|
|
393
|
+
>
|
|
394
|
+
common.label.total
|
|
395
|
+
</ui-text>
|
|
396
|
+
<ui-text
|
|
397
|
+
class="text bold headline-3"
|
|
398
|
+
>
|
|
399
|
+
250 EUR
|
|
400
|
+
</ui-text>
|
|
401
|
+
<ui-text
|
|
402
|
+
class="text small"
|
|
403
|
+
>
|
|
404
|
+
core.label.includes_taxes
|
|
405
|
+
</ui-text>
|
|
406
|
+
</ui-view>
|
|
407
|
+
</ui-view>
|
|
408
|
+
</DocumentFragment>
|
|
409
|
+
`;
|
|
410
|
+
|
|
411
|
+
exports[`<Booking> <Summary> prop:dates without check-in/out times 1`] = `
|
|
412
|
+
<DocumentFragment>
|
|
413
|
+
<ui-view
|
|
414
|
+
class="view"
|
|
415
|
+
>
|
|
416
|
+
<ui-text
|
|
417
|
+
class="text bold paragraph"
|
|
418
|
+
>
|
|
419
|
+
Booking Summary
|
|
420
|
+
</ui-text>
|
|
421
|
+
<ui-view
|
|
422
|
+
class="view row wide"
|
|
423
|
+
>
|
|
424
|
+
<ui-view
|
|
425
|
+
class="view"
|
|
426
|
+
>
|
|
427
|
+
<ui-text
|
|
428
|
+
class="text bold paragraph"
|
|
429
|
+
>
|
|
430
|
+
common.label.check_in
|
|
431
|
+
</ui-text>
|
|
432
|
+
<ui-view
|
|
433
|
+
class="view"
|
|
434
|
+
>
|
|
435
|
+
<ui-text
|
|
436
|
+
class="text action"
|
|
437
|
+
>
|
|
438
|
+
2024-12-20T00:00:00.000Z
|
|
439
|
+
</ui-text>
|
|
440
|
+
</ui-view>
|
|
441
|
+
</ui-view>
|
|
442
|
+
<ui-view
|
|
443
|
+
class="view"
|
|
444
|
+
>
|
|
445
|
+
<ui-text
|
|
446
|
+
class="text bold paragraph"
|
|
447
|
+
>
|
|
448
|
+
common.label.check_out
|
|
449
|
+
</ui-text>
|
|
450
|
+
<ui-view
|
|
451
|
+
class="view"
|
|
452
|
+
>
|
|
453
|
+
<ui-text
|
|
454
|
+
class="text action"
|
|
455
|
+
>
|
|
456
|
+
2024-12-25T00:00:00.000Z
|
|
457
|
+
</ui-text>
|
|
458
|
+
</ui-view>
|
|
459
|
+
</ui-view>
|
|
460
|
+
</ui-view>
|
|
461
|
+
<ui-view
|
|
462
|
+
class="view wide"
|
|
463
|
+
>
|
|
464
|
+
<ui-text
|
|
465
|
+
class="text bold paragraph"
|
|
466
|
+
>
|
|
467
|
+
common.label.cancellation_policy
|
|
468
|
+
</ui-text>
|
|
469
|
+
<ui-text
|
|
470
|
+
class="text bold action"
|
|
471
|
+
>
|
|
472
|
+
Free cancellation
|
|
473
|
+
</ui-text>
|
|
474
|
+
<ui-text
|
|
475
|
+
class="text small"
|
|
476
|
+
>
|
|
477
|
+
Free cancellation until 24 hours before check-in
|
|
478
|
+
</ui-text>
|
|
479
|
+
</ui-view>
|
|
480
|
+
<ui-view
|
|
481
|
+
class="view wide"
|
|
482
|
+
>
|
|
483
|
+
<ui-text
|
|
484
|
+
class="text bold paragraph"
|
|
485
|
+
>
|
|
486
|
+
common.label.total
|
|
487
|
+
</ui-text>
|
|
488
|
+
<ui-text
|
|
489
|
+
class="text bold headline-3"
|
|
490
|
+
>
|
|
491
|
+
250 EUR
|
|
492
|
+
</ui-text>
|
|
493
|
+
<ui-text
|
|
494
|
+
class="text small"
|
|
495
|
+
>
|
|
496
|
+
core.label.includes_taxes
|
|
497
|
+
</ui-text>
|
|
498
|
+
</ui-view>
|
|
499
|
+
</ui-view>
|
|
500
|
+
</DocumentFragment>
|
|
501
|
+
`;
|
|
502
|
+
|
|
503
|
+
exports[`<Booking> <Summary> prop:price 1`] = `
|
|
504
|
+
<DocumentFragment>
|
|
505
|
+
<ui-view
|
|
506
|
+
class="view"
|
|
507
|
+
>
|
|
508
|
+
<ui-text
|
|
509
|
+
class="text bold paragraph"
|
|
510
|
+
>
|
|
511
|
+
Booking Summary
|
|
512
|
+
</ui-text>
|
|
513
|
+
<ui-view
|
|
514
|
+
class="view row wide"
|
|
515
|
+
>
|
|
516
|
+
<ui-view
|
|
517
|
+
class="view"
|
|
518
|
+
>
|
|
519
|
+
<ui-text
|
|
520
|
+
class="text bold paragraph"
|
|
521
|
+
>
|
|
522
|
+
common.label.check_in
|
|
523
|
+
</ui-text>
|
|
524
|
+
<ui-view
|
|
525
|
+
class="view"
|
|
526
|
+
>
|
|
527
|
+
<ui-text
|
|
528
|
+
class="text action"
|
|
529
|
+
>
|
|
530
|
+
2024-10-28T00:00:00.000Z
|
|
531
|
+
</ui-text>
|
|
532
|
+
<ui-text
|
|
533
|
+
class="text light small"
|
|
534
|
+
>
|
|
535
|
+
common.label.checkin_time
|
|
536
|
+
</ui-text>
|
|
537
|
+
</ui-view>
|
|
538
|
+
</ui-view>
|
|
539
|
+
<ui-view
|
|
540
|
+
class="view"
|
|
541
|
+
>
|
|
542
|
+
<ui-text
|
|
543
|
+
class="text bold paragraph"
|
|
544
|
+
>
|
|
545
|
+
common.label.check_out
|
|
546
|
+
</ui-text>
|
|
547
|
+
<ui-view
|
|
548
|
+
class="view"
|
|
549
|
+
>
|
|
550
|
+
<ui-text
|
|
551
|
+
class="text action"
|
|
552
|
+
>
|
|
553
|
+
2024-10-30T00:00:00.000Z
|
|
554
|
+
</ui-text>
|
|
555
|
+
<ui-text
|
|
556
|
+
class="text light small"
|
|
557
|
+
>
|
|
558
|
+
common.label.checkout_time
|
|
559
|
+
</ui-text>
|
|
560
|
+
</ui-view>
|
|
561
|
+
</ui-view>
|
|
562
|
+
</ui-view>
|
|
563
|
+
<ui-view
|
|
564
|
+
class="view wide"
|
|
565
|
+
>
|
|
566
|
+
<ui-text
|
|
567
|
+
class="text bold paragraph"
|
|
568
|
+
>
|
|
569
|
+
common.label.cancellation_policy
|
|
570
|
+
</ui-text>
|
|
571
|
+
<ui-text
|
|
572
|
+
class="text bold action"
|
|
573
|
+
>
|
|
574
|
+
Free cancellation
|
|
575
|
+
</ui-text>
|
|
576
|
+
<ui-text
|
|
577
|
+
class="text small"
|
|
578
|
+
>
|
|
579
|
+
Free cancellation until 24 hours before check-in
|
|
580
|
+
</ui-text>
|
|
581
|
+
</ui-view>
|
|
582
|
+
<ui-view
|
|
583
|
+
class="view wide"
|
|
584
|
+
>
|
|
585
|
+
<ui-text
|
|
586
|
+
class="text bold paragraph"
|
|
587
|
+
>
|
|
588
|
+
common.label.total
|
|
589
|
+
</ui-text>
|
|
590
|
+
<ui-text
|
|
591
|
+
class="text bold headline-3"
|
|
592
|
+
>
|
|
593
|
+
500 EUR
|
|
594
|
+
</ui-text>
|
|
595
|
+
<ui-text
|
|
596
|
+
class="text small"
|
|
597
|
+
>
|
|
598
|
+
core.label.includes_taxes
|
|
599
|
+
</ui-text>
|
|
600
|
+
</ui-view>
|
|
601
|
+
</ui-view>
|
|
602
|
+
</DocumentFragment>
|
|
603
|
+
`;
|
|
604
|
+
|
|
605
|
+
exports[`<Booking> <Summary> prop:priceBreakdown with fees 1`] = `
|
|
606
|
+
<DocumentFragment>
|
|
607
|
+
<ui-view
|
|
608
|
+
class="view"
|
|
609
|
+
>
|
|
610
|
+
<ui-text
|
|
611
|
+
class="text bold paragraph"
|
|
612
|
+
>
|
|
613
|
+
Booking Summary
|
|
614
|
+
</ui-text>
|
|
615
|
+
<ui-view
|
|
616
|
+
class="view row wide"
|
|
617
|
+
>
|
|
618
|
+
<ui-view
|
|
619
|
+
class="view"
|
|
620
|
+
>
|
|
621
|
+
<ui-text
|
|
622
|
+
class="text bold paragraph"
|
|
623
|
+
>
|
|
624
|
+
common.label.check_in
|
|
625
|
+
</ui-text>
|
|
626
|
+
<ui-view
|
|
627
|
+
class="view"
|
|
628
|
+
>
|
|
629
|
+
<ui-text
|
|
630
|
+
class="text action"
|
|
631
|
+
>
|
|
632
|
+
2024-10-28T00:00:00.000Z
|
|
633
|
+
</ui-text>
|
|
634
|
+
<ui-text
|
|
635
|
+
class="text light small"
|
|
636
|
+
>
|
|
637
|
+
common.label.checkin_time
|
|
638
|
+
</ui-text>
|
|
639
|
+
</ui-view>
|
|
640
|
+
</ui-view>
|
|
641
|
+
<ui-view
|
|
642
|
+
class="view"
|
|
643
|
+
>
|
|
644
|
+
<ui-text
|
|
645
|
+
class="text bold paragraph"
|
|
646
|
+
>
|
|
647
|
+
common.label.check_out
|
|
648
|
+
</ui-text>
|
|
649
|
+
<ui-view
|
|
650
|
+
class="view"
|
|
651
|
+
>
|
|
652
|
+
<ui-text
|
|
653
|
+
class="text action"
|
|
654
|
+
>
|
|
655
|
+
2024-10-30T00:00:00.000Z
|
|
656
|
+
</ui-text>
|
|
657
|
+
<ui-text
|
|
658
|
+
class="text light small"
|
|
659
|
+
>
|
|
660
|
+
common.label.checkout_time
|
|
661
|
+
</ui-text>
|
|
662
|
+
</ui-view>
|
|
663
|
+
</ui-view>
|
|
664
|
+
</ui-view>
|
|
665
|
+
<ui-view
|
|
666
|
+
class="view wide"
|
|
667
|
+
>
|
|
668
|
+
<ui-text
|
|
669
|
+
class="text bold paragraph"
|
|
670
|
+
>
|
|
671
|
+
common.label.cancellation_policy
|
|
672
|
+
</ui-text>
|
|
673
|
+
<ui-text
|
|
674
|
+
class="text bold action"
|
|
675
|
+
>
|
|
676
|
+
Free cancellation
|
|
677
|
+
</ui-text>
|
|
678
|
+
<ui-text
|
|
679
|
+
class="text small"
|
|
680
|
+
>
|
|
681
|
+
Free cancellation until 24 hours before check-in
|
|
682
|
+
</ui-text>
|
|
683
|
+
</ui-view>
|
|
684
|
+
<ui-view
|
|
685
|
+
class="view wide"
|
|
686
|
+
>
|
|
687
|
+
<ui-text
|
|
688
|
+
class="text bold paragraph"
|
|
689
|
+
>
|
|
690
|
+
common.label.total
|
|
691
|
+
</ui-text>
|
|
692
|
+
<ui-text
|
|
693
|
+
class="text bold headline-3"
|
|
694
|
+
>
|
|
695
|
+
250 EUR
|
|
696
|
+
</ui-text>
|
|
697
|
+
<ui-text
|
|
698
|
+
class="text small"
|
|
699
|
+
>
|
|
700
|
+
core.label.includes_taxes
|
|
701
|
+
</ui-text>
|
|
702
|
+
</ui-view>
|
|
703
|
+
</ui-view>
|
|
704
|
+
</DocumentFragment>
|
|
705
|
+
`;
|
|
706
|
+
|
|
707
|
+
exports[`<Booking> <Summary> prop:priceBreakdown with taxes 1`] = `
|
|
708
|
+
<DocumentFragment>
|
|
709
|
+
<ui-view
|
|
710
|
+
class="view"
|
|
711
|
+
>
|
|
712
|
+
<ui-text
|
|
713
|
+
class="text bold paragraph"
|
|
714
|
+
>
|
|
715
|
+
Booking Summary
|
|
716
|
+
</ui-text>
|
|
717
|
+
<ui-view
|
|
718
|
+
class="view row wide"
|
|
719
|
+
>
|
|
720
|
+
<ui-view
|
|
721
|
+
class="view"
|
|
722
|
+
>
|
|
723
|
+
<ui-text
|
|
724
|
+
class="text bold paragraph"
|
|
725
|
+
>
|
|
726
|
+
common.label.check_in
|
|
727
|
+
</ui-text>
|
|
728
|
+
<ui-view
|
|
729
|
+
class="view"
|
|
730
|
+
>
|
|
731
|
+
<ui-text
|
|
732
|
+
class="text action"
|
|
733
|
+
>
|
|
734
|
+
2024-10-28T00:00:00.000Z
|
|
735
|
+
</ui-text>
|
|
736
|
+
<ui-text
|
|
737
|
+
class="text light small"
|
|
738
|
+
>
|
|
739
|
+
common.label.checkin_time
|
|
740
|
+
</ui-text>
|
|
741
|
+
</ui-view>
|
|
742
|
+
</ui-view>
|
|
743
|
+
<ui-view
|
|
744
|
+
class="view"
|
|
745
|
+
>
|
|
746
|
+
<ui-text
|
|
747
|
+
class="text bold paragraph"
|
|
748
|
+
>
|
|
749
|
+
common.label.check_out
|
|
750
|
+
</ui-text>
|
|
751
|
+
<ui-view
|
|
752
|
+
class="view"
|
|
753
|
+
>
|
|
754
|
+
<ui-text
|
|
755
|
+
class="text action"
|
|
756
|
+
>
|
|
757
|
+
2024-10-30T00:00:00.000Z
|
|
758
|
+
</ui-text>
|
|
759
|
+
<ui-text
|
|
760
|
+
class="text light small"
|
|
761
|
+
>
|
|
762
|
+
common.label.checkout_time
|
|
763
|
+
</ui-text>
|
|
764
|
+
</ui-view>
|
|
765
|
+
</ui-view>
|
|
766
|
+
</ui-view>
|
|
767
|
+
<ui-view
|
|
768
|
+
class="view wide"
|
|
769
|
+
>
|
|
770
|
+
<ui-text
|
|
771
|
+
class="text bold paragraph"
|
|
772
|
+
>
|
|
773
|
+
common.label.cancellation_policy
|
|
774
|
+
</ui-text>
|
|
775
|
+
<ui-text
|
|
776
|
+
class="text bold action"
|
|
777
|
+
>
|
|
778
|
+
Free cancellation
|
|
779
|
+
</ui-text>
|
|
780
|
+
<ui-text
|
|
781
|
+
class="text small"
|
|
782
|
+
>
|
|
783
|
+
Free cancellation until 24 hours before check-in
|
|
784
|
+
</ui-text>
|
|
785
|
+
</ui-view>
|
|
786
|
+
<ui-view
|
|
787
|
+
class="view wide"
|
|
788
|
+
>
|
|
789
|
+
<ui-text
|
|
790
|
+
class="text bold paragraph"
|
|
791
|
+
>
|
|
792
|
+
common.label.total
|
|
793
|
+
</ui-text>
|
|
794
|
+
<ui-text
|
|
795
|
+
class="text bold headline-3"
|
|
796
|
+
>
|
|
797
|
+
250 EUR
|
|
798
|
+
</ui-text>
|
|
799
|
+
<ui-text
|
|
800
|
+
class="text small"
|
|
801
|
+
>
|
|
802
|
+
core.label.includes_taxes
|
|
803
|
+
</ui-text>
|
|
804
|
+
</ui-view>
|
|
805
|
+
</ui-view>
|
|
806
|
+
</DocumentFragment>
|
|
807
|
+
`;
|
|
808
|
+
|
|
809
|
+
exports[`<Booking> <Summary> prop:priceBreakdown without taxes and fees 1`] = `
|
|
810
|
+
<DocumentFragment>
|
|
811
|
+
<ui-view
|
|
812
|
+
class="view"
|
|
813
|
+
>
|
|
814
|
+
<ui-text
|
|
815
|
+
class="text bold paragraph"
|
|
816
|
+
>
|
|
817
|
+
Booking Summary
|
|
818
|
+
</ui-text>
|
|
819
|
+
<ui-view
|
|
820
|
+
class="view row wide"
|
|
821
|
+
>
|
|
822
|
+
<ui-view
|
|
823
|
+
class="view"
|
|
824
|
+
>
|
|
825
|
+
<ui-text
|
|
826
|
+
class="text bold paragraph"
|
|
827
|
+
>
|
|
828
|
+
common.label.check_in
|
|
829
|
+
</ui-text>
|
|
830
|
+
<ui-view
|
|
831
|
+
class="view"
|
|
832
|
+
>
|
|
833
|
+
<ui-text
|
|
834
|
+
class="text action"
|
|
835
|
+
>
|
|
836
|
+
2024-10-28T00:00:00.000Z
|
|
837
|
+
</ui-text>
|
|
838
|
+
<ui-text
|
|
839
|
+
class="text light small"
|
|
840
|
+
>
|
|
841
|
+
common.label.checkin_time
|
|
842
|
+
</ui-text>
|
|
843
|
+
</ui-view>
|
|
844
|
+
</ui-view>
|
|
845
|
+
<ui-view
|
|
846
|
+
class="view"
|
|
847
|
+
>
|
|
848
|
+
<ui-text
|
|
849
|
+
class="text bold paragraph"
|
|
850
|
+
>
|
|
851
|
+
common.label.check_out
|
|
852
|
+
</ui-text>
|
|
853
|
+
<ui-view
|
|
854
|
+
class="view"
|
|
855
|
+
>
|
|
856
|
+
<ui-text
|
|
857
|
+
class="text action"
|
|
858
|
+
>
|
|
859
|
+
2024-10-30T00:00:00.000Z
|
|
860
|
+
</ui-text>
|
|
861
|
+
<ui-text
|
|
862
|
+
class="text light small"
|
|
863
|
+
>
|
|
864
|
+
common.label.checkout_time
|
|
865
|
+
</ui-text>
|
|
866
|
+
</ui-view>
|
|
867
|
+
</ui-view>
|
|
868
|
+
</ui-view>
|
|
869
|
+
<ui-view
|
|
870
|
+
class="view wide"
|
|
871
|
+
>
|
|
872
|
+
<ui-text
|
|
873
|
+
class="text bold paragraph"
|
|
874
|
+
>
|
|
875
|
+
common.label.cancellation_policy
|
|
876
|
+
</ui-text>
|
|
877
|
+
<ui-text
|
|
878
|
+
class="text bold action"
|
|
879
|
+
>
|
|
880
|
+
Free cancellation
|
|
881
|
+
</ui-text>
|
|
882
|
+
<ui-text
|
|
883
|
+
class="text small"
|
|
884
|
+
>
|
|
885
|
+
Free cancellation until 24 hours before check-in
|
|
886
|
+
</ui-text>
|
|
887
|
+
</ui-view>
|
|
888
|
+
<ui-view
|
|
889
|
+
class="view wide"
|
|
890
|
+
>
|
|
891
|
+
<ui-text
|
|
892
|
+
class="text bold paragraph"
|
|
893
|
+
>
|
|
894
|
+
common.label.total
|
|
895
|
+
</ui-text>
|
|
896
|
+
<ui-text
|
|
897
|
+
class="text bold headline-3"
|
|
898
|
+
>
|
|
899
|
+
250 EUR
|
|
900
|
+
</ui-text>
|
|
901
|
+
</ui-view>
|
|
902
|
+
</ui-view>
|
|
903
|
+
</DocumentFragment>
|
|
904
|
+
`;
|
|
905
|
+
|
|
906
|
+
exports[`<Booking> <Summary> prop:title 1`] = `
|
|
907
|
+
<DocumentFragment>
|
|
908
|
+
<ui-view
|
|
909
|
+
class="view"
|
|
910
|
+
>
|
|
911
|
+
<ui-text
|
|
912
|
+
class="text bold paragraph"
|
|
913
|
+
>
|
|
914
|
+
Your Reservation
|
|
915
|
+
</ui-text>
|
|
916
|
+
<ui-view
|
|
917
|
+
class="view row wide"
|
|
918
|
+
>
|
|
919
|
+
<ui-view
|
|
920
|
+
class="view"
|
|
921
|
+
>
|
|
922
|
+
<ui-text
|
|
923
|
+
class="text bold paragraph"
|
|
924
|
+
>
|
|
925
|
+
common.label.check_in
|
|
926
|
+
</ui-text>
|
|
927
|
+
<ui-view
|
|
928
|
+
class="view"
|
|
929
|
+
>
|
|
930
|
+
<ui-text
|
|
931
|
+
class="text action"
|
|
932
|
+
>
|
|
933
|
+
2024-10-28T00:00:00.000Z
|
|
934
|
+
</ui-text>
|
|
935
|
+
<ui-text
|
|
936
|
+
class="text light small"
|
|
937
|
+
>
|
|
938
|
+
common.label.checkin_time
|
|
939
|
+
</ui-text>
|
|
940
|
+
</ui-view>
|
|
941
|
+
</ui-view>
|
|
942
|
+
<ui-view
|
|
943
|
+
class="view"
|
|
944
|
+
>
|
|
945
|
+
<ui-text
|
|
946
|
+
class="text bold paragraph"
|
|
947
|
+
>
|
|
948
|
+
common.label.check_out
|
|
949
|
+
</ui-text>
|
|
950
|
+
<ui-view
|
|
951
|
+
class="view"
|
|
952
|
+
>
|
|
953
|
+
<ui-text
|
|
954
|
+
class="text action"
|
|
955
|
+
>
|
|
956
|
+
2024-10-30T00:00:00.000Z
|
|
957
|
+
</ui-text>
|
|
958
|
+
<ui-text
|
|
959
|
+
class="text light small"
|
|
960
|
+
>
|
|
961
|
+
common.label.checkout_time
|
|
962
|
+
</ui-text>
|
|
963
|
+
</ui-view>
|
|
964
|
+
</ui-view>
|
|
965
|
+
</ui-view>
|
|
966
|
+
<ui-view
|
|
967
|
+
class="view wide"
|
|
968
|
+
>
|
|
969
|
+
<ui-text
|
|
970
|
+
class="text bold paragraph"
|
|
971
|
+
>
|
|
972
|
+
common.label.cancellation_policy
|
|
973
|
+
</ui-text>
|
|
974
|
+
<ui-text
|
|
975
|
+
class="text bold action"
|
|
976
|
+
>
|
|
977
|
+
Free cancellation
|
|
978
|
+
</ui-text>
|
|
979
|
+
<ui-text
|
|
980
|
+
class="text small"
|
|
981
|
+
>
|
|
982
|
+
Free cancellation until 24 hours before check-in
|
|
983
|
+
</ui-text>
|
|
984
|
+
</ui-view>
|
|
985
|
+
<ui-view
|
|
986
|
+
class="view wide"
|
|
987
|
+
>
|
|
988
|
+
<ui-text
|
|
989
|
+
class="text bold paragraph"
|
|
990
|
+
>
|
|
991
|
+
common.label.total
|
|
992
|
+
</ui-text>
|
|
993
|
+
<ui-text
|
|
994
|
+
class="text bold headline-3"
|
|
995
|
+
>
|
|
996
|
+
250 EUR
|
|
997
|
+
</ui-text>
|
|
998
|
+
<ui-text
|
|
999
|
+
class="text small"
|
|
1000
|
+
>
|
|
1001
|
+
core.label.includes_taxes
|
|
1002
|
+
</ui-text>
|
|
1003
|
+
</ui-view>
|
|
1004
|
+
</ui-view>
|
|
1005
|
+
</DocumentFragment>
|
|
1006
|
+
`;
|
|
1007
|
+
|
|
1008
|
+
exports[`<Booking> <Summary> renders 1`] = `
|
|
1009
|
+
<DocumentFragment>
|
|
1010
|
+
<ui-view
|
|
1011
|
+
class="view"
|
|
1012
|
+
>
|
|
1013
|
+
<ui-text
|
|
1014
|
+
class="text bold paragraph"
|
|
1015
|
+
>
|
|
1016
|
+
Booking Summary
|
|
1017
|
+
</ui-text>
|
|
1018
|
+
<ui-view
|
|
1019
|
+
class="view row wide"
|
|
1020
|
+
>
|
|
1021
|
+
<ui-view
|
|
1022
|
+
class="view"
|
|
1023
|
+
>
|
|
1024
|
+
<ui-text
|
|
1025
|
+
class="text bold paragraph"
|
|
1026
|
+
>
|
|
1027
|
+
common.label.check_in
|
|
1028
|
+
</ui-text>
|
|
1029
|
+
<ui-view
|
|
1030
|
+
class="view"
|
|
1031
|
+
>
|
|
1032
|
+
<ui-text
|
|
1033
|
+
class="text action"
|
|
1034
|
+
>
|
|
1035
|
+
2024-10-28T00:00:00.000Z
|
|
1036
|
+
</ui-text>
|
|
1037
|
+
<ui-text
|
|
1038
|
+
class="text light small"
|
|
1039
|
+
>
|
|
1040
|
+
common.label.checkin_time
|
|
1041
|
+
</ui-text>
|
|
1042
|
+
</ui-view>
|
|
1043
|
+
</ui-view>
|
|
1044
|
+
<ui-view
|
|
1045
|
+
class="view"
|
|
1046
|
+
>
|
|
1047
|
+
<ui-text
|
|
1048
|
+
class="text bold paragraph"
|
|
1049
|
+
>
|
|
1050
|
+
common.label.check_out
|
|
1051
|
+
</ui-text>
|
|
1052
|
+
<ui-view
|
|
1053
|
+
class="view"
|
|
1054
|
+
>
|
|
1055
|
+
<ui-text
|
|
1056
|
+
class="text action"
|
|
1057
|
+
>
|
|
1058
|
+
2024-10-30T00:00:00.000Z
|
|
1059
|
+
</ui-text>
|
|
1060
|
+
<ui-text
|
|
1061
|
+
class="text light small"
|
|
1062
|
+
>
|
|
1063
|
+
common.label.checkout_time
|
|
1064
|
+
</ui-text>
|
|
1065
|
+
</ui-view>
|
|
1066
|
+
</ui-view>
|
|
1067
|
+
</ui-view>
|
|
1068
|
+
<ui-view
|
|
1069
|
+
class="view wide"
|
|
1070
|
+
>
|
|
1071
|
+
<ui-text
|
|
1072
|
+
class="text bold paragraph"
|
|
1073
|
+
>
|
|
1074
|
+
common.label.cancellation_policy
|
|
1075
|
+
</ui-text>
|
|
1076
|
+
<ui-text
|
|
1077
|
+
class="text bold action"
|
|
1078
|
+
>
|
|
1079
|
+
Free cancellation
|
|
1080
|
+
</ui-text>
|
|
1081
|
+
<ui-text
|
|
1082
|
+
class="text small"
|
|
1083
|
+
>
|
|
1084
|
+
Free cancellation until 24 hours before check-in
|
|
1085
|
+
</ui-text>
|
|
1086
|
+
</ui-view>
|
|
1087
|
+
<ui-view
|
|
1088
|
+
class="view wide"
|
|
1089
|
+
>
|
|
1090
|
+
<ui-text
|
|
1091
|
+
class="text bold paragraph"
|
|
1092
|
+
>
|
|
1093
|
+
common.label.total
|
|
1094
|
+
</ui-text>
|
|
1095
|
+
<ui-text
|
|
1096
|
+
class="text bold headline-3"
|
|
1097
|
+
>
|
|
1098
|
+
250 EUR
|
|
1099
|
+
</ui-text>
|
|
1100
|
+
<ui-text
|
|
1101
|
+
class="text small"
|
|
1102
|
+
>
|
|
1103
|
+
core.label.includes_taxes
|
|
1104
|
+
</ui-text>
|
|
1105
|
+
</ui-view>
|
|
1106
|
+
</ui-view>
|
|
1107
|
+
</DocumentFragment>
|
|
1108
|
+
`;
|
|
1109
|
+
|
|
1110
|
+
exports[`<Booking> <Summary> renders with minimal data 1`] = `
|
|
1111
|
+
<DocumentFragment>
|
|
1112
|
+
<ui-view
|
|
1113
|
+
class="view"
|
|
1114
|
+
>
|
|
1115
|
+
<ui-text
|
|
1116
|
+
class="text bold paragraph"
|
|
1117
|
+
>
|
|
1118
|
+
Summary
|
|
1119
|
+
</ui-text>
|
|
1120
|
+
<ui-view
|
|
1121
|
+
class="view row wide"
|
|
1122
|
+
>
|
|
1123
|
+
<ui-view
|
|
1124
|
+
class="view"
|
|
1125
|
+
>
|
|
1126
|
+
<ui-text
|
|
1127
|
+
class="text bold paragraph"
|
|
1128
|
+
>
|
|
1129
|
+
common.label.check_in
|
|
1130
|
+
</ui-text>
|
|
1131
|
+
<ui-view
|
|
1132
|
+
class="view"
|
|
1133
|
+
>
|
|
1134
|
+
<ui-text
|
|
1135
|
+
class="text action"
|
|
1136
|
+
>
|
|
1137
|
+
2025-10-28T00:00:00.000Z
|
|
1138
|
+
</ui-text>
|
|
1139
|
+
</ui-view>
|
|
1140
|
+
</ui-view>
|
|
1141
|
+
<ui-view
|
|
1142
|
+
class="view"
|
|
1143
|
+
>
|
|
1144
|
+
<ui-text
|
|
1145
|
+
class="text bold paragraph"
|
|
1146
|
+
>
|
|
1147
|
+
common.label.check_out
|
|
1148
|
+
</ui-text>
|
|
1149
|
+
<ui-view
|
|
1150
|
+
class="view"
|
|
1151
|
+
>
|
|
1152
|
+
<ui-text
|
|
1153
|
+
class="text action"
|
|
1154
|
+
>
|
|
1155
|
+
2025-10-28T00:00:00.000Z
|
|
1156
|
+
</ui-text>
|
|
1157
|
+
</ui-view>
|
|
1158
|
+
</ui-view>
|
|
1159
|
+
</ui-view>
|
|
1160
|
+
<ui-view
|
|
1161
|
+
class="view wide"
|
|
1162
|
+
>
|
|
1163
|
+
<ui-text
|
|
1164
|
+
class="text bold paragraph"
|
|
1165
|
+
>
|
|
1166
|
+
common.label.cancellation_policy
|
|
1167
|
+
</ui-text>
|
|
1168
|
+
<ui-text
|
|
1169
|
+
class="text bold action"
|
|
1170
|
+
/>
|
|
1171
|
+
<ui-text
|
|
1172
|
+
class="text small"
|
|
1173
|
+
/>
|
|
1174
|
+
</ui-view>
|
|
1175
|
+
<ui-view
|
|
1176
|
+
class="view wide"
|
|
1177
|
+
>
|
|
1178
|
+
<ui-text
|
|
1179
|
+
class="text bold paragraph"
|
|
1180
|
+
>
|
|
1181
|
+
common.label.total
|
|
1182
|
+
</ui-text>
|
|
1183
|
+
<ui-text
|
|
1184
|
+
class="text bold headline-3"
|
|
1185
|
+
>
|
|
1186
|
+
0 EUR
|
|
1187
|
+
</ui-text>
|
|
1188
|
+
</ui-view>
|
|
1189
|
+
</ui-view>
|
|
1190
|
+
</DocumentFragment>
|
|
1191
|
+
`;
|
|
1192
|
+
|
|
1193
|
+
exports[`<Booking> <Summary> renders without cancellation data 1`] = `
|
|
1194
|
+
<DocumentFragment>
|
|
1195
|
+
<ui-view
|
|
1196
|
+
class="view"
|
|
1197
|
+
>
|
|
1198
|
+
<ui-text
|
|
1199
|
+
class="text bold paragraph"
|
|
1200
|
+
>
|
|
1201
|
+
Booking Summary
|
|
1202
|
+
</ui-text>
|
|
1203
|
+
<ui-view
|
|
1204
|
+
class="view row wide"
|
|
1205
|
+
>
|
|
1206
|
+
<ui-view
|
|
1207
|
+
class="view"
|
|
1208
|
+
>
|
|
1209
|
+
<ui-text
|
|
1210
|
+
class="text bold paragraph"
|
|
1211
|
+
>
|
|
1212
|
+
common.label.check_in
|
|
1213
|
+
</ui-text>
|
|
1214
|
+
<ui-view
|
|
1215
|
+
class="view"
|
|
1216
|
+
>
|
|
1217
|
+
<ui-text
|
|
1218
|
+
class="text action"
|
|
1219
|
+
>
|
|
1220
|
+
2024-10-28T00:00:00.000Z
|
|
1221
|
+
</ui-text>
|
|
1222
|
+
<ui-text
|
|
1223
|
+
class="text light small"
|
|
1224
|
+
>
|
|
1225
|
+
common.label.checkin_time
|
|
1226
|
+
</ui-text>
|
|
1227
|
+
</ui-view>
|
|
1228
|
+
</ui-view>
|
|
1229
|
+
<ui-view
|
|
1230
|
+
class="view"
|
|
1231
|
+
>
|
|
1232
|
+
<ui-text
|
|
1233
|
+
class="text bold paragraph"
|
|
1234
|
+
>
|
|
1235
|
+
common.label.check_out
|
|
1236
|
+
</ui-text>
|
|
1237
|
+
<ui-view
|
|
1238
|
+
class="view"
|
|
1239
|
+
>
|
|
1240
|
+
<ui-text
|
|
1241
|
+
class="text action"
|
|
1242
|
+
>
|
|
1243
|
+
2024-10-30T00:00:00.000Z
|
|
1244
|
+
</ui-text>
|
|
1245
|
+
<ui-text
|
|
1246
|
+
class="text light small"
|
|
1247
|
+
>
|
|
1248
|
+
common.label.checkout_time
|
|
1249
|
+
</ui-text>
|
|
1250
|
+
</ui-view>
|
|
1251
|
+
</ui-view>
|
|
1252
|
+
</ui-view>
|
|
1253
|
+
<ui-view
|
|
1254
|
+
class="view wide"
|
|
1255
|
+
>
|
|
1256
|
+
<ui-text
|
|
1257
|
+
class="text bold paragraph"
|
|
1258
|
+
>
|
|
1259
|
+
common.label.cancellation_policy
|
|
1260
|
+
</ui-text>
|
|
1261
|
+
<ui-text
|
|
1262
|
+
class="text bold action"
|
|
1263
|
+
/>
|
|
1264
|
+
<ui-text
|
|
1265
|
+
class="text small"
|
|
1266
|
+
/>
|
|
1267
|
+
</ui-view>
|
|
1268
|
+
<ui-view
|
|
1269
|
+
class="view wide"
|
|
1270
|
+
>
|
|
1271
|
+
<ui-text
|
|
1272
|
+
class="text bold paragraph"
|
|
1273
|
+
>
|
|
1274
|
+
common.label.total
|
|
1275
|
+
</ui-text>
|
|
1276
|
+
<ui-text
|
|
1277
|
+
class="text bold headline-3"
|
|
1278
|
+
>
|
|
1279
|
+
250 EUR
|
|
1280
|
+
</ui-text>
|
|
1281
|
+
<ui-text
|
|
1282
|
+
class="text small"
|
|
1283
|
+
>
|
|
1284
|
+
core.label.includes_taxes
|
|
1285
|
+
</ui-text>
|
|
1286
|
+
</ui-view>
|
|
1287
|
+
</ui-view>
|
|
1288
|
+
</DocumentFragment>
|
|
1289
|
+
`;
|
|
1290
|
+
|
|
1291
|
+
exports[`<Booking> <Summary> renders without dates data 1`] = `
|
|
1292
|
+
<DocumentFragment>
|
|
1293
|
+
<ui-view
|
|
1294
|
+
class="view"
|
|
1295
|
+
>
|
|
1296
|
+
<ui-text
|
|
1297
|
+
class="text bold paragraph"
|
|
1298
|
+
>
|
|
1299
|
+
Booking Summary
|
|
1300
|
+
</ui-text>
|
|
1301
|
+
<ui-view
|
|
1302
|
+
class="view row wide"
|
|
1303
|
+
>
|
|
1304
|
+
<ui-view
|
|
1305
|
+
class="view"
|
|
1306
|
+
>
|
|
1307
|
+
<ui-text
|
|
1308
|
+
class="text bold paragraph"
|
|
1309
|
+
>
|
|
1310
|
+
common.label.check_in
|
|
1311
|
+
</ui-text>
|
|
1312
|
+
<ui-view
|
|
1313
|
+
class="view"
|
|
1314
|
+
>
|
|
1315
|
+
<ui-text
|
|
1316
|
+
class="text action"
|
|
1317
|
+
>
|
|
1318
|
+
2025-10-28T00:00:00.000Z
|
|
1319
|
+
</ui-text>
|
|
1320
|
+
</ui-view>
|
|
1321
|
+
</ui-view>
|
|
1322
|
+
<ui-view
|
|
1323
|
+
class="view"
|
|
1324
|
+
>
|
|
1325
|
+
<ui-text
|
|
1326
|
+
class="text bold paragraph"
|
|
1327
|
+
>
|
|
1328
|
+
common.label.check_out
|
|
1329
|
+
</ui-text>
|
|
1330
|
+
<ui-view
|
|
1331
|
+
class="view"
|
|
1332
|
+
>
|
|
1333
|
+
<ui-text
|
|
1334
|
+
class="text action"
|
|
1335
|
+
>
|
|
1336
|
+
2025-10-28T00:00:00.000Z
|
|
1337
|
+
</ui-text>
|
|
1338
|
+
</ui-view>
|
|
1339
|
+
</ui-view>
|
|
1340
|
+
</ui-view>
|
|
1341
|
+
<ui-view
|
|
1342
|
+
class="view wide"
|
|
1343
|
+
>
|
|
1344
|
+
<ui-text
|
|
1345
|
+
class="text bold paragraph"
|
|
1346
|
+
>
|
|
1347
|
+
common.label.cancellation_policy
|
|
1348
|
+
</ui-text>
|
|
1349
|
+
<ui-text
|
|
1350
|
+
class="text bold action"
|
|
1351
|
+
>
|
|
1352
|
+
Free cancellation
|
|
1353
|
+
</ui-text>
|
|
1354
|
+
<ui-text
|
|
1355
|
+
class="text small"
|
|
1356
|
+
>
|
|
1357
|
+
Free cancellation until 24 hours before check-in
|
|
1358
|
+
</ui-text>
|
|
1359
|
+
</ui-view>
|
|
1360
|
+
<ui-view
|
|
1361
|
+
class="view wide"
|
|
1362
|
+
>
|
|
1363
|
+
<ui-text
|
|
1364
|
+
class="text bold paragraph"
|
|
1365
|
+
>
|
|
1366
|
+
common.label.total
|
|
1367
|
+
</ui-text>
|
|
1368
|
+
<ui-text
|
|
1369
|
+
class="text bold headline-3"
|
|
1370
|
+
>
|
|
1371
|
+
250 EUR
|
|
1372
|
+
</ui-text>
|
|
1373
|
+
<ui-text
|
|
1374
|
+
class="text small"
|
|
1375
|
+
>
|
|
1376
|
+
core.label.includes_taxes
|
|
1377
|
+
</ui-text>
|
|
1378
|
+
</ui-view>
|
|
1379
|
+
</ui-view>
|
|
1380
|
+
</DocumentFragment>
|
|
1381
|
+
`;
|
|
1382
|
+
|
|
1383
|
+
exports[`<Booking> <Summary> renders without price data 1`] = `
|
|
1384
|
+
<DocumentFragment>
|
|
1385
|
+
<ui-view
|
|
1386
|
+
class="view"
|
|
1387
|
+
>
|
|
1388
|
+
<ui-text
|
|
1389
|
+
class="text bold paragraph"
|
|
1390
|
+
>
|
|
1391
|
+
Booking Summary
|
|
1392
|
+
</ui-text>
|
|
1393
|
+
<ui-view
|
|
1394
|
+
class="view row wide"
|
|
1395
|
+
>
|
|
1396
|
+
<ui-view
|
|
1397
|
+
class="view"
|
|
1398
|
+
>
|
|
1399
|
+
<ui-text
|
|
1400
|
+
class="text bold paragraph"
|
|
1401
|
+
>
|
|
1402
|
+
common.label.check_in
|
|
1403
|
+
</ui-text>
|
|
1404
|
+
<ui-view
|
|
1405
|
+
class="view"
|
|
1406
|
+
>
|
|
1407
|
+
<ui-text
|
|
1408
|
+
class="text action"
|
|
1409
|
+
>
|
|
1410
|
+
2024-10-28T00:00:00.000Z
|
|
1411
|
+
</ui-text>
|
|
1412
|
+
<ui-text
|
|
1413
|
+
class="text light small"
|
|
1414
|
+
>
|
|
1415
|
+
common.label.checkin_time
|
|
1416
|
+
</ui-text>
|
|
1417
|
+
</ui-view>
|
|
1418
|
+
</ui-view>
|
|
1419
|
+
<ui-view
|
|
1420
|
+
class="view"
|
|
1421
|
+
>
|
|
1422
|
+
<ui-text
|
|
1423
|
+
class="text bold paragraph"
|
|
1424
|
+
>
|
|
1425
|
+
common.label.check_out
|
|
1426
|
+
</ui-text>
|
|
1427
|
+
<ui-view
|
|
1428
|
+
class="view"
|
|
1429
|
+
>
|
|
1430
|
+
<ui-text
|
|
1431
|
+
class="text action"
|
|
1432
|
+
>
|
|
1433
|
+
2024-10-30T00:00:00.000Z
|
|
1434
|
+
</ui-text>
|
|
1435
|
+
<ui-text
|
|
1436
|
+
class="text light small"
|
|
1437
|
+
>
|
|
1438
|
+
common.label.checkout_time
|
|
1439
|
+
</ui-text>
|
|
1440
|
+
</ui-view>
|
|
1441
|
+
</ui-view>
|
|
1442
|
+
</ui-view>
|
|
1443
|
+
<ui-view
|
|
1444
|
+
class="view wide"
|
|
1445
|
+
>
|
|
1446
|
+
<ui-text
|
|
1447
|
+
class="text bold paragraph"
|
|
1448
|
+
>
|
|
1449
|
+
common.label.cancellation_policy
|
|
1450
|
+
</ui-text>
|
|
1451
|
+
<ui-text
|
|
1452
|
+
class="text bold action"
|
|
1453
|
+
>
|
|
1454
|
+
Free cancellation
|
|
1455
|
+
</ui-text>
|
|
1456
|
+
<ui-text
|
|
1457
|
+
class="text small"
|
|
1458
|
+
>
|
|
1459
|
+
Free cancellation until 24 hours before check-in
|
|
1460
|
+
</ui-text>
|
|
1461
|
+
</ui-view>
|
|
1462
|
+
<ui-view
|
|
1463
|
+
class="view wide"
|
|
1464
|
+
>
|
|
1465
|
+
<ui-text
|
|
1466
|
+
class="text bold paragraph"
|
|
1467
|
+
>
|
|
1468
|
+
common.label.total
|
|
1469
|
+
</ui-text>
|
|
1470
|
+
<ui-text
|
|
1471
|
+
class="text bold headline-3"
|
|
1472
|
+
>
|
|
1473
|
+
0 EUR
|
|
1474
|
+
</ui-text>
|
|
1475
|
+
<ui-text
|
|
1476
|
+
class="text small"
|
|
1477
|
+
>
|
|
1478
|
+
core.label.includes_taxes
|
|
1479
|
+
</ui-text>
|
|
1480
|
+
</ui-view>
|
|
1481
|
+
</ui-view>
|
|
1482
|
+
</DocumentFragment>
|
|
1483
|
+
`;
|
|
1484
|
+
|
|
1485
|
+
exports[`<Booking> <Summary> renders without priceBreakdown data 1`] = `
|
|
1486
|
+
<DocumentFragment>
|
|
1487
|
+
<ui-view
|
|
1488
|
+
class="view"
|
|
1489
|
+
>
|
|
1490
|
+
<ui-text
|
|
1491
|
+
class="text bold paragraph"
|
|
1492
|
+
>
|
|
1493
|
+
Booking Summary
|
|
1494
|
+
</ui-text>
|
|
1495
|
+
<ui-view
|
|
1496
|
+
class="view row wide"
|
|
1497
|
+
>
|
|
1498
|
+
<ui-view
|
|
1499
|
+
class="view"
|
|
1500
|
+
>
|
|
1501
|
+
<ui-text
|
|
1502
|
+
class="text bold paragraph"
|
|
1503
|
+
>
|
|
1504
|
+
common.label.check_in
|
|
1505
|
+
</ui-text>
|
|
1506
|
+
<ui-view
|
|
1507
|
+
class="view"
|
|
1508
|
+
>
|
|
1509
|
+
<ui-text
|
|
1510
|
+
class="text action"
|
|
1511
|
+
>
|
|
1512
|
+
2024-10-28T00:00:00.000Z
|
|
1513
|
+
</ui-text>
|
|
1514
|
+
<ui-text
|
|
1515
|
+
class="text light small"
|
|
1516
|
+
>
|
|
1517
|
+
common.label.checkin_time
|
|
1518
|
+
</ui-text>
|
|
1519
|
+
</ui-view>
|
|
1520
|
+
</ui-view>
|
|
1521
|
+
<ui-view
|
|
1522
|
+
class="view"
|
|
1523
|
+
>
|
|
1524
|
+
<ui-text
|
|
1525
|
+
class="text bold paragraph"
|
|
1526
|
+
>
|
|
1527
|
+
common.label.check_out
|
|
1528
|
+
</ui-text>
|
|
1529
|
+
<ui-view
|
|
1530
|
+
class="view"
|
|
1531
|
+
>
|
|
1532
|
+
<ui-text
|
|
1533
|
+
class="text action"
|
|
1534
|
+
>
|
|
1535
|
+
2024-10-30T00:00:00.000Z
|
|
1536
|
+
</ui-text>
|
|
1537
|
+
<ui-text
|
|
1538
|
+
class="text light small"
|
|
1539
|
+
>
|
|
1540
|
+
common.label.checkout_time
|
|
1541
|
+
</ui-text>
|
|
1542
|
+
</ui-view>
|
|
1543
|
+
</ui-view>
|
|
1544
|
+
</ui-view>
|
|
1545
|
+
<ui-view
|
|
1546
|
+
class="view wide"
|
|
1547
|
+
>
|
|
1548
|
+
<ui-text
|
|
1549
|
+
class="text bold paragraph"
|
|
1550
|
+
>
|
|
1551
|
+
common.label.cancellation_policy
|
|
1552
|
+
</ui-text>
|
|
1553
|
+
<ui-text
|
|
1554
|
+
class="text bold action"
|
|
1555
|
+
>
|
|
1556
|
+
Free cancellation
|
|
1557
|
+
</ui-text>
|
|
1558
|
+
<ui-text
|
|
1559
|
+
class="text small"
|
|
1560
|
+
>
|
|
1561
|
+
Free cancellation until 24 hours before check-in
|
|
1562
|
+
</ui-text>
|
|
1563
|
+
</ui-view>
|
|
1564
|
+
<ui-view
|
|
1565
|
+
class="view wide"
|
|
1566
|
+
>
|
|
1567
|
+
<ui-text
|
|
1568
|
+
class="text bold paragraph"
|
|
1569
|
+
>
|
|
1570
|
+
common.label.total
|
|
1571
|
+
</ui-text>
|
|
1572
|
+
<ui-text
|
|
1573
|
+
class="text bold headline-3"
|
|
1574
|
+
>
|
|
1575
|
+
250 EUR
|
|
1576
|
+
</ui-text>
|
|
1577
|
+
</ui-view>
|
|
1578
|
+
</ui-view>
|
|
1579
|
+
</DocumentFragment>
|
|
1580
|
+
`;
|
|
1581
|
+
|
|
1582
|
+
exports[`<Booking> <Summary> testID 1`] = `
|
|
1583
|
+
<DocumentFragment>
|
|
1584
|
+
<ui-view
|
|
1585
|
+
class="view"
|
|
1586
|
+
data-testid="mirai"
|
|
1587
|
+
>
|
|
1588
|
+
<ui-text
|
|
1589
|
+
class="text bold paragraph"
|
|
1590
|
+
>
|
|
1591
|
+
Booking Summary
|
|
1592
|
+
</ui-text>
|
|
1593
|
+
<ui-view
|
|
1594
|
+
class="view row wide"
|
|
1595
|
+
>
|
|
1596
|
+
<ui-view
|
|
1597
|
+
class="view"
|
|
1598
|
+
>
|
|
1599
|
+
<ui-text
|
|
1600
|
+
class="text bold paragraph"
|
|
1601
|
+
>
|
|
1602
|
+
common.label.check_in
|
|
1603
|
+
</ui-text>
|
|
1604
|
+
<ui-view
|
|
1605
|
+
class="view"
|
|
1606
|
+
>
|
|
1607
|
+
<ui-text
|
|
1608
|
+
class="text action"
|
|
1609
|
+
>
|
|
1610
|
+
2024-10-28T00:00:00.000Z
|
|
1611
|
+
</ui-text>
|
|
1612
|
+
<ui-text
|
|
1613
|
+
class="text light small"
|
|
1614
|
+
>
|
|
1615
|
+
common.label.checkin_time
|
|
1616
|
+
</ui-text>
|
|
1617
|
+
</ui-view>
|
|
1618
|
+
</ui-view>
|
|
1619
|
+
<ui-view
|
|
1620
|
+
class="view"
|
|
1621
|
+
>
|
|
1622
|
+
<ui-text
|
|
1623
|
+
class="text bold paragraph"
|
|
1624
|
+
>
|
|
1625
|
+
common.label.check_out
|
|
1626
|
+
</ui-text>
|
|
1627
|
+
<ui-view
|
|
1628
|
+
class="view"
|
|
1629
|
+
>
|
|
1630
|
+
<ui-text
|
|
1631
|
+
class="text action"
|
|
1632
|
+
>
|
|
1633
|
+
2024-10-30T00:00:00.000Z
|
|
1634
|
+
</ui-text>
|
|
1635
|
+
<ui-text
|
|
1636
|
+
class="text light small"
|
|
1637
|
+
>
|
|
1638
|
+
common.label.checkout_time
|
|
1639
|
+
</ui-text>
|
|
1640
|
+
</ui-view>
|
|
1641
|
+
</ui-view>
|
|
1642
|
+
</ui-view>
|
|
1643
|
+
<ui-view
|
|
1644
|
+
class="view wide"
|
|
1645
|
+
>
|
|
1646
|
+
<ui-text
|
|
1647
|
+
class="text bold paragraph"
|
|
1648
|
+
>
|
|
1649
|
+
common.label.cancellation_policy
|
|
1650
|
+
</ui-text>
|
|
1651
|
+
<ui-text
|
|
1652
|
+
class="text bold action"
|
|
1653
|
+
>
|
|
1654
|
+
Free cancellation
|
|
1655
|
+
</ui-text>
|
|
1656
|
+
<ui-text
|
|
1657
|
+
class="text small"
|
|
1658
|
+
>
|
|
1659
|
+
Free cancellation until 24 hours before check-in
|
|
1660
|
+
</ui-text>
|
|
1661
|
+
</ui-view>
|
|
1662
|
+
<ui-view
|
|
1663
|
+
class="view wide"
|
|
1664
|
+
>
|
|
1665
|
+
<ui-text
|
|
1666
|
+
class="text bold paragraph"
|
|
1667
|
+
>
|
|
1668
|
+
common.label.total
|
|
1669
|
+
</ui-text>
|
|
1670
|
+
<ui-text
|
|
1671
|
+
class="text bold headline-3"
|
|
1672
|
+
>
|
|
1673
|
+
250 EUR
|
|
1674
|
+
</ui-text>
|
|
1675
|
+
<ui-text
|
|
1676
|
+
class="text small"
|
|
1677
|
+
>
|
|
1678
|
+
core.label.includes_taxes
|
|
1679
|
+
</ui-text>
|
|
1680
|
+
</ui-view>
|
|
1681
|
+
</ui-view>
|
|
1682
|
+
</DocumentFragment>
|
|
1683
|
+
`;
|