dimsum-e2e-tests 3.29.1 → 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 +121 -64
- 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,140 +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.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.
|
|
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.
|
|
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
|
+
|
|
16
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
17
|
+
|
|
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
|
+
|
|
20
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
21
|
+
|
|
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
|
+
|
|
24
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
25
|
+
|
|
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
|
+
|
|
28
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
29
|
+
|
|
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)
|
|
15
31
|
|
|
16
32
|
### Features
|
|
17
33
|
|
|
18
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))
|
|
19
35
|
|
|
20
|
-
## [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)
|
|
21
37
|
|
|
22
|
-
|
|
38
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
23
39
|
|
|
24
|
-
|
|
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)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
25
43
|
|
|
26
|
-
## [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)
|
|
27
45
|
|
|
28
46
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
29
47
|
|
|
30
|
-
## [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)
|
|
31
49
|
|
|
32
|
-
|
|
50
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
33
51
|
|
|
34
|
-
|
|
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)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
55
|
+
|
|
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)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
59
|
+
|
|
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)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
63
|
+
|
|
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)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
67
|
+
|
|
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)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
71
|
+
|
|
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)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
75
|
+
|
|
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)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
79
|
+
|
|
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)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
83
|
+
|
|
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)
|
|
35
85
|
|
|
36
|
-
|
|
86
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
87
|
+
|
|
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)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
91
|
+
|
|
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
|
|
95
|
+
|
|
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)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
99
|
+
|
|
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)
|
|
37
101
|
|
|
38
102
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
39
103
|
|
|
40
|
-
## [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)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
107
|
+
|
|
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)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
111
|
+
|
|
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)
|
|
41
113
|
|
|
42
114
|
### Features
|
|
43
115
|
|
|
44
|
-
-
|
|
45
|
-
- 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))
|
|
46
|
-
- 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))
|
|
47
|
-
- 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))
|
|
48
|
-
- 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))
|
|
49
|
-
- 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))
|
|
50
|
-
- 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))
|
|
51
|
-
- 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))
|
|
52
|
-
- 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))
|
|
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))
|
|
53
117
|
|
|
54
|
-
|
|
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)
|
|
55
119
|
|
|
56
|
-
|
|
57
|
-
- ds-modal-slide:: fixed stories for e2e + fixed changelog generation [PUI-11744](https://jira.elliemae.io/browse/PUI-11744) ([#6297](https://git.elliemae.io/platform-ui/dimsum/issues/6297)) ([cc08d36](https://git.elliemae.io/platform-ui/dimsum/commit/cc08d36c6ed6f785233e7b2cb284677d1cbe2329))
|
|
58
|
-
- 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))
|
|
59
|
-
- 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))
|
|
120
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
60
121
|
|
|
61
|
-
## [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)
|
|
62
123
|
|
|
63
124
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
64
125
|
|
|
65
|
-
## [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)
|
|
66
127
|
|
|
67
128
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
68
129
|
|
|
69
|
-
## [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)
|
|
70
131
|
|
|
71
132
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
72
133
|
|
|
73
|
-
## [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)
|
|
74
135
|
|
|
75
136
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
76
137
|
|
|
77
|
-
## [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)
|
|
78
139
|
|
|
79
140
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
80
141
|
|
|
81
|
-
## [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)
|
|
82
143
|
|
|
83
144
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
84
145
|
|
|
85
|
-
## [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)
|
|
86
147
|
|
|
87
148
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
88
149
|
|
|
89
|
-
## [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)
|
|
90
151
|
|
|
91
152
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
92
153
|
|
|
93
|
-
## [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)
|
|
94
155
|
|
|
95
156
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
96
157
|
|
|
97
|
-
## [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)
|
|
98
159
|
|
|
99
|
-
|
|
160
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
100
161
|
|
|
101
|
-
|
|
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)
|
|
102
163
|
|
|
103
|
-
|
|
164
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
104
165
|
|
|
105
|
-
|
|
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)
|
|
106
167
|
|
|
107
|
-
|
|
108
|
-
- 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))
|
|
109
|
-
- 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))
|
|
110
|
-
- 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))
|
|
111
|
-
- 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))
|
|
112
|
-
- 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))
|
|
113
|
-
- 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))
|
|
114
|
-
- 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))
|
|
115
|
-
- 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))
|
|
168
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
116
169
|
|
|
117
|
-
|
|
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)
|
|
118
171
|
|
|
119
|
-
|
|
120
|
-
- 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))
|
|
172
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
121
173
|
|
|
122
|
-
## [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)
|
|
123
175
|
|
|
124
176
|
### Features
|
|
125
177
|
|
|
126
|
-
-
|
|
127
|
-
- 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))
|
|
128
|
-
- 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))
|
|
129
|
-
- 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))
|
|
130
|
-
- 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))
|
|
131
|
-
- 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))
|
|
132
|
-
- 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))
|
|
133
|
-
- 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))
|
|
134
|
-
- 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))
|
|
135
179
|
|
|
136
180
|
### Bug Fixes
|
|
137
181
|
|
|
138
|
-
- ds-
|
|
139
|
-
|
|
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))
|
|
183
|
+
|
|
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)
|
|
185
|
+
|
|
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)
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
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
|
|
140
197
|
|
|
141
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)
|
|
142
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
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Key } from 'webdriverio';
|
|
2
|
-
import { HeaderCO } from '
|
|
2
|
+
import { HeaderCO } from '../components';
|
|
3
3
|
|
|
4
4
|
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
5
|
describe('PUI-6688 - Chat, Header, Keyboard Navigation', () => {
|