@newskit-render/core 4.31.9 → 4.31.10-alpha.1
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.31.9](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.31.9-alpha.0...@newskit-render/core@4.31.9) (2024-08-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @newskit-render/core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.31.8](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.31.8-alpha.0...@newskit-render/core@4.31.8) (2024-08-21)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @newskit-render/core
|
|
@@ -868,7 +868,9 @@ describe('Personal detail edit pages', () => {
|
|
|
868
868
|
cy.get('[data-testid="select-country"]').click()
|
|
869
869
|
cy.get('[data-testid="United Kingdom"]').should('be.visible')
|
|
870
870
|
|
|
871
|
-
cy.get('[data-testid="
|
|
871
|
+
cy.get('[data-testid="select-panel"]').within(() => {
|
|
872
|
+
cy.get('[data-testid="United States of America"]').click()
|
|
873
|
+
})
|
|
872
874
|
|
|
873
875
|
cy.contains('Save').click()
|
|
874
876
|
|
|
@@ -1022,6 +1024,12 @@ describe('Personal detail edit pages', () => {
|
|
|
1022
1024
|
cy.get('input[name="county"]').type('North Yorkshire')
|
|
1023
1025
|
cy.get('input[name="postcode"]').clear()
|
|
1024
1026
|
cy.get('input[name="postcode"]').type('YO1 6DJ')
|
|
1027
|
+
cy.get('[data-testid="select-country"]').click()
|
|
1028
|
+
cy.get('[data-testid="United Kingdom"]').should('be.visible')
|
|
1029
|
+
|
|
1030
|
+
cy.get('[data-testid="select-panel"]').within(() => {
|
|
1031
|
+
cy.get('[data-testid="United Kingdom"]').click()
|
|
1032
|
+
})
|
|
1025
1033
|
|
|
1026
1034
|
cy.contains('Save').click()
|
|
1027
1035
|
|
|
@@ -254,7 +254,7 @@ describe('Subscription and billing details for Print user', () => {
|
|
|
254
254
|
'If your voucher booklet hasn’t arrived within three days of your booklet start date, or you have any issues regarding your vouchers, please contact us.'
|
|
255
255
|
)
|
|
256
256
|
cy.contains('Voucher booklet start date')
|
|
257
|
-
cy.contains('
|
|
257
|
+
cy.contains('20/09/2022')
|
|
258
258
|
cy.contains(
|
|
259
259
|
'Your contact address will be used for any of your deliveries. This can be managed via Personal details'
|
|
260
260
|
)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.10-alpha.1",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@newskit-render/checkout": "^3.10.10",
|
|
48
48
|
"@newskit-render/feature-flags": "^1.10.0",
|
|
49
49
|
"@newskit-render/feed": "^1.8.10",
|
|
50
|
-
"@newskit-render/my-account": "^7.63.0",
|
|
50
|
+
"@newskit-render/my-account": "^7.63.1-alpha.0",
|
|
51
51
|
"@newskit-render/shared-components": "^4.31.4",
|
|
52
52
|
"@newskit-render/standalone-components": "^3.21.10",
|
|
53
53
|
"@newskit-render/validation": "^1.17.1",
|