@newskit-render/core 4.31.10-alpha.0 → 4.31.10-alpha.2

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.
@@ -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="United States of America"]').click()
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('16/06/24')
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.10-alpha.0",
3
+ "version": "4.31.10-alpha.2",
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.1-alpha.0",
50
+ "@newskit-render/my-account": "^7.63.1-alpha.1",
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",