@times-components/ssr 2.49.19 → 2.49.20-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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,113 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.49.32](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.31...@times-components/ssr@2.49.32) (2023-12-14)
7
+
8
+ **Note:** Version bump only for package @times-components/ssr
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.49.31](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.30...@times-components/ssr@2.49.31) (2023-12-12)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **TMRX-1745:** Fix ads on list view slice ([#3688](https://github.com/newsuk/times-components/issues/3688)) ([c6365c0](https://github.com/newsuk/times-components/commit/c6365c0999c39e5f7f12b9be16d9c61aaa25efd7))
20
+
21
+
22
+
23
+
24
+
25
+ ## [2.49.30](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.29...@times-components/ssr@2.49.30) (2023-12-08)
26
+
27
+ **Note:** Version bump only for package @times-components/ssr
28
+
29
+
30
+
31
+
32
+
33
+ ## [2.49.29](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.28...@times-components/ssr@2.49.29) (2023-12-07)
34
+
35
+ **Note:** Version bump only for package @times-components/ssr
36
+
37
+
38
+
39
+
40
+
41
+ ## [2.49.28](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.27...@times-components/ssr@2.49.28) (2023-12-07)
42
+
43
+ **Note:** Version bump only for package @times-components/ssr
44
+
45
+
46
+
47
+
48
+
49
+ ## [2.49.27](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.26...@times-components/ssr@2.49.27) (2023-12-07)
50
+
51
+ **Note:** Version bump only for package @times-components/ssr
52
+
53
+
54
+
55
+
56
+
57
+ ## [2.49.26](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.25...@times-components/ssr@2.49.26) (2023-12-06)
58
+
59
+ **Note:** Version bump only for package @times-components/ssr
60
+
61
+
62
+
63
+
64
+
65
+ ## [2.49.25](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.24...@times-components/ssr@2.49.25) (2023-12-05)
66
+
67
+ **Note:** Version bump only for package @times-components/ssr
68
+
69
+
70
+
71
+
72
+
73
+ ## [2.49.24](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.23...@times-components/ssr@2.49.24) (2023-12-04)
74
+
75
+ **Note:** Version bump only for package @times-components/ssr
76
+
77
+
78
+
79
+
80
+
81
+ ## [2.49.23](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.22...@times-components/ssr@2.49.23) (2023-12-04)
82
+
83
+ **Note:** Version bump only for package @times-components/ssr
84
+
85
+
86
+
87
+
88
+
89
+ ## [2.49.22](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.21...@times-components/ssr@2.49.22) (2023-12-01)
90
+
91
+ **Note:** Version bump only for package @times-components/ssr
92
+
93
+
94
+
95
+
96
+
97
+ ## [2.49.21](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.20...@times-components/ssr@2.49.21) (2023-11-30)
98
+
99
+ **Note:** Version bump only for package @times-components/ssr
100
+
101
+
102
+
103
+
104
+
105
+ ## [2.49.20](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.19...@times-components/ssr@2.49.20) (2023-11-29)
106
+
107
+ **Note:** Version bump only for package @times-components/ssr
108
+
109
+
110
+
111
+
112
+
6
113
  ## [2.49.19](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.49.18...@times-components/ssr@2.49.19) (2023-11-29)
7
114
 
8
115
  **Note:** Version bump only for package @times-components/ssr
@@ -36,7 +36,7 @@ export default (options = {}) => {
36
36
  });
37
37
 
38
38
  it("loads inline-ad", () => {
39
- expect(cy.get("#inline-ad")).to.exist;
39
+ expect(cy.get("#ad-article-inline")).to.exist;
40
40
  });
41
41
 
42
42
  it("navigates between article pages", () => {
@@ -39,7 +39,7 @@ export default (options = {}) => {
39
39
  });
40
40
 
41
41
  it("loads inline-ad", () => {
42
- expect(cy.get("#inline-ad")).to.exist;
42
+ expect(cy.get("#ad-article-inline")).to.exist;
43
43
  });
44
44
 
45
45
  it("navigates between article pages", () => {