@newskit-render/core 4.52.2 → 4.52.3-46dbfb93e.15
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.
|
@@ -218,7 +218,7 @@ describe('Subscription and billing details for Print user', () => {
|
|
|
218
218
|
cy.contains('On my doorstep')
|
|
219
219
|
cy.contains('Holiday Stops')
|
|
220
220
|
cy.contains(
|
|
221
|
-
'You can pause your print delivery at any time by adding a Holiday Stop to your account. Holiday Stops need to be booked
|
|
221
|
+
'You can pause your print delivery at any time by adding a Holiday Stop to your account. Holiday Stops need to be booked by 2pm (UK time), two days before your delivery pause begins.'
|
|
222
222
|
)
|
|
223
223
|
|
|
224
224
|
cy.contains(
|
|
@@ -235,7 +235,7 @@ describe('Subscription and billing details for Print user', () => {
|
|
|
235
235
|
cy.contains('2 Tuke House, Cromwell Road, York, YO1 6DJ, North Yorkshire')
|
|
236
236
|
cy.contains('Holiday Stops')
|
|
237
237
|
cy.contains(
|
|
238
|
-
'You can pause your print delivery at any time by adding a Holiday Stop to your account. Holiday Stops need to be booked
|
|
238
|
+
'You can pause your print delivery at any time by adding a Holiday Stop to your account. Holiday Stops need to be booked by 2pm (UK time), two days before your delivery pause begins.'
|
|
239
239
|
)
|
|
240
240
|
cy.contains('Your vouchers')
|
|
241
241
|
cy.contains(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "4.52.
|
|
3
|
+
"version": "4.52.3-46dbfb93e.15+46dbfb93e",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@newskit-render/checkout": "^3.13.1",
|
|
48
48
|
"@newskit-render/feature-flags": "^1.15.0",
|
|
49
49
|
"@newskit-render/feed": "^1.10.0",
|
|
50
|
-
"@newskit-render/my-account": "^7.142.
|
|
50
|
+
"@newskit-render/my-account": "^7.142.1-46dbfb93e.15+46dbfb93e",
|
|
51
51
|
"@newskit-render/shared-components": "^4.60.1",
|
|
52
52
|
"@newskit-render/standalone-components": "^3.27.1",
|
|
53
53
|
"@newskit-render/validation": "^1.22.1",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"@types/pino-std-serializers": "2.4.1",
|
|
124
124
|
"@types/pino-pretty": "4.7.5"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "46dbfb93e586cc33062a4b76106547cb51282627"
|
|
127
127
|
}
|