@newskit-render/core 4.7.0-alpha.2 → 4.7.0-alpha.3

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.
@@ -188,7 +188,8 @@ describe('Account Subscription & Cancellation', () => {
188
188
  it('should show paypal subscription', () => {
189
189
  cy.GetAcsSession('paypalSub')
190
190
  cy.mockConsentAndVisit('/account/subscription-and-billing')
191
- cy.contains('[data-testid="payment-type"]', 'Paypal account')
191
+ cy.get('[data-testid="paypal-icon"]').should('exist')
192
+ cy.contains('cmp.paypal.user.verified.test@news.co.uk')
192
193
  })
193
194
 
194
195
  // it('should show inline message for paypal subscription', () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "4.7.0-alpha.2",
3
+ "version": "4.7.0-alpha.3",
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.0",
47
+ "@newskit-render/my-account": "^6.8.0-alpha.1",
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",