@newskit-render/core 1.81.2-alpha.0 → 1.82.0-alpha.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.
|
@@ -154,7 +154,7 @@ describe('Account Subscription & Cancellation', () => {
|
|
|
154
154
|
cy.mockConsentAndVisit('/account/cancellation')
|
|
155
155
|
cy.contains('Please tell us why you want to cancel')
|
|
156
156
|
cy.get('[type="radio"]').check('Other')
|
|
157
|
-
cy.get('input[name="
|
|
157
|
+
cy.get('input[name="other"]').clear().type('Thanks my business')
|
|
158
158
|
cy.get('[data-testid="primary-button"]').scrollIntoView().click()
|
|
159
159
|
cy.contains('Are you sure you want to cancel your subscription?')
|
|
160
160
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.82.0-alpha.0",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"@apollo/client": "3.4.16",
|
|
36
36
|
"@newskit-render/api": "^0.36.1",
|
|
37
37
|
"@newskit-render/auth": "^0.44.0",
|
|
38
|
-
"@newskit-render/checkout": "^0.51.
|
|
38
|
+
"@newskit-render/checkout": "^0.51.8-alpha.0",
|
|
39
39
|
"@newskit-render/feature-flags": "^0.24.0",
|
|
40
40
|
"@newskit-render/feed": "^0.24.0",
|
|
41
|
-
"@newskit-render/my-account": "^2.
|
|
42
|
-
"@newskit-render/shared-components": "^0.
|
|
43
|
-
"@newskit-render/standalone-components": "^0.33.
|
|
44
|
-
"@newskit-render/validation": "^0.
|
|
41
|
+
"@newskit-render/my-account": "^2.2.0-alpha.0",
|
|
42
|
+
"@newskit-render/shared-components": "^0.69.0-alpha.0",
|
|
43
|
+
"@newskit-render/standalone-components": "^0.33.3-alpha.0",
|
|
44
|
+
"@newskit-render/validation": "^0.51.0-alpha.0",
|
|
45
45
|
"cross-fetch": "3.1.5",
|
|
46
46
|
"graphql": "15.6.0",
|
|
47
47
|
"lodash.get": "4.4.2",
|