dimsum-e2e-tests 3.29.2-rc.0 → 3.30.0-next.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.
- package/CHANGELOG.md +65 -75
- package/ds-button-v3/DSButtonV3CO.js +1 -1
- package/ds-chat/DSChat.axe-core.func.spec.js +104 -0
- package/ds-chat/{DSChat-bubble.axe-core.func.spec.js → bubbles/DSChat-bubble.axe-core.func.spec.js} +10 -6
- package/ds-chat/{DSChat-bubble.visual.spec.js → bubbles/DSChat-bubble.visual.spec.js} +1 -1
- package/ds-chat/components/FloatingButtonCO.js +3 -1
- package/ds-chat/composer/DSChat-composer.axe-core.func.spec.js +34 -0
- package/ds-chat/{DSChat-composer.func.spec.js → composer/DSChat-composer.func.spec.js} +2 -2
- package/ds-chat/{DSChat-composer.visual.spec.js → composer/DSChat-composer.visual.spec.js} +2 -2
- package/ds-chat/{DSChat-container.func.spec.js → container/DSChat-container.func.spec.js} +4 -4
- package/ds-chat/floatingbutton/DSChat-floating-button.axe-core.func.spec.js +28 -0
- package/ds-chat/{DSChat-floating-button.visual.spec.js → floatingbutton/DSChat-floating-button.visual.spec.js} +2 -2
- package/ds-chat/header/DSChat-header.axe-core.func.spec.js +28 -0
- package/ds-chat/{DSChat-header.func.spec.js → header/DSChat-header.func.spec.js} +1 -1
- package/ds-chat/{DSChat-header.visual.spec.js → header/DSChat-header.visual.spec.js} +1 -1
- package/ds-chat/loadmore/DSChat-loadmore.axe-core.func.spec.js +31 -0
- package/ds-chat/{DSChat-loadmore.func.spec.js → loadmore/DSChat-loadmore.func.spec.js} +2 -2
- package/ds-chat/{DSChat-loadmore.visual.spec.js → loadmore/DSChat-loadmore.visual.spec.js} +1 -1
- package/ds-chat/tooltip/DSChat-tooltip.axe-core.func.spec.js +23 -0
- package/ds-chat/{DSChat-tooltip.visual.spec.js → tooltip/DSChat-tooltip.visual.spec.js} +3 -3
- package/ds-hooks/useKeyboardNavigation/DSHook.useKeyboardNavigation.func.spec.js +144 -0
- package/ds-hooks/useKeyboardNavigation/UseKeyboardNavigationCO.js +33 -0
- package/ds-system/DSSystem.visual.spec.js +19 -0
- package/ds-system/DSSystemCO.js +15 -0
- package/ds-virtuallist/DSVirtualList.visual.spec.js +13 -0
- package/ds-virtuallist/DSVirtualListCO.js +11 -1
- package/package.json +119 -119
- package/zzz-eol/ds-group-box/DSGroupBox.axe-core.func.spec.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,207 +3,197 @@
|
|
|
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
|
-
## [3.
|
|
6
|
+
## [3.30.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.0-next.2...v3.30.0-next.0) (2024-02-12)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
9
9
|
|
|
10
|
-
## [3.29.
|
|
10
|
+
## [3.29.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.0-next.1...v3.29.0-next.2) (2024-01-29)
|
|
11
11
|
|
|
12
12
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
13
13
|
|
|
14
|
-
## [3.29.
|
|
14
|
+
## [3.29.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.0-next.0...v3.29.0-next.1) (2024-01-29)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
17
17
|
|
|
18
|
-
## [3.29.0-
|
|
18
|
+
## [3.29.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.12...v3.29.0-next.0) (2024-01-28)
|
|
19
19
|
|
|
20
20
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
21
21
|
|
|
22
|
-
## [3.
|
|
22
|
+
## [3.27.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.11...v3.27.0-next.12) (2024-01-19)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
25
25
|
|
|
26
|
-
## [3.
|
|
26
|
+
## [3.27.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.10...v3.27.0-next.11) (2024-01-19)
|
|
27
27
|
|
|
28
28
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
29
29
|
|
|
30
|
-
## [3.
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
33
|
-
|
|
34
|
-
## [3.27.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.1-rc.1...v3.27.0-rc.0) (2024-01-23)
|
|
30
|
+
## [3.27.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.9...v3.27.0-next.10) (2024-01-19)
|
|
35
31
|
|
|
36
32
|
### Features
|
|
37
33
|
|
|
38
34
|
- ds-menu-items:: refactored components + improved typescript & useKeyboardNavigation fixes [PUI-12351](https://jira.elliemae.io/browse/PUI-12351) [PUI-12068](https://jira.elliemae.io/browse/PUI-12068) ([#6527](https://git.elliemae.io/platform-ui/dimsum/issues/6527)) ([eb5e14b](https://git.elliemae.io/platform-ui/dimsum/commit/eb5e14bab88287cc302ff6506f695ec6875e85ce))
|
|
39
35
|
|
|
40
|
-
## [3.
|
|
36
|
+
## [3.27.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.8...v3.27.0-next.9) (2024-01-17)
|
|
41
37
|
|
|
42
38
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
43
39
|
|
|
44
|
-
## [3.
|
|
40
|
+
## [3.27.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.7...v3.27.0-next.8) (2024-01-11)
|
|
45
41
|
|
|
46
42
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
47
43
|
|
|
48
|
-
## [3.
|
|
44
|
+
## [3.27.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.6...v3.27.0-next.7) (2024-01-11)
|
|
49
45
|
|
|
50
46
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
51
47
|
|
|
52
|
-
## [3.
|
|
48
|
+
## [3.27.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.5...v3.27.0-next.6) (2024-01-10)
|
|
53
49
|
|
|
54
50
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
55
51
|
|
|
56
|
-
## [3.
|
|
52
|
+
## [3.27.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.4...v3.27.0-next.5) (2024-01-10)
|
|
57
53
|
|
|
58
54
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
59
55
|
|
|
60
|
-
## [3.
|
|
61
|
-
|
|
62
|
-
### Features
|
|
56
|
+
## [3.27.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.3...v3.27.0-next.4) (2024-01-10)
|
|
63
57
|
|
|
64
|
-
|
|
58
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
65
59
|
|
|
66
|
-
## [3.
|
|
60
|
+
## [3.27.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.2...v3.27.0-next.3) (2024-01-09)
|
|
67
61
|
|
|
68
62
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
69
63
|
|
|
70
|
-
## [3.
|
|
64
|
+
## [3.27.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.1...v3.27.0-next.2) (2024-01-08)
|
|
71
65
|
|
|
72
66
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
73
67
|
|
|
74
|
-
## [3.
|
|
68
|
+
## [3.27.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.12...v3.27.0-next.1) (2024-01-03)
|
|
75
69
|
|
|
76
70
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
77
71
|
|
|
78
|
-
## [3.
|
|
72
|
+
## [3.26.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.12...v3.26.1-rc.1) (2024-01-02)
|
|
79
73
|
|
|
80
74
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
81
75
|
|
|
82
|
-
## [3.
|
|
76
|
+
## [3.26.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.11...v3.26.0-next.12) (2023-12-26)
|
|
83
77
|
|
|
84
78
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
85
79
|
|
|
86
|
-
## [3.
|
|
80
|
+
## [3.26.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.10...v3.26.0-next.11) (2023-12-20)
|
|
87
81
|
|
|
88
82
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
89
83
|
|
|
90
|
-
## [3.
|
|
84
|
+
## [3.26.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.9...v3.26.0-next.10) (2023-12-20)
|
|
91
85
|
|
|
92
86
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
93
87
|
|
|
94
|
-
## [3.
|
|
88
|
+
## [3.26.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.8...v3.26.0-next.9) (2023-12-18)
|
|
95
89
|
|
|
96
|
-
|
|
90
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
97
91
|
|
|
98
|
-
|
|
92
|
+
## [3.26.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.7...v3.26.0-next.8) (2023-12-14)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
99
95
|
|
|
100
|
-
## [3.
|
|
96
|
+
## [3.26.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.6...v3.26.0-next.7) (2023-12-14)
|
|
101
97
|
|
|
102
98
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
103
99
|
|
|
104
|
-
## [3.
|
|
100
|
+
## [3.26.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.5...v3.26.0-next.6) (2023-12-13)
|
|
105
101
|
|
|
106
102
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
107
103
|
|
|
108
|
-
## [3.
|
|
104
|
+
## [3.26.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.4...v3.26.0-next.5) (2023-12-12)
|
|
109
105
|
|
|
110
106
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
111
107
|
|
|
112
|
-
## [3.
|
|
108
|
+
## [3.26.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.3...v3.26.0-next.4) (2023-12-11)
|
|
113
109
|
|
|
114
110
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
115
111
|
|
|
116
|
-
## [3.
|
|
112
|
+
## [3.26.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.2...v3.26.0-next.3) (2023-12-08)
|
|
113
|
+
|
|
114
|
+
### Features
|
|
115
|
+
|
|
116
|
+
- ds-form-combobox:: single multi packages and native select [PUI-12092](https://jira.elliemae.io/browse/PUI-12092) ([#6435](https://git.elliemae.io/platform-ui/dimsum/issues/6435)) ([ed12c39](https://git.elliemae.io/platform-ui/dimsum/commit/ed12c3976a6e3eb4262f7554673cb28a72e90159))
|
|
117
|
+
|
|
118
|
+
## [3.26.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.5...v3.26.0-next.2) (2023-12-08)
|
|
117
119
|
|
|
118
120
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
119
121
|
|
|
120
|
-
## [3.
|
|
122
|
+
## [3.26.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.5...v3.26.0-rc.1) (2023-12-08)
|
|
121
123
|
|
|
122
124
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
123
125
|
|
|
124
|
-
## [3.
|
|
126
|
+
## [3.26.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.5...v3.26.0-rc.1) (2023-12-07)
|
|
125
127
|
|
|
126
128
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
127
129
|
|
|
128
|
-
## [3.
|
|
130
|
+
## [3.25.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.4...v3.25.0-next.5) (2023-12-01)
|
|
129
131
|
|
|
130
132
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
131
133
|
|
|
132
|
-
## [3.
|
|
134
|
+
## [3.25.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.3...v3.25.0-next.4) (2023-11-29)
|
|
133
135
|
|
|
134
136
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
135
137
|
|
|
136
|
-
## [3.
|
|
138
|
+
## [3.25.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.2...v3.25.0-next.3) (2023-11-28)
|
|
137
139
|
|
|
138
140
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
139
141
|
|
|
140
|
-
## [3.
|
|
142
|
+
## [3.25.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.1...v3.25.0-next.2) (2023-11-27)
|
|
141
143
|
|
|
142
144
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
143
145
|
|
|
144
|
-
## [3.
|
|
146
|
+
## [3.25.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.4...v3.25.0-next.1) (2023-11-27)
|
|
145
147
|
|
|
146
148
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
147
149
|
|
|
148
|
-
## [3.
|
|
150
|
+
## [3.24.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.4...v3.24.1-rc.0) (2023-11-26)
|
|
149
151
|
|
|
150
152
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
151
153
|
|
|
152
|
-
## [3.
|
|
154
|
+
## [3.24.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.4...v3.24.1-rc.0) (2023-11-26)
|
|
153
155
|
|
|
154
156
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
155
157
|
|
|
156
|
-
## [3.
|
|
158
|
+
## [3.24.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.3...v3.24.0-next.4) (2023-11-21)
|
|
157
159
|
|
|
158
160
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
159
161
|
|
|
160
|
-
## [3.
|
|
162
|
+
## [3.24.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.2...v3.24.0-next.3) (2023-11-21)
|
|
161
163
|
|
|
162
164
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
163
165
|
|
|
164
|
-
## [3.
|
|
166
|
+
## [3.24.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.1...v3.24.0-next.2) (2023-11-21)
|
|
165
167
|
|
|
166
|
-
|
|
168
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
167
169
|
|
|
168
|
-
|
|
170
|
+
## [3.24.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.0...v3.24.0-next.1) (2023-11-17)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
169
173
|
|
|
170
|
-
## [3.
|
|
174
|
+
## [3.24.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.38...v3.24.0-next.0) (2023-11-17)
|
|
171
175
|
|
|
172
176
|
### Features
|
|
173
177
|
|
|
174
|
-
-
|
|
175
|
-
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://git.elliemae.io/platform-ui/dimsum/issues/6284)) ([daa70f0](https://git.elliemae.io/platform-ui/dimsum/commit/daa70f0c26508d0b3dc0e861d8c103888f5e5c4b))
|
|
176
|
-
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://git.elliemae.io/platform-ui/dimsum/issues/6262)) ([8e973fa](https://git.elliemae.io/platform-ui/dimsum/commit/8e973fa22e8ee6e39db422480f04e4302e0881ed))
|
|
177
|
-
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://git.elliemae.io/platform-ui/dimsum/issues/6134)) ([297340e](https://git.elliemae.io/platform-ui/dimsum/commit/297340ee3b6a234f2b4dc76aa330aa55a218c1e0))
|
|
178
|
-
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://git.elliemae.io/platform-ui/dimsum/issues/6204)) ([69704dc](https://git.elliemae.io/platform-ui/dimsum/commit/69704dc3fd8f2b529f0ec2176a1f6a6f8299f537))
|
|
179
|
-
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://git.elliemae.io/platform-ui/dimsum/issues/6106)) ([3ccc45a](https://git.elliemae.io/platform-ui/dimsum/commit/3ccc45af0c3eeb6fbe943affe5f4bbd91dbba22d))
|
|
180
|
-
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://git.elliemae.io/platform-ui/dimsum/issues/6111)) ([0b56b7a](https://git.elliemae.io/platform-ui/dimsum/commit/0b56b7ae2b92b71b9f9a5080d372c5ed1ac5d704))
|
|
181
|
-
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://git.elliemae.io/platform-ui/dimsum/issues/6129)) ([df8a110](https://git.elliemae.io/platform-ui/dimsum/commit/df8a11025e91cac529ebb5cd180d9840c714d396))
|
|
182
|
-
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://git.elliemae.io/platform-ui/dimsum/issues/6181)) ([09ad019](https://git.elliemae.io/platform-ui/dimsum/commit/09ad019472e5d5d65f6f0080d22a31ec6b630d1f))
|
|
178
|
+
- ds-number-range-field:: eol component [PUI-11807](https://jira.elliemae.io/browse/PUI-11807) ([#6328](https://git.elliemae.io/platform-ui/dimsum/issues/6328)) ([77af41d](https://git.elliemae.io/platform-ui/dimsum/commit/77af41dcc446490c756238ee7c365bf2f3308014))
|
|
183
179
|
|
|
184
180
|
### Bug Fixes
|
|
185
181
|
|
|
186
|
-
- ds-
|
|
187
|
-
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://git.elliemae.io/platform-ui/dimsum/issues/6171)) ([021d741](https://git.elliemae.io/platform-ui/dimsum/commit/021d741a0c568adcec4fb1d191e543801b1d63d2))
|
|
188
|
-
|
|
189
|
-
## [3.22.0-next.38](https://git.elliemae.io/platform-ui/dimsum/compare/v3.21.2-rc.10...v3.22.0-next.38) (2023-10-30)
|
|
182
|
+
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://git.elliemae.io/platform-ui/dimsum/issues/6301)) ([f721213](https://git.elliemae.io/platform-ui/dimsum/commit/f721213ac324ac23d6824a71627cc13dfaa5f141))
|
|
190
183
|
|
|
191
|
-
|
|
184
|
+
## [3.22.0-next.37](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.36...v3.22.0-next.37) (2023-10-26)
|
|
192
185
|
|
|
193
|
-
|
|
194
|
-
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://git.elliemae.io/platform-ui/dimsum/issues/6284)) ([daa70f0](https://git.elliemae.io/platform-ui/dimsum/commit/daa70f0c26508d0b3dc0e861d8c103888f5e5c4b))
|
|
195
|
-
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://git.elliemae.io/platform-ui/dimsum/issues/6262)) ([8e973fa](https://git.elliemae.io/platform-ui/dimsum/commit/8e973fa22e8ee6e39db422480f04e4302e0881ed))
|
|
196
|
-
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://git.elliemae.io/platform-ui/dimsum/issues/6134)) ([297340e](https://git.elliemae.io/platform-ui/dimsum/commit/297340ee3b6a234f2b4dc76aa330aa55a218c1e0))
|
|
197
|
-
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://git.elliemae.io/platform-ui/dimsum/issues/6204)) ([69704dc](https://git.elliemae.io/platform-ui/dimsum/commit/69704dc3fd8f2b529f0ec2176a1f6a6f8299f537))
|
|
198
|
-
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://git.elliemae.io/platform-ui/dimsum/issues/6106)) ([3ccc45a](https://git.elliemae.io/platform-ui/dimsum/commit/3ccc45af0c3eeb6fbe943affe5f4bbd91dbba22d))
|
|
199
|
-
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://git.elliemae.io/platform-ui/dimsum/issues/6111)) ([0b56b7a](https://git.elliemae.io/platform-ui/dimsum/commit/0b56b7ae2b92b71b9f9a5080d372c5ed1ac5d704))
|
|
200
|
-
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://git.elliemae.io/platform-ui/dimsum/issues/6129)) ([df8a110](https://git.elliemae.io/platform-ui/dimsum/commit/df8a11025e91cac529ebb5cd180d9840c714d396))
|
|
201
|
-
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://git.elliemae.io/platform-ui/dimsum/issues/6181)) ([09ad019](https://git.elliemae.io/platform-ui/dimsum/commit/09ad019472e5d5d65f6f0080d22a31ec6b630d1f))
|
|
186
|
+
## [3.23.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.38...v3.23.1-rc.1) (2023-11-17)
|
|
202
187
|
|
|
203
188
|
### Bug Fixes
|
|
204
189
|
|
|
205
|
-
- ds-
|
|
206
|
-
|
|
190
|
+
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://git.elliemae.io/platform-ui/dimsum/issues/6301)) ([f721213](https://git.elliemae.io/platform-ui/dimsum/commit/f721213ac324ac23d6824a71627cc13dfaa5f141))
|
|
191
|
+
|
|
192
|
+
## [3.22.0-next.37](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.36...v3.22.0-next.37) (2023-10-26)
|
|
193
|
+
|
|
194
|
+
## [3.22.0-next.37](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.36...v3.22.0-next.37) (2023-10-26)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
207
197
|
|
|
208
198
|
## [3.22.0-next.36](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.35...v3.22.0-next.36) (2023-10-26)
|
|
209
199
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PATH_E2E_BUTTON_V3 } from '../../environments/storybook/paths';
|
|
2
2
|
import { PageObject, Urlbuilder } from '../helpers';
|
|
3
|
-
export default class
|
|
3
|
+
export default class DSButtonV3CO extends PageObject {
|
|
4
4
|
static showcaseURL = new Urlbuilder(PATH_E2E_BUTTON_V3, 'showcase-test');
|
|
5
5
|
|
|
6
6
|
static responsiveURL = new Urlbuilder(PATH_E2E_BUTTON_V3, 'responsive-test');
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/* eslint-disable no-plusplus */
|
|
2
|
+
/* eslint-disable max-lines */
|
|
3
|
+
import { ChatCO, BubbleCO, TileCO } from './components';
|
|
4
|
+
import { axeCoreCheck } from '../helpers';
|
|
5
|
+
|
|
6
|
+
if (
|
|
7
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
8
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
9
|
+
browser.capabilities.browserName === 'chrome') ||
|
|
10
|
+
browser.capabilities.browserName === 'Chrome'
|
|
11
|
+
) {
|
|
12
|
+
describe('PUI-12502 - Chat, System Message - AxeCore', () => {
|
|
13
|
+
before('loading page', async () => {
|
|
14
|
+
const errorOnGo = await ChatCO.systemMessageURL.go();
|
|
15
|
+
if (errorOnGo) throw errorOnGo;
|
|
16
|
+
});
|
|
17
|
+
it('01: should have the chat system message and pass axe-core scan', async () => {
|
|
18
|
+
const sysMsg = await BubbleCO.getSystemMessage();
|
|
19
|
+
await sysMsg.waitForDisplayed();
|
|
20
|
+
const result = await axeCoreCheck();
|
|
21
|
+
expect(result.length).toBe(0);
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
describe('PUI-12503 - Chat, SidePanel Integration -AxeCore', () => {
|
|
26
|
+
before('loading page', async () => {
|
|
27
|
+
const errorOnGo = await ChatCO.sidePanelIntegrationURL.go();
|
|
28
|
+
if (errorOnGo) throw errorOnGo;
|
|
29
|
+
});
|
|
30
|
+
it('01: should have the chat side panel closed and pass axe-core scan', async () => {
|
|
31
|
+
await (await ChatCO.getSidebarFooterButton()).waitForDisplayed();
|
|
32
|
+
const result = await axeCoreCheck();
|
|
33
|
+
expect(result.length).toBe(0);
|
|
34
|
+
});
|
|
35
|
+
it('02: should have the chat side panel open and pass axe-core scan', async () => {
|
|
36
|
+
await (await ChatCO.getSidebarFooterButton()).click();
|
|
37
|
+
const result = await axeCoreCheck();
|
|
38
|
+
expect(result.length).toBe(0);
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
describe('PUI-12504 - Chat, Chat Card -AxeCore', () => {
|
|
43
|
+
before('loading page', async () => {
|
|
44
|
+
const errorOnGo = await ChatCO.chatCardURL.go();
|
|
45
|
+
if (errorOnGo) throw errorOnGo;
|
|
46
|
+
});
|
|
47
|
+
it('01: should have a chat card and pass axe-core scan', async () => {
|
|
48
|
+
const result = await axeCoreCheck();
|
|
49
|
+
expect(result.length).toBe(0);
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
describe(' PUI-12505 - Chat, Banner below -AxeCore', () => {
|
|
54
|
+
before('loading page', async () => {
|
|
55
|
+
const errorOnGo = await ChatCO.newMessages.go();
|
|
56
|
+
if (errorOnGo) throw errorOnGo;
|
|
57
|
+
});
|
|
58
|
+
it('01: should have a chat container with a new messages banner notification and pass axe-core scan', async () => {
|
|
59
|
+
const newMessagesTrigger = await ChatCO.getButtonByIndex(0);
|
|
60
|
+
await newMessagesTrigger.click();
|
|
61
|
+
const result = await axeCoreCheck();
|
|
62
|
+
expect(result.length).toBe(0);
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
describe('PUI-12506 - Chat, Non delivered messages -AxeCore', () => {
|
|
67
|
+
before('loading page', async () => {
|
|
68
|
+
const errorOnGo = await ChatCO.nonDeliveredURL.go();
|
|
69
|
+
if (errorOnGo) throw errorOnGo;
|
|
70
|
+
});
|
|
71
|
+
it('01: should have non delivered messages and pass axe-core scan', async () => {
|
|
72
|
+
const bubble = await BubbleCO.getBody(1);
|
|
73
|
+
await bubble.waitForDisplayed();
|
|
74
|
+
const result = await axeCoreCheck();
|
|
75
|
+
expect(result.length).toBe(0);
|
|
76
|
+
});
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
describe('PUI-12507 - Chat, Empty State -AxeCore', () => {
|
|
80
|
+
before('loading page', async () => {
|
|
81
|
+
const errorOnGo = await ChatCO.emptyState.go();
|
|
82
|
+
if (errorOnGo) throw errorOnGo;
|
|
83
|
+
});
|
|
84
|
+
it('01: should have the chat on Empty State and pass axe-core scan', async () => {
|
|
85
|
+
await $('[data-testid="ds-icon-svg"]');
|
|
86
|
+
const result = await axeCoreCheck();
|
|
87
|
+
expect(result.length).toBe(0);
|
|
88
|
+
});
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
describe('PUI-12508 - Chat, Load error -AxeCore', () => {
|
|
92
|
+
before('loading page', async () => {
|
|
93
|
+
const errorOnGo = await ChatCO.loadingErrorURL.go();
|
|
94
|
+
if (errorOnGo) throw errorOnGo;
|
|
95
|
+
});
|
|
96
|
+
it('01: should have the loading error modal for chat and pass axe-core scan', async () => {
|
|
97
|
+
const chatTile = await TileCO.getChatTileButtonItem(2);
|
|
98
|
+
await chatTile.click();
|
|
99
|
+
await $('[data-testid="ds-dialog-container"]').waitForDisplayed();
|
|
100
|
+
const result = await axeCoreCheck();
|
|
101
|
+
expect(result.length).toBe(0);
|
|
102
|
+
});
|
|
103
|
+
});
|
|
104
|
+
}
|
package/ds-chat/{DSChat-bubble.axe-core.func.spec.js → bubbles/DSChat-bubble.axe-core.func.spec.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BubbleCO } from '
|
|
2
|
-
import { axeCoreCheck } from '
|
|
1
|
+
import { BubbleCO } from '../components';
|
|
2
|
+
import { axeCoreCheck } from '../../helpers';
|
|
3
3
|
|
|
4
4
|
if (
|
|
5
5
|
(!browser.capabilities['ice:options'].isPhone &&
|
|
@@ -7,12 +7,14 @@ if (
|
|
|
7
7
|
browser.capabilities.browserName === 'chrome') ||
|
|
8
8
|
browser.capabilities.browserName === 'Chrome'
|
|
9
9
|
) {
|
|
10
|
-
describe('PUI-10688 - Chat:: Bubble
|
|
10
|
+
describe('PUI-10688 - Chat:: Bubble -AxeCore', () => {
|
|
11
11
|
before('loading page', async () => {
|
|
12
12
|
const errorOnGo = await BubbleCO.bubbleURL.go();
|
|
13
13
|
if (errorOnGo) throw errorOnGo;
|
|
14
14
|
});
|
|
15
|
-
it('should
|
|
15
|
+
it('should have chat bubbles examples and pass axe-core', async () => {
|
|
16
|
+
const bubble = await BubbleCO.getBody(1);
|
|
17
|
+
await bubble.waitForDisplayed();
|
|
16
18
|
const result = await axeCoreCheck();
|
|
17
19
|
expect(result.length).toBe(0);
|
|
18
20
|
});
|
|
@@ -23,17 +25,19 @@ if (
|
|
|
23
25
|
const errorOnGo = await BubbleCO.systemMessageInContainerUCURL.go();
|
|
24
26
|
if (errorOnGo) throw errorOnGo;
|
|
25
27
|
});
|
|
26
|
-
it('should
|
|
28
|
+
it('should have system message and pass axe-core', async () => {
|
|
29
|
+
await (await $('[data-testid="chat-system-message-body"]')).waitForDisplayed();
|
|
27
30
|
const result = await axeCoreCheck();
|
|
28
31
|
expect(result.length).toBe(0);
|
|
29
32
|
});
|
|
30
33
|
});
|
|
34
|
+
|
|
31
35
|
describe('PUI-10688 - Chat: Bubble: Axe-core, Wrapping', () => {
|
|
32
36
|
before('loading page', async () => {
|
|
33
37
|
const errorOnGo = await BubbleCO.bubbleWrapping.go();
|
|
34
38
|
if (errorOnGo) throw errorOnGo;
|
|
35
39
|
});
|
|
36
|
-
it('should
|
|
40
|
+
it('should have wrapped chat bubbles properly and pass axe-core', async () => {
|
|
37
41
|
const result = await axeCoreCheck();
|
|
38
42
|
expect(result.length).toBe(0);
|
|
39
43
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Key } from 'webdriverio';
|
|
2
|
-
import { BubbleCO } from '
|
|
2
|
+
import { BubbleCO } from '../components';
|
|
3
3
|
|
|
4
4
|
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
5
|
describe('PUI-6664 - Chat, Bubble, Anchor Focus - Visual Tests', () => {
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { PATH_CHAT_PARTS } from '../../../environments/storybook/paths';
|
|
1
|
+
import { PATH_CHAT_PARTS, PATH_E2E_CHAT } from '../../../environments/storybook/paths';
|
|
2
2
|
import { PageObject, Urlbuilder } from '../../helpers';
|
|
3
3
|
|
|
4
4
|
export default class FloatingButtonCO extends PageObject {
|
|
5
5
|
static floatingButtonURL = new Urlbuilder(PATH_CHAT_PARTS, 'float-button');
|
|
6
6
|
|
|
7
|
+
static floatingExampleURL = new Urlbuilder(PATH_E2E_CHAT, 'floating-example-test');
|
|
8
|
+
|
|
7
9
|
// selectors
|
|
8
10
|
static async getFloatingButton() {
|
|
9
11
|
return $(`[data-testid="chat-floating-button"]`);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* eslint-disable max-lines */
|
|
2
|
+
import { ComposerCO } from '../components';
|
|
3
|
+
import { axeCoreCheck, type } from '../../helpers';
|
|
4
|
+
|
|
5
|
+
if (
|
|
6
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
7
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
8
|
+
browser.capabilities.browserName === 'chrome') ||
|
|
9
|
+
browser.capabilities.browserName === 'Chrome'
|
|
10
|
+
) {
|
|
11
|
+
describe('PUI-12498 - Chat, Composer, Character Limit -AxeCore', () => {
|
|
12
|
+
before('loading page', async () => {
|
|
13
|
+
const errorOnGo = await ComposerCO.characterCountURL.go();
|
|
14
|
+
if (errorOnGo) throw errorOnGo;
|
|
15
|
+
});
|
|
16
|
+
it('01: should have empty character counter (limit) and pass axe-core scan', async () => {
|
|
17
|
+
const result = await axeCoreCheck();
|
|
18
|
+
expect(result.length).toBe(0);
|
|
19
|
+
});
|
|
20
|
+
it('02: should have character counter (limit) and pass axe-core scan', async () => {
|
|
21
|
+
await (await ComposerCO.getTextareaInput()).click();
|
|
22
|
+
await type(ComposerCO.LONG_STRING);
|
|
23
|
+
const result = await axeCoreCheck();
|
|
24
|
+
expect(result.length).toBe(0);
|
|
25
|
+
});
|
|
26
|
+
it('03: should have character counter (after limit, disabled send btn) and pass axe-core scan', async () => {
|
|
27
|
+
await (await ComposerCO.getTextareaInput()).click();
|
|
28
|
+
await type(ComposerCO.LONG_STRING);
|
|
29
|
+
await type(ComposerCO.LONG_STRING);
|
|
30
|
+
const result = await axeCoreCheck();
|
|
31
|
+
expect(result.length).toBe(0);
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable max-lines */
|
|
2
2
|
import { Key } from 'webdriverio';
|
|
3
|
-
import { ComposerCO, ChatCO, BubbleCO } from '
|
|
4
|
-
import { clearValue, type } from '
|
|
3
|
+
import { ComposerCO, ChatCO, BubbleCO } from '../components';
|
|
4
|
+
import { clearValue, type } from '../../helpers';
|
|
5
5
|
|
|
6
6
|
if (!browser.capabilities?.['ice:options']?.isPhone) {
|
|
7
7
|
describe('PUI-6697 - Chat, Composer, Composer behavior', () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable no-await-in-loop */
|
|
2
2
|
/* eslint-disable no-plusplus */
|
|
3
|
-
import { ComposerCO } from '
|
|
4
|
-
import { type } from '
|
|
3
|
+
import { ComposerCO } from '../components';
|
|
4
|
+
import { type } from '../../helpers';
|
|
5
5
|
|
|
6
6
|
// Does not work on iPad 8th. Remove when upgraded to the latest one
|
|
7
7
|
if (
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Key } from 'webdriverio';
|
|
2
|
-
import { ChatCO, BubbleCO, ComposerCO } from '
|
|
3
|
-
import DSChatCO from '
|
|
4
|
-
import { getElementByDataTestId } from '
|
|
5
|
-
import { type } from '
|
|
2
|
+
import { ChatCO, BubbleCO, ComposerCO } from '../components';
|
|
3
|
+
import DSChatCO from '../DSChatCO';
|
|
4
|
+
import { getElementByDataTestId } from '../helpers';
|
|
5
|
+
import { type } from '../../helpers';
|
|
6
6
|
|
|
7
7
|
if (!browser.capabilities?.['ice:options']?.isPhone) {
|
|
8
8
|
describe('PUI-6698 - Chat, Container, Thread container bubble scroll', () => {
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { FloatingButtonCO } from '../components';
|
|
2
|
+
import { axeCoreCheck } from '../../helpers';
|
|
3
|
+
|
|
4
|
+
if (
|
|
5
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
6
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
7
|
+
browser.capabilities.browserName === 'chrome') ||
|
|
8
|
+
browser.capabilities.browserName === 'Chrome'
|
|
9
|
+
) {
|
|
10
|
+
describe('PUI-12499 - Chat, Floating Button, States -AxeCore', () => {
|
|
11
|
+
beforeEach('loading page', async () => {
|
|
12
|
+
const errorOnGo = await FloatingButtonCO.floatingExampleURL.go();
|
|
13
|
+
if (errorOnGo) throw errorOnGo;
|
|
14
|
+
});
|
|
15
|
+
it('01: should have a floating button and pass axe-core scan', async () => {
|
|
16
|
+
const floatingBtn = await FloatingButtonCO.getFloatingButton();
|
|
17
|
+
await floatingBtn.waitForDisplayed();
|
|
18
|
+
const result = await axeCoreCheck();
|
|
19
|
+
expect(result.length).toBe(0);
|
|
20
|
+
});
|
|
21
|
+
it('02: should have a floating chat and pass axe-core scan', async () => {
|
|
22
|
+
const floatingBtn = await FloatingButtonCO.getFloatingButton();
|
|
23
|
+
await floatingBtn.click();
|
|
24
|
+
const result = await axeCoreCheck();
|
|
25
|
+
expect(result.length).toBe(0);
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Key } from 'webdriverio';
|
|
2
|
-
import { FloatingButtonCO } from '
|
|
3
|
-
import { mouseOver, keyboardActions, tickActions, performKeyboardAction } from '
|
|
2
|
+
import { FloatingButtonCO } from '../components';
|
|
3
|
+
import { mouseOver, keyboardActions, tickActions, performKeyboardAction } from '../../helpers';
|
|
4
4
|
|
|
5
5
|
if (!browser.capabilities['ice:options'].isPhone) {
|
|
6
6
|
describe('PUI-6669 - Chat, Floating Button, States - Visual Tests', () => {
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { HeaderCO } from '../components';
|
|
2
|
+
import { axeCoreCheck } from '../../helpers';
|
|
3
|
+
|
|
4
|
+
if (
|
|
5
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
6
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
7
|
+
browser.capabilities.browserName === 'chrome') ||
|
|
8
|
+
browser.capabilities.browserName === 'Chrome'
|
|
9
|
+
) {
|
|
10
|
+
describe('PUI-12500 - Chat, Header -AxeCore', () => {
|
|
11
|
+
before('loading page', async () => {
|
|
12
|
+
const errorOnGo = await HeaderCO.headerURL.go();
|
|
13
|
+
if (errorOnGo) throw errorOnGo;
|
|
14
|
+
});
|
|
15
|
+
it('01: should have the chat header examples and pass axe-core scan', async () => {
|
|
16
|
+
const firstHeader = await HeaderCO.getHeaderTitleByIndex(0);
|
|
17
|
+
await firstHeader.waitForDisplayed();
|
|
18
|
+
const result = await axeCoreCheck();
|
|
19
|
+
expect(result.length).toBe(0);
|
|
20
|
+
});
|
|
21
|
+
it('02: should display the header with expanded dropdown menu and pass axe-core scan', async () => {
|
|
22
|
+
const headerBtn = await HeaderCO.getHeaderButton(2);
|
|
23
|
+
await headerBtn.click();
|
|
24
|
+
const result = await axeCoreCheck();
|
|
25
|
+
expect(result.length).toBe(0);
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
}
|