@newskit-render/core 4.7.0-alpha.3 → 4.7.0-alpha.4
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/README.md
CHANGED
|
@@ -258,14 +258,14 @@ export { AppContextProvider, AppContext }
|
|
|
258
258
|
You may see some lines of code that have comments next to them:
|
|
259
259
|
|
|
260
260
|
```
|
|
261
|
-
|
|
261
|
+
code here /* cra-effected */
|
|
262
262
|
```
|
|
263
263
|
|
|
264
264
|
Or around them:
|
|
265
265
|
|
|
266
266
|
```
|
|
267
267
|
/* start cra-effected */
|
|
268
|
-
|
|
268
|
+
code here
|
|
269
269
|
/* end cra-effected */
|
|
270
270
|
```
|
|
271
271
|
|
|
@@ -294,7 +294,7 @@ describe('My account personal details', () => {
|
|
|
294
294
|
cy.get('input[name="county"]').clear().type('Kent')
|
|
295
295
|
cy.get('input[name="postcode"]').clear().type('SE1 9GF')
|
|
296
296
|
cy.get('[data-testid="select-chevron-button"]').click({ force: true })
|
|
297
|
-
cy.get('[data-testid="United States"]').click({
|
|
297
|
+
cy.get('[data-testid="United States of America"]').click({
|
|
298
298
|
multiple: true,
|
|
299
299
|
force: true,
|
|
300
300
|
})
|
|
@@ -332,7 +332,7 @@ describe('My account personal details', () => {
|
|
|
332
332
|
cy.get('input[name="county"]').clear().type('Kent')
|
|
333
333
|
cy.get('input[name="postcode"]').clear().type('SE1 9GF')
|
|
334
334
|
cy.get('[data-testid="select-chevron-button"]').click({ force: true })
|
|
335
|
-
cy.get('[data-testid="United States"]').click({
|
|
335
|
+
cy.get('[data-testid="United States of America"]').click({
|
|
336
336
|
multiple: true,
|
|
337
337
|
force: true,
|
|
338
338
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "4.7.0-alpha.
|
|
3
|
+
"version": "4.7.0-alpha.4",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@newskit-render/checkout": "^3.3.0-alpha.0",
|
|
45
45
|
"@newskit-render/feature-flags": "^1.4.11",
|
|
46
46
|
"@newskit-render/feed": "^1.5.0-alpha.0",
|
|
47
|
-
"@newskit-render/my-account": "^6.8.0-alpha.
|
|
47
|
+
"@newskit-render/my-account": "^6.8.0-alpha.2",
|
|
48
48
|
"@newskit-render/shared-components": "^3.10.0-alpha.0",
|
|
49
49
|
"@newskit-render/standalone-components": "^3.9.0-alpha.0",
|
|
50
50
|
"@newskit-render/validation": "^1.8.0-alpha.0",
|