@newskit-render/core 4.3.0-alpha.0 → 4.3.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.
@@ -5,16 +5,16 @@ describe('My account commenting notifications', () => {
5
5
  })
6
6
 
7
7
  it('Should display commenting notifications', () => {
8
- cy.get('[data-testid="layout-Cell"]').contains(
8
+ cy.get('[data-testid="layout-grid"]').contains(
9
9
  'Edit your commenting notifications'
10
10
  )
11
- cy.get('[data-testid="layout-Cell"]').contains(
11
+ cy.get('[data-testid="layout-grid"]').contains(
12
12
  'When someone mentions me in a comment'
13
13
  )
14
- cy.get('[data-testid="layout-Cell"]').contains(
14
+ cy.get('[data-testid="layout-grid"]').contains(
15
15
  'When someone likes one of my comments'
16
16
  )
17
- cy.get('[data-testid="layout-Cell"]').contains(
17
+ cy.get('[data-testid="layout-grid"]').contains(
18
18
  'When someone replies to one of my comments'
19
19
  )
20
20
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "4.3.0-alpha.0",
3
+ "version": "4.3.0-alpha.2",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -41,12 +41,12 @@
41
41
  "@emotion/styled": "11.9.3",
42
42
  "@newskit-render/api": "^1.6.8",
43
43
  "@newskit-render/auth": "^1.3.11",
44
- "@newskit-render/checkout": "^3.1.0-alpha.0",
44
+ "@newskit-render/checkout": "^3.1.0-alpha.2",
45
45
  "@newskit-render/feature-flags": "^1.4.11",
46
46
  "@newskit-render/feed": "^1.4.18",
47
- "@newskit-render/my-account": "^6.2.0-alpha.0",
48
- "@newskit-render/shared-components": "^3.3.0-alpha.0",
49
- "@newskit-render/standalone-components": "^3.4.0-alpha.0",
47
+ "@newskit-render/my-account": "^6.2.0-alpha.2",
48
+ "@newskit-render/shared-components": "^3.3.0-alpha.2",
49
+ "@newskit-render/standalone-components": "^3.4.0-alpha.2",
50
50
  "@newskit-render/validation": "^1.6.0",
51
51
  "@next/font": "13.1.6",
52
52
  "cross-fetch": "3.1.5",