@newskit-render/core 4.13.0-alpha.1 → 4.13.0-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.
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
- code here /* cra-effected */
261
+ code here. /* cra-effected */
262
262
  ```
263
263
 
264
264
  Or around them:
265
265
 
266
266
  ```
267
267
  /* start cra-effected */
268
- code here
268
+ code here.
269
269
  /* end cra-effected */
270
270
  ```
271
271
 
@@ -260,6 +260,7 @@ describe('Account Subscription & Cancellation', () => {
260
260
  cy.contains(
261
261
  'Please note that if you choose a delivery location that is not secure we cannot be liable for lost or stolen newspapers.'
262
262
  )
263
+ cy.get('textarea[name="other"]').clear()
263
264
  cy.get('[data-testid="primary-button"]').scrollIntoView().click()
264
265
  cy.contains('Please enter your delivery instructions.')
265
266
  cy.get('textarea[name="other"]')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "4.13.0-alpha.1",
3
+ "version": "4.13.0-alpha.2",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",