@newskit-render/core 4.31.11 → 4.32.0

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.11](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.31.11-alpha.0...@newskit-render/core@4.31.11) (2024-09-03)
7
+
8
+ **Note:** Version bump only for package @newskit-render/core
9
+
10
+
11
+
12
+
13
+
6
14
  ## [4.31.10](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.31.10-alpha.2...@newskit-render/core@4.31.10) (2024-09-03)
7
15
 
8
16
  **Note:** Version bump only for package @newskit-render/core
@@ -983,7 +983,9 @@ describe('Personal detail edit pages', () => {
983
983
  cy.get('[data-testid="select-country"]').click()
984
984
  cy.get('[data-testid="United Kingdom"]').should('be.visible')
985
985
 
986
- cy.get('[data-testid="United States of America"]').click()
986
+ cy.get('[data-testid="select-panel"]').within(() => {
987
+ cy.get('[data-testid="United States of America"]').click()
988
+ })
987
989
 
988
990
  cy.contains('Save').click()
989
991
 
@@ -1067,6 +1069,10 @@ describe('Personal detail edit pages', () => {
1067
1069
  cy.get('input[name="city"]').type('London')
1068
1070
  cy.get('input[name="postcode"]').clear()
1069
1071
  cy.get('input[name="postcode"]').type('SE1')
1072
+ cy.get('[data-testid="select-country"]').click()
1073
+ cy.get('[data-testid="select-panel"]').within(() => {
1074
+ cy.get('[data-testid="United Kingdom"]').click()
1075
+ })
1070
1076
 
1071
1077
  cy.contains('Save').click()
1072
1078
 
@@ -213,7 +213,7 @@ describe('Subscription and billing details for Print user', () => {
213
213
  it('Should display Your deliveries section', () => {
214
214
  cy.contains('[data-testid="ContentListIntroduction"]', 'Your deliveries')
215
215
  cy.contains('Address')
216
- cy.contains('Buckingham Palace, London, SW1A 1AA')
216
+ cy.contains('Buckingham Palace, London, SW1A')
217
217
  cy.contains('Delivery instructions')
218
218
  cy.contains('On my doorstep')
219
219
  cy.contains('Holiday Stops')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "4.31.11",
3
+ "version": "4.32.0",
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.2",
50
+ "@newskit-render/my-account": "^7.64.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",