dimsum-e2e-tests 3.33.0 → 3.33.1-rc.1
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 +180 -28
- package/ds-button-v3/DSButtonV3.visual.spec.js +25 -1
- package/ds-button-v3/DSButtonV3CO.js +2 -0
- package/ds-data-table-async/DSDataTableCO.js +2 -0
- package/ds-data-table-async/select/DSDataTable.select.func.spec.js +21 -2
- package/ds-hooks/useOnBlurOut/UseOnBlurOut.axe-core.func.spec.js +29 -0
- package/ds-hooks/useOnBlurOut/UseOnBlurOut.func.spec.js +83 -0
- package/ds-hooks/useOnBlurOut/UseOnBlurOutCO.js +11 -0
- package/ds-hooks/useOnFirstFocusIn/useOnFirstFocusIn.axe-core.func.spec.js +26 -0
- package/ds-hooks/useOnFirstFocusIn/useOnFirstFocusIn.func.spec.js +68 -0
- package/ds-hooks/useOnFirstFocusIn/useOnFirstFocusInCO.js +11 -0
- package/ds-toast/DSToast.func.spec.js +36 -0
- package/package.json +120 -120
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,28 @@
|
|
|
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.33.
|
|
6
|
+
## [3.33.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.1-rc.0...v3.33.1-rc.1) (2024-05-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
9
|
+
|
|
10
|
+
## [3.33.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.0-rc.2...v3.33.1-rc.0) (2024-05-01)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
13
|
+
|
|
14
|
+
## [3.33.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.0-rc.1...v3.33.0-rc.2) (2024-04-24)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
17
|
+
|
|
18
|
+
## [3.33.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.0-rc.0...v3.33.0-rc.1) (2024-04-23)
|
|
7
19
|
|
|
8
20
|
### Features
|
|
9
21
|
|
|
10
22
|
- dimsum:: e2e - update pui-e2e-test-sdk dependency to version 10.0.3 [PUI-13095](https://jira.elliemae.io/browse/PUI-13095) ([#6767](https://git.elliemae.io/platform-ui/dimsum/issues/6767)) ([b8a3665](https://git.elliemae.io/platform-ui/dimsum/commit/b8a3665a21e29d02cac9b02380dd7986b686d7a9))
|
|
23
|
+
|
|
24
|
+
## [3.33.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.1-rc.7...v3.33.0-rc.0) (2024-04-22)
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
11
28
|
- ds-data-table-filters:: new package [PUI-12748](https://jira.elliemae.io/browse/PUI-12748) ([#6722](https://git.elliemae.io/platform-ui/dimsum/issues/6722)) ([6d6467f](https://git.elliemae.io/platform-ui/dimsum/commit/6d6467f7e3c8b4412ceafc2ccb49a485b70ddc92))
|
|
12
29
|
- ds-form-layout-blocks:: e2e - added e2e test scenarios for DSFormLayoutRadioGroup [PUI-12714] ([#6737](https://git.elliemae.io/platform-ui/dimsum/issues/6737)) ([3f606c2](https://git.elliemae.io/platform-ui/dimsum/commit/3f606c2e21d95442ed12c7f702a156a71e4bf102))
|
|
13
30
|
- ds-side-panel:: added e2e tests for collapsable bar [PUI-12782](https://jira.elliemae.io/browse/PUI-12782) ([#6731](https://git.elliemae.io/platform-ui/dimsum/issues/6731)) ([9e15418](https://git.elliemae.io/platform-ui/dimsum/commit/9e154187ef66d83477398bef1edd348033f7dca7))
|
|
@@ -19,78 +36,213 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
36
|
- ds-dimsum:: fixed broken paths [PUI-13015](https://jira.elliemae.io/browse/PUI-13015) ([#6755](https://git.elliemae.io/platform-ui/dimsum/issues/6755)) ([4dfdfb7](https://git.elliemae.io/platform-ui/dimsum/commit/4dfdfb7675cc9f7bfe4d5b862e63cd0bb9923b8b))
|
|
20
37
|
- environment:: ds-chat - focus chat composer after sending a message [PUI-13006](https://jira.elliemae.io/browse/PUI-13006) ([#6759](https://git.elliemae.io/platform-ui/dimsum/issues/6759)) ([c2ca34d](https://git.elliemae.io/platform-ui/dimsum/commit/c2ca34d7806ee835dc6a0cb0dddf02afc03ee545))
|
|
21
38
|
|
|
22
|
-
## [3.
|
|
39
|
+
## [3.32.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.6...v3.32.0-rc.7) (2024-03-27)
|
|
40
|
+
|
|
41
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
42
|
+
|
|
43
|
+
## [3.32.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.5...v3.32.0-rc.6) (2024-03-26)
|
|
44
|
+
|
|
45
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
46
|
+
|
|
47
|
+
## [3.32.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.4...v3.32.0-rc.5) (2024-03-26)
|
|
48
|
+
|
|
49
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
50
|
+
|
|
51
|
+
## [3.32.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.3...v3.32.0-rc.4) (2024-03-25)
|
|
52
|
+
|
|
53
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
54
|
+
|
|
55
|
+
## [3.32.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.2...v3.32.0-rc.3) (2024-03-25)
|
|
56
|
+
|
|
57
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
58
|
+
|
|
59
|
+
## [3.32.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.32.0-rc.1...v3.32.0-rc.2) (2024-03-21)
|
|
60
|
+
|
|
61
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
62
|
+
|
|
63
|
+
## [3.32.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.2-rc.1...v3.32.0-rc.1) (2024-03-21)
|
|
64
|
+
|
|
65
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
66
|
+
|
|
67
|
+
## [3.31.2-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.2-rc.0...v3.31.2-rc.1) (2024-03-18)
|
|
68
|
+
|
|
69
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
70
|
+
|
|
71
|
+
## [3.31.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.0-rc.2...v3.31.2-rc.0) (2024-03-15)
|
|
72
|
+
|
|
73
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
74
|
+
|
|
75
|
+
## [3.31.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.0-rc.0...v3.31.0-rc.2) (2024-03-08)
|
|
23
76
|
|
|
24
77
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
25
78
|
|
|
26
|
-
## [3.31.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.
|
|
79
|
+
## [3.31.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.31.0-rc.0...v3.31.0-rc.1) (2024-03-07)
|
|
80
|
+
|
|
81
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
82
|
+
|
|
83
|
+
## [3.31.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.2-rc.0...v3.31.0-rc.0) (2024-03-06)
|
|
27
84
|
|
|
28
85
|
### Features
|
|
29
86
|
|
|
30
87
|
- ds-chip:: text resize [PUI-12595](https://jira.elliemae.io/browse/PUI-12595) ([#6603](https://git.elliemae.io/platform-ui/dimsum/issues/6603)) ([670dd13](https://git.elliemae.io/platform-ui/dimsum/commit/670dd13a89fb5eac6708d6f90232aa7c18d79acf))
|
|
31
88
|
|
|
32
|
-
## [3.30.
|
|
89
|
+
## [3.30.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.7...v3.30.2-rc.0) (2024-02-27)
|
|
90
|
+
|
|
91
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
92
|
+
|
|
93
|
+
## [3.30.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.6...v3.30.0-rc.7) (2024-02-21)
|
|
94
|
+
|
|
95
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
96
|
+
|
|
97
|
+
## [3.30.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.5...v3.30.0-rc.6) (2024-02-20)
|
|
98
|
+
|
|
99
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
100
|
+
|
|
101
|
+
## [3.30.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.4...v3.30.0-rc.5) (2024-02-19)
|
|
102
|
+
|
|
103
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
104
|
+
|
|
105
|
+
## [3.30.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.3...v3.30.0-rc.4) (2024-02-16)
|
|
106
|
+
|
|
107
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
108
|
+
|
|
109
|
+
## [3.30.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.2...v3.30.0-rc.3) (2024-02-15)
|
|
110
|
+
|
|
111
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
112
|
+
|
|
113
|
+
## [3.30.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.1...v3.30.0-rc.2) (2024-02-15)
|
|
114
|
+
|
|
115
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
116
|
+
|
|
117
|
+
## [3.30.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.30.0-rc.0...v3.30.0-rc.1) (2024-02-14)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
120
|
+
|
|
121
|
+
## [3.30.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.2-rc.0...v3.30.0-rc.0) (2024-02-13)
|
|
122
|
+
|
|
123
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
124
|
+
|
|
125
|
+
## [3.29.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.1-rc.1...v3.29.2-rc.0) (2024-02-09)
|
|
33
126
|
|
|
34
127
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
35
128
|
|
|
36
|
-
## [3.
|
|
129
|
+
## [3.29.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.1-rc.0...v3.29.1-rc.1) (2024-02-05)
|
|
37
130
|
|
|
38
131
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
39
132
|
|
|
40
|
-
## [3.29.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.0...v3.29.1) (2024-02-
|
|
133
|
+
## [3.29.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.0-rc.0...v3.29.1-rc.0) (2024-02-05)
|
|
41
134
|
|
|
42
135
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
43
136
|
|
|
44
|
-
## [3.29.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.
|
|
137
|
+
## [3.29.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.28.1-rc.2...v3.29.0-rc.0) (2024-02-01)
|
|
45
138
|
|
|
46
139
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
47
140
|
|
|
48
|
-
## [3.
|
|
141
|
+
## [3.28.1-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.28.1-rc.1...v3.28.1-rc.2) (2024-01-28)
|
|
142
|
+
|
|
143
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
144
|
+
|
|
145
|
+
## [3.28.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.28.1-rc.0...v3.28.1-rc.1) (2024-01-25)
|
|
146
|
+
|
|
147
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
148
|
+
|
|
149
|
+
## [3.28.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-rc.0...v3.28.1-rc.0) (2024-01-25)
|
|
150
|
+
|
|
151
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
152
|
+
|
|
153
|
+
## [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)
|
|
49
154
|
|
|
50
155
|
### Features
|
|
51
156
|
|
|
52
157
|
- 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))
|
|
53
158
|
|
|
54
|
-
## [3.26.
|
|
159
|
+
## [3.26.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.1-rc.0...v3.26.1-rc.1) (2023-12-28)
|
|
160
|
+
|
|
161
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
162
|
+
|
|
163
|
+
## [3.26.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.4...v3.26.1-rc.0) (2023-12-28)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
166
|
+
|
|
167
|
+
## [3.26.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.3...v3.26.0-rc.4) (2023-12-26)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
170
|
+
|
|
171
|
+
## [3.26.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.2...v3.26.0-rc.3) (2023-12-22)
|
|
172
|
+
|
|
173
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
174
|
+
|
|
175
|
+
## [3.26.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.0...v3.26.0-rc.2) (2023-12-21)
|
|
176
|
+
|
|
177
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
178
|
+
|
|
179
|
+
## [3.26.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-rc.1...v3.26.0-rc.0) (2023-12-20)
|
|
55
180
|
|
|
56
181
|
### Features
|
|
57
182
|
|
|
58
183
|
- 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))
|
|
59
184
|
|
|
60
|
-
## [3.
|
|
185
|
+
## [3.25.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-rc.0...v3.25.0-rc.1) (2023-12-07)
|
|
186
|
+
|
|
187
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
188
|
+
|
|
189
|
+
## [3.25.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.1-rc.2...v3.25.0-rc.0) (2023-12-06)
|
|
61
190
|
|
|
62
191
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
63
192
|
|
|
64
|
-
## [3.24.
|
|
193
|
+
## [3.24.1-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.1-rc.1...v3.24.1-rc.2) (2023-11-29)
|
|
194
|
+
|
|
195
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
196
|
+
|
|
197
|
+
## [3.24.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.1-rc.0...v3.24.1-rc.1) (2023-11-26)
|
|
198
|
+
|
|
199
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
200
|
+
|
|
201
|
+
## [3.24.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-rc.2...v3.24.1-rc.0) (2023-11-24)
|
|
202
|
+
|
|
203
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
204
|
+
|
|
205
|
+
## [3.24.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-rc.1...v3.24.0-rc.2) (2023-11-22)
|
|
206
|
+
|
|
207
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
208
|
+
|
|
209
|
+
## [3.24.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-rc.0...v3.24.0-rc.1) (2023-11-22)
|
|
210
|
+
|
|
211
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
212
|
+
|
|
213
|
+
## [3.24.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.1-rc.1...v3.24.0-rc.0) (2023-11-21)
|
|
65
214
|
|
|
66
215
|
### Features
|
|
67
216
|
|
|
68
217
|
- 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))
|
|
69
218
|
|
|
70
|
-
## [3.23.
|
|
219
|
+
## [3.23.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.1-rc.0...v3.23.1-rc.1) (2023-11-17)
|
|
71
220
|
|
|
72
221
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
73
222
|
|
|
74
|
-
## [3.
|
|
223
|
+
## [3.23.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.0-rc.2...v3.23.1-rc.0) (2023-11-16)
|
|
75
224
|
|
|
76
|
-
|
|
225
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
77
226
|
|
|
78
|
-
|
|
79
|
-
- 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))
|
|
80
|
-
- 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))
|
|
81
|
-
- 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))
|
|
82
|
-
- 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))
|
|
83
|
-
- 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))
|
|
84
|
-
- 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))
|
|
85
|
-
- 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))
|
|
86
|
-
- 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))
|
|
227
|
+
## [3.23.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.0-rc.1...v3.23.0-rc.2) (2023-11-14)
|
|
87
228
|
|
|
88
|
-
|
|
229
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
89
230
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
231
|
+
## [3.23.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.23.0-rc.0...v3.23.0-rc.1) (2023-11-13)
|
|
232
|
+
|
|
233
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
234
|
+
|
|
235
|
+
## [3.23.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.1-rc.0...v3.23.0-rc.0) (2023-11-10)
|
|
236
|
+
|
|
237
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
238
|
+
|
|
239
|
+
## [3.22.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.11...v3.22.1-rc.0) (2023-11-09)
|
|
240
|
+
|
|
241
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
242
|
+
|
|
243
|
+
## [3.22.0-rc.11](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.10...v3.22.0-rc.11) (2023-11-08)
|
|
244
|
+
|
|
245
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
94
246
|
|
|
95
247
|
## [3.22.0-rc.10](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-rc.9...v3.22.0-rc.10) (2023-11-07)
|
|
96
248
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import DSButtonV3CO from './DSButtonV3CO';
|
|
2
|
-
import { setTextSize } from '../helpers';
|
|
2
|
+
import { setTextSize, mouseOver } from '../helpers';
|
|
3
3
|
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
4
4
|
describe('PUI-12269 - ButtonV3 - Resize, long label -Visual', () => {
|
|
5
5
|
before('loading page', async () => {
|
|
@@ -40,6 +40,30 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
40
40
|
await expect(snapshot).toEqual(0);
|
|
41
41
|
});
|
|
42
42
|
});
|
|
43
|
+
|
|
44
|
+
describe('PUI-13241 - ButtonV3 - Slot Customization -Visual', () => {
|
|
45
|
+
before('loading page', async () => {
|
|
46
|
+
const errorOnGo = await DSButtonV3CO.slotCustomizationURL.go();
|
|
47
|
+
if (errorOnGo) throw errorOnGo;
|
|
48
|
+
});
|
|
49
|
+
it('01: should custom focused, custom hovered and custom disabled buttons', async () => {
|
|
50
|
+
await browser.keys('Tab');
|
|
51
|
+
await browser.keys('Tab');
|
|
52
|
+
const button = await DSButtonV3CO.getButtonByIndex(0);
|
|
53
|
+
await button.waitForDisplayed({ timeout: 5000 });
|
|
54
|
+
await mouseOver(button);
|
|
55
|
+
const snapshot = await browser.checkSnapshot(DSButtonV3CO.snapshotPath('ds-button-v3-customization-interacted'));
|
|
56
|
+
await expect(snapshot).toEqual(0);
|
|
57
|
+
});
|
|
58
|
+
it('02: should display two custom default buttons and disabled button hovered without changes', async () => {
|
|
59
|
+
await browser.keys('Tab');
|
|
60
|
+
const button = await DSButtonV3CO.getButtonByIndex(2);
|
|
61
|
+
await button.waitForDisplayed({ timeout: 5000 });
|
|
62
|
+
await mouseOver(button);
|
|
63
|
+
const snapshot = await browser.checkSnapshot(DSButtonV3CO.snapshotPath('ds-button-v3-customization-defaults'));
|
|
64
|
+
await expect(snapshot).toEqual(0);
|
|
65
|
+
});
|
|
66
|
+
});
|
|
43
67
|
}
|
|
44
68
|
|
|
45
69
|
describe('PUI-12267 - ButtonV3 - Responsive -Visual', () => {
|
|
@@ -7,6 +7,8 @@ export default class DSButtonV3CO extends PageObject {
|
|
|
7
7
|
|
|
8
8
|
static longlabelURL = new Urlbuilder(PATH_E2E_BUTTON_V3, 'long-labels-test');
|
|
9
9
|
|
|
10
|
+
static slotCustomizationURL = new Urlbuilder(PATH_E2E_BUTTON_V3, 'custom-hardcoded-test');
|
|
11
|
+
|
|
10
12
|
// selectors
|
|
11
13
|
static async getButtonByIndex(index) {
|
|
12
14
|
return $$('[data-testid="ds-button"]')[index];
|
|
@@ -103,6 +103,8 @@ export default class DataTableCO extends PageObject {
|
|
|
103
103
|
|
|
104
104
|
static selectableSections = new Urlbuilder(PATH_E2E_DATATABLE, 'selectable-sections');
|
|
105
105
|
|
|
106
|
+
static filterCreatableMulti = new Urlbuilder(PATH_E2E_DATATABLE, 'filtered-creatable-column-with-dd-menu-addon');
|
|
107
|
+
|
|
106
108
|
static selectableColumns = new Urlbuilder(PATH_E2E_DATATABLE, 'selectable-columns');
|
|
107
109
|
|
|
108
110
|
static skeletonPropTest = new Urlbuilder(PATH_E2E_DATATABLE, 'skeleton-prop-test');
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable wdio/no-pause */
|
|
3
3
|
import { Key } from 'webdriverio';
|
|
4
4
|
import DSDataTableCO from '../DSDataTableCO';
|
|
5
|
-
import { HeaderCO, RowCO } from '../components';
|
|
5
|
+
import { HeaderCO, RowCO, FiltersCO } from '../components';
|
|
6
6
|
import { getRadioValue, pressShiftKey, releaseShiftKey } from '../helpers';
|
|
7
|
-
import { tabStops, isChecked } from '../../helpers';
|
|
7
|
+
import { tabStops, isChecked, type } from '../../helpers';
|
|
8
8
|
import DSToggleCO from '../../ds-toggle/DSToggleCO';
|
|
9
9
|
|
|
10
10
|
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
@@ -224,4 +224,23 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
224
224
|
});
|
|
225
225
|
}
|
|
226
226
|
});
|
|
227
|
+
describe('PUI-12913 - DataTable - Filter vs MultiSelect Gl. Checkbox -Func', () => {
|
|
228
|
+
before('loading page', async () => {
|
|
229
|
+
const errorOnGo = await DSDataTableCO.filterCreatableMulti.go();
|
|
230
|
+
if (errorOnGo) throw errorOnGo;
|
|
231
|
+
await DSDataTableCO.waitForDataTable();
|
|
232
|
+
});
|
|
233
|
+
// eslint-disable-next-line max-len
|
|
234
|
+
it('01: Should not check the GC after getting the same number of items as the number of items selected before', async () => {
|
|
235
|
+
const rowCheckBox = await RowCO.getRowCheckBoxByIndex(3);
|
|
236
|
+
await rowCheckBox.click();
|
|
237
|
+
await FiltersCO.openFilterPopperByColumnName('id', 0);
|
|
238
|
+
await type('1');
|
|
239
|
+
await browser.keys(Key.Return);
|
|
240
|
+
const globalCheckbox = await (await HeaderCO.getHeaderSelectCheckBox()).getAttribute('aria-checked');
|
|
241
|
+
const items = (await RowCO.getRows()).length;
|
|
242
|
+
await expect(items).toBe(1);
|
|
243
|
+
await expect(globalCheckbox).toBe('false');
|
|
244
|
+
});
|
|
245
|
+
});
|
|
227
246
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import { Key } from 'webdriverio';
|
|
3
|
+
import useOnBlurOutCO from './UseOnBlurOutCO';
|
|
4
|
+
import DSButtonV3CO from '../../ds-button-v3/DSButtonV3CO';
|
|
5
|
+
import { axeCoreCheck } from '../../helpers';
|
|
6
|
+
|
|
7
|
+
if (
|
|
8
|
+
!browser.capabilities['ice:options'].isPhone &&
|
|
9
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
10
|
+
browser.capabilities.browserName !== 'Safari'
|
|
11
|
+
) {
|
|
12
|
+
describe('PUI-12892 - UseOnBlurOut, Basic -AxeCore', () => {
|
|
13
|
+
before(async () => {
|
|
14
|
+
const errorOnGo = await useOnBlurOutCO.basicTest.go();
|
|
15
|
+
if (errorOnGo) throw errorOnGo;
|
|
16
|
+
});
|
|
17
|
+
it('01: should trigger useOnBlurOut and pass axe-core scan', async () => {
|
|
18
|
+
const childButton1 = await DSButtonV3CO.getButtonByIndex(0);
|
|
19
|
+
await childButton1.waitForDisplayed();
|
|
20
|
+
await browser.keys(Key.Tab);
|
|
21
|
+
await browser.keys(Key.Tab);
|
|
22
|
+
await browser.keys(Key.Tab);
|
|
23
|
+
const onBlurData = await useOnBlurOutCO.getOnBlurData();
|
|
24
|
+
await onBlurData.waitForDisplayed();
|
|
25
|
+
const result = await axeCoreCheck();
|
|
26
|
+
await expect(result.length).toBe(0);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import { Key } from 'webdriverio';
|
|
3
|
+
import useOnBlurOutCO from './UseOnBlurOutCO';
|
|
4
|
+
import DSButtonV3CO from '../../ds-button-v3/DSButtonV3CO';
|
|
5
|
+
|
|
6
|
+
if (
|
|
7
|
+
!browser.capabilities['ice:options'].isPhone &&
|
|
8
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
9
|
+
browser.capabilities.browserName !== 'Safari'
|
|
10
|
+
) {
|
|
11
|
+
// Unskip for safari after PUI12887 is fixed
|
|
12
|
+
describe('PUI-12891 - UseOnBlurOut, Basic Mouse -Func', () => {
|
|
13
|
+
before(async () => {
|
|
14
|
+
const errorOnGo = await useOnBlurOutCO.basicTest.go();
|
|
15
|
+
if (errorOnGo) throw errorOnGo;
|
|
16
|
+
});
|
|
17
|
+
it('01: click child should not trigger useOnBlurOut', async () => {
|
|
18
|
+
const childButton1 = await DSButtonV3CO.getButtonByIndex(0);
|
|
19
|
+
await childButton1.waitForDisplayed();
|
|
20
|
+
await childButton1.click();
|
|
21
|
+
await childButton1.click();
|
|
22
|
+
const onBlurData = await useOnBlurOutCO.getOnBlurData();
|
|
23
|
+
await expect(onBlurData).not.toBeDisplayed();
|
|
24
|
+
});
|
|
25
|
+
it('02: click different child (of same parent) should not trigger useOnBlurOut', async () => {
|
|
26
|
+
const childButton2 = await DSButtonV3CO.getButtonByIndex(1);
|
|
27
|
+
await childButton2.click();
|
|
28
|
+
const onBlurData = await useOnBlurOutCO.getOnBlurData();
|
|
29
|
+
await expect(onBlurData).not.toBeDisplayed();
|
|
30
|
+
});
|
|
31
|
+
it('03: click parent (of focused child) should trigger useOnBlurOut', async () => {
|
|
32
|
+
const childButton1 = await DSButtonV3CO.getButtonByIndex(0);
|
|
33
|
+
await childButton1.click({ x: 120 }); // clicks outside button
|
|
34
|
+
const onBlurData = await (await useOnBlurOutCO.getOnBlurData()).getText();
|
|
35
|
+
await expect(onBlurData).toEqual('Parent 1, Child 2');
|
|
36
|
+
});
|
|
37
|
+
it('04: click different parent should trigger useOnBlurOut', async () => {
|
|
38
|
+
const childButton2 = await DSButtonV3CO.getButtonByIndex(0);
|
|
39
|
+
await childButton2.click();
|
|
40
|
+
const childButton3 = await DSButtonV3CO.getButtonByIndex(2);
|
|
41
|
+
await childButton3.click({ x: 120 }); // clicks outside button
|
|
42
|
+
const onBlurData = await (await useOnBlurOutCO.getOnBlurData()).getText();
|
|
43
|
+
await expect(onBlurData).toEqual('Parent 1, Child 1');
|
|
44
|
+
});
|
|
45
|
+
it('05: click children of different parent should trigger useOnBlurOut', async () => {
|
|
46
|
+
const childButton2 = await DSButtonV3CO.getButtonByIndex(1);
|
|
47
|
+
await childButton2.click();
|
|
48
|
+
const childButton3 = await DSButtonV3CO.getButtonByIndex(2);
|
|
49
|
+
await childButton3.click();
|
|
50
|
+
const onBlurData = await (await useOnBlurOutCO.getOnBlurData()).getText();
|
|
51
|
+
await expect(onBlurData).toEqual('Parent 1, Child 2');
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
describe('PUI-12892 - UseOnBlurOut, Basic KB -Func', () => {
|
|
56
|
+
before(async () => {
|
|
57
|
+
const errorOnGo = await useOnBlurOutCO.basicTest.go();
|
|
58
|
+
if (errorOnGo) throw errorOnGo;
|
|
59
|
+
});
|
|
60
|
+
it('01: focusing child should not trigger useOnBlurOut', async () => {
|
|
61
|
+
const childButton1 = await DSButtonV3CO.getButtonByIndex(0);
|
|
62
|
+
await childButton1.waitForDisplayed();
|
|
63
|
+
await browser.keys(Key.Tab);
|
|
64
|
+
const onBlurData = await useOnBlurOutCO.getOnBlurData();
|
|
65
|
+
await expect(onBlurData).not.toBeDisplayed();
|
|
66
|
+
});
|
|
67
|
+
it('02: tabbing to differet child should not trigger useOnBlurOut', async () => {
|
|
68
|
+
await browser.keys(Key.Tab);
|
|
69
|
+
const onBlurData = await useOnBlurOutCO.getOnBlurData();
|
|
70
|
+
await expect(onBlurData).not.toBeDisplayed();
|
|
71
|
+
});
|
|
72
|
+
it('03: leaving parent with tab should trigger useOnBlurOut', async () => {
|
|
73
|
+
await browser.keys(Key.Tab);
|
|
74
|
+
const onBlurData = await (await useOnBlurOutCO.getOnBlurData()).getText();
|
|
75
|
+
await expect(onBlurData).toEqual('Parent 1, Child 2');
|
|
76
|
+
});
|
|
77
|
+
it('04: leaving parent with shift+tab should trigger useOnBlurOut', async () => {
|
|
78
|
+
await browser.keys([Key.Shift, Key.Tab]);
|
|
79
|
+
const onBlurData = await (await useOnBlurOutCO.getOnBlurData()).getText();
|
|
80
|
+
await expect(onBlurData).toEqual('Parent 2, Child 1');
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable import/no-relative-packages */
|
|
2
|
+
import { PATH_E2E_USE_ON_BLUR_OUT } from '../../../environments/storybook/paths';
|
|
3
|
+
import { PageObject, Urlbuilder } from '../../helpers';
|
|
4
|
+
|
|
5
|
+
export default class UseKeyboardNavCO extends PageObject {
|
|
6
|
+
static basicTest = new Urlbuilder(PATH_E2E_USE_ON_BLUR_OUT, 'basic-test');
|
|
7
|
+
|
|
8
|
+
static async getOnBlurData() {
|
|
9
|
+
return $('[data-testid="onblurdata"]');
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import UseOnFirstFocusInCO from './useOnFirstFocusInCO';
|
|
3
|
+
import DSButtonV3CO from '../../ds-button-v3/DSButtonV3CO';
|
|
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-12896 - useOnFirstFocusIn: Basic -AxeCore', () => {
|
|
13
|
+
before(async () => {
|
|
14
|
+
const errorOnGo = await UseOnFirstFocusInCO.basicTest.go();
|
|
15
|
+
if (errorOnGo) throw errorOnGo;
|
|
16
|
+
});
|
|
17
|
+
it('01: should trigger onFirstFocusIn when first clicking a child (IE) and be axe-core compliant', async () => {
|
|
18
|
+
const parent1child2 = await DSButtonV3CO.getButtonByIndex(1);
|
|
19
|
+
await parent1child2.click();
|
|
20
|
+
const focusInData = await UseOnFirstFocusInCO.getFocusInData();
|
|
21
|
+
await focusInData.waitForDisplayed();
|
|
22
|
+
const result = await axeCoreCheck();
|
|
23
|
+
await expect(result.length).toBe(0);
|
|
24
|
+
});
|
|
25
|
+
});
|
|
26
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import { Key } from 'webdriverio';
|
|
3
|
+
import UseOnFirstFocusInCO from './useOnFirstFocusInCO';
|
|
4
|
+
import DSButtonV3CO from '../../ds-button-v3/DSButtonV3CO';
|
|
5
|
+
|
|
6
|
+
if (
|
|
7
|
+
!browser.capabilities['ice:options'].isPhone &&
|
|
8
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
9
|
+
browser.capabilities.browserName !== 'Safari'
|
|
10
|
+
) {
|
|
11
|
+
// Unskip for safari after PUI12887 is fixed
|
|
12
|
+
describe('PUI-12894 - useOnFirstFocusIn: Basic, KB -Func', () => {
|
|
13
|
+
before(async () => {
|
|
14
|
+
const errorOnGo = await UseOnFirstFocusInCO.basicTest.go();
|
|
15
|
+
if (errorOnGo) throw errorOnGo;
|
|
16
|
+
});
|
|
17
|
+
it('01: should trigger onFirstFocusIn when first focusing a parents child', async () => {
|
|
18
|
+
await browser.keys(Key.Tab);
|
|
19
|
+
const focusInData = await (await UseOnFirstFocusInCO.getFocusInData()).getText();
|
|
20
|
+
await expect(focusInData).toEqual('Parent 1, Child 1');
|
|
21
|
+
});
|
|
22
|
+
it('02: should not trigger onFirstFocusIn when moving between childs of the same parent', async () => {
|
|
23
|
+
await browser.keys(Key.Tab);
|
|
24
|
+
const focusInData = await (await UseOnFirstFocusInCO.getFocusInData()).getText();
|
|
25
|
+
await expect(focusInData).toEqual('Parent 1, Child 1');
|
|
26
|
+
});
|
|
27
|
+
it('03: should trigger onFirstFocusIn when moving between parents', async () => {
|
|
28
|
+
await browser.keys(Key.Tab);
|
|
29
|
+
const focusInData = await (await UseOnFirstFocusInCO.getFocusInData()).getText();
|
|
30
|
+
await expect(focusInData).toEqual('Parent 2, Child 1');
|
|
31
|
+
});
|
|
32
|
+
it('04: should trigger onFirstFocusIn when moving BACK between parents', async () => {
|
|
33
|
+
await browser.keys([Key.Shift, Key.Tab]);
|
|
34
|
+
const focusInData = await (await UseOnFirstFocusInCO.getFocusInData()).getText();
|
|
35
|
+
await expect(focusInData).toEqual('Parent 1, Child 2');
|
|
36
|
+
});
|
|
37
|
+
it('06: should not trigger onFirstFocusIn when moving BACK between childs', async () => {
|
|
38
|
+
await browser.keys([Key.Shift, Key.Tab]);
|
|
39
|
+
const focusInData = await (await UseOnFirstFocusInCO.getFocusInData()).getText();
|
|
40
|
+
await expect(focusInData).toEqual('Parent 1, Child 2');
|
|
41
|
+
});
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
describe('PUI-12895 - useOnFirstFocusIn: Basic, mouse -Func', () => {
|
|
45
|
+
before(async () => {
|
|
46
|
+
const errorOnGo = await UseOnFirstFocusInCO.basicTest.go();
|
|
47
|
+
if (errorOnGo) throw errorOnGo;
|
|
48
|
+
});
|
|
49
|
+
it('01: should trigger onFirstFocusIn when first clicking a child (IE)', async () => {
|
|
50
|
+
const parent1child2 = await DSButtonV3CO.getButtonByIndex(1);
|
|
51
|
+
await parent1child2.click();
|
|
52
|
+
const focusInData = await (await UseOnFirstFocusInCO.getFocusInData()).getText();
|
|
53
|
+
await expect(focusInData).toEqual('Parent 1, Child 2');
|
|
54
|
+
});
|
|
55
|
+
it('02: should not trigger onFirstFocusIn when clicking childs of the same parent', async () => {
|
|
56
|
+
const parent1child1 = await DSButtonV3CO.getButtonByIndex(0);
|
|
57
|
+
await parent1child1.click();
|
|
58
|
+
const focusInData = await (await UseOnFirstFocusInCO.getFocusInData()).getText();
|
|
59
|
+
await expect(focusInData).toEqual('Parent 1, Child 2');
|
|
60
|
+
});
|
|
61
|
+
it('03: should trigger onFirstFocusIn when clicking a child of different parent', async () => {
|
|
62
|
+
const parent2child2 = await DSButtonV3CO.getButtonByIndex(3);
|
|
63
|
+
await parent2child2.click();
|
|
64
|
+
const focusInData = await (await UseOnFirstFocusInCO.getFocusInData()).getText();
|
|
65
|
+
await expect(focusInData).toEqual('Parent 2, Child 2');
|
|
66
|
+
});
|
|
67
|
+
});
|
|
68
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable import/no-relative-packages */
|
|
2
|
+
import { PATH_E2E_USE_ON_FIRST_FOCUS_IN } from '../../../environments/storybook/paths';
|
|
3
|
+
import { PageObject, Urlbuilder } from '../../helpers';
|
|
4
|
+
|
|
5
|
+
export default class UseOnFirstFocusInCO extends PageObject {
|
|
6
|
+
static basicTest = new Urlbuilder(PATH_E2E_USE_ON_FIRST_FOCUS_IN, 'basic-test');
|
|
7
|
+
|
|
8
|
+
static async getFocusInData() {
|
|
9
|
+
return $('[data-testid="focusindata"]');
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -51,4 +51,40 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
51
51
|
await expect(toast).not.toBeDisplayedInViewport();
|
|
52
52
|
});
|
|
53
53
|
});
|
|
54
|
+
|
|
55
|
+
describe('PUI-12676 - Toast, Closing + Focus return -Func', () => {
|
|
56
|
+
beforeEach('loading page', async () => {
|
|
57
|
+
const errorOnGo = await DSToastCO.errorURL.go();
|
|
58
|
+
if (errorOnGo) throw errorOnGo;
|
|
59
|
+
});
|
|
60
|
+
it('01: should open toast and close it with mouse (close button) ', async () => {
|
|
61
|
+
const triggerButton = await DSToastCO.getBtn();
|
|
62
|
+
await triggerButton.click();
|
|
63
|
+
const toast = await DSToastCO.getToastBox();
|
|
64
|
+
await toast.waitForDisplayed();
|
|
65
|
+
const closeButton = await DSToastCO.getCloseButton();
|
|
66
|
+
await closeButton.click();
|
|
67
|
+
await expect(toast).not.toBeDisplayedInViewport();
|
|
68
|
+
await expect(triggerButton).toBeFocused();
|
|
69
|
+
});
|
|
70
|
+
it('02: should open toast and close it with KB (close button)', async () => {
|
|
71
|
+
const triggerButton = await DSToastCO.getBtn();
|
|
72
|
+
await triggerButton.click();
|
|
73
|
+
const toast = await DSToastCO.getToastBox();
|
|
74
|
+
await toast.waitForDisplayed();
|
|
75
|
+
await browser.keys(Key.Tab);
|
|
76
|
+
await browser.keys(Key.Enter);
|
|
77
|
+
await expect(toast).not.toBeDisplayedInViewport();
|
|
78
|
+
await expect(triggerButton).toBeFocused();
|
|
79
|
+
});
|
|
80
|
+
it('03: should open toast and close it with KB (esc)', async () => {
|
|
81
|
+
const triggerButton = await DSToastCO.getBtn();
|
|
82
|
+
await triggerButton.click();
|
|
83
|
+
const toast = await DSToastCO.getToastBox();
|
|
84
|
+
await toast.waitForDisplayed();
|
|
85
|
+
await browser.keys(Key.Escape);
|
|
86
|
+
await expect(toast).not.toBeDisplayedInViewport();
|
|
87
|
+
await expect(triggerButton).toBeFocused();
|
|
88
|
+
});
|
|
89
|
+
});
|
|
54
90
|
}
|
package/package.json
CHANGED
|
@@ -1,126 +1,126 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dimsum-e2e-tests",
|
|
3
|
-
"version": "3.33.
|
|
3
|
+
"version": "3.33.1-rc.1",
|
|
4
4
|
"description": "End-to-end tests for dimsum library",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@elliemae/ds-accessibility": "3.33.
|
|
7
|
-
"@elliemae/ds-accordion": "3.33.
|
|
8
|
-
"@elliemae/ds-
|
|
9
|
-
"@elliemae/ds-
|
|
10
|
-
"@elliemae/ds-
|
|
11
|
-
"@elliemae/ds-basic": "3.33.
|
|
12
|
-
"@elliemae/ds-
|
|
13
|
-
"@elliemae/ds-
|
|
14
|
-
"@elliemae/ds-button-group": "3.33.
|
|
15
|
-
"@elliemae/ds-button-v1": "3.33.
|
|
16
|
-
"@elliemae/ds-button-v2": "3.33.
|
|
17
|
-
"@elliemae/ds-card
|
|
18
|
-
"@elliemae/ds-card": "3.33.
|
|
19
|
-
"@elliemae/ds-card-navigation": "3.33.
|
|
20
|
-
"@elliemae/ds-card-v2": "3.33.
|
|
21
|
-
"@elliemae/ds-card-v2-action-addon": "3.33.
|
|
22
|
-
"@elliemae/ds-card-v2-group": "3.33.
|
|
23
|
-
"@elliemae/ds-chat": "3.33.
|
|
24
|
-
"@elliemae/ds-chat-bubble": "3.33.
|
|
25
|
-
"@elliemae/ds-chat-tile": "3.33.
|
|
26
|
-
"@elliemae/ds-chip": "3.33.
|
|
27
|
-
"@elliemae/ds-circular-progress-indicator": "3.33.
|
|
28
|
-
"@elliemae/ds-codeeditor": "3.33.
|
|
29
|
-
"@elliemae/ds-comments": "3.33.
|
|
30
|
-
"@elliemae/ds-controlled-form": "3.33.
|
|
31
|
-
"@elliemae/ds-csv-converter": "3.33.
|
|
32
|
-
"@elliemae/ds-data-table": "3.33.
|
|
33
|
-
"@elliemae/ds-data-table-cell-header": "3.33.
|
|
34
|
-
"@elliemae/ds-datagrids": "3.33.
|
|
35
|
-
"@elliemae/ds-dataviz": "3.33.
|
|
36
|
-
"@elliemae/ds-dataviz-pie": "3.33.
|
|
37
|
-
"@elliemae/ds-date-picker": "3.33.
|
|
38
|
-
"@elliemae/ds-date-range-picker": "3.33.
|
|
39
|
-
"@elliemae/ds-date-range-selector": "3.33.
|
|
40
|
-
"@elliemae/ds-date-time-picker": "3.33.
|
|
41
|
-
"@elliemae/ds-date-time-recurrence-picker": "3.33.
|
|
42
|
-
"@elliemae/ds-decision-graph": "3.33.
|
|
43
|
-
"@elliemae/ds-dialog": "3.33.
|
|
44
|
-
"@elliemae/ds-drag-and-drop": "3.33.
|
|
45
|
-
"@elliemae/ds-dropdownmenu": "3.33.
|
|
46
|
-
"@elliemae/ds-dropzone": "3.33.
|
|
47
|
-
"@elliemae/ds-fast-list": "3.33.
|
|
48
|
-
"@elliemae/ds-filterbar": "3.33.
|
|
49
|
-
"@elliemae/ds-form": "3.33.
|
|
50
|
-
"@elliemae/ds-form-date-range-picker": "3.33.
|
|
51
|
-
"@elliemae/ds-form-date-time-picker": "3.33.
|
|
52
|
-
"@elliemae/ds-form-layout-blocks": "3.33.
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-
|
|
55
|
-
"@elliemae/ds-grid": "3.33.
|
|
56
|
-
"@elliemae/ds-group-box": "3.33.
|
|
57
|
-
"@elliemae/ds-header": "3.33.
|
|
58
|
-
"@elliemae/ds-hooks-fontsize-detector": "3.33.
|
|
59
|
-
"@elliemae/ds-hooks-fontsize-media": "3.33.
|
|
60
|
-
"@elliemae/ds-
|
|
61
|
-
"@elliemae/ds-
|
|
62
|
-
"@elliemae/ds-image": "3.33.
|
|
63
|
-
"@elliemae/ds-imagelibrarymodal": "3.33.
|
|
64
|
-
"@elliemae/ds-indeterminate-progress-indicator": "3.33.
|
|
65
|
-
"@elliemae/ds-
|
|
66
|
-
"@elliemae/ds-
|
|
67
|
-
"@elliemae/ds-list-section-header": "3.33.
|
|
68
|
-
"@elliemae/ds-loading-indicator": "3.33.
|
|
69
|
-
"@elliemae/ds-menu": "3.33.
|
|
70
|
-
"@elliemae/ds-
|
|
71
|
-
"@elliemae/ds-
|
|
72
|
-
"@elliemae/ds-mobile": "3.33.
|
|
73
|
-
"@elliemae/ds-modal": "3.33.
|
|
74
|
-
"@elliemae/ds-modal-slide": "3.33.
|
|
75
|
-
"@elliemae/ds-
|
|
76
|
-
"@elliemae/ds-
|
|
77
|
-
"@elliemae/ds-page-header": "3.33.
|
|
78
|
-
"@elliemae/ds-page-header-v1": "3.33.
|
|
79
|
-
"@elliemae/ds-page-header-v2": "3.33.
|
|
80
|
-
"@elliemae/ds-page-layout": "3.33.
|
|
81
|
-
"@elliemae/ds-page-number": "3.33.
|
|
82
|
-
"@elliemae/ds-pagination": "3.33.
|
|
83
|
-
"@elliemae/ds-pills": "3.33.
|
|
84
|
-
"@elliemae/ds-popover": "3.33.
|
|
85
|
-
"@elliemae/ds-popper": "3.33.
|
|
86
|
-
"@elliemae/ds-popperjs": "3.33.
|
|
87
|
-
"@elliemae/ds-progress-indicator": "3.33.
|
|
88
|
-
"@elliemae/ds-query-builder": "3.33.
|
|
89
|
-
"@elliemae/ds-
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-ribbon": "3.33.
|
|
92
|
-
"@elliemae/ds-search-field": "3.33.
|
|
93
|
-
"@elliemae/ds-separator": "3.33.
|
|
94
|
-
"@elliemae/ds-shuttle": "3.33.
|
|
95
|
-
"@elliemae/ds-shuttle-v2": "3.33.
|
|
96
|
-
"@elliemae/ds-side-panel": "3.33.
|
|
97
|
-
"@elliemae/ds-skeleton": "3.33.
|
|
98
|
-
"@elliemae/ds-slider": "3.33.
|
|
99
|
-
"@elliemae/ds-spinner": "3.33.
|
|
100
|
-
"@elliemae/ds-square-indicator": "3.33.
|
|
101
|
-
"@elliemae/ds-stepper": "3.33.
|
|
102
|
-
"@elliemae/ds-svg": "3.33.
|
|
103
|
-
"@elliemae/ds-
|
|
104
|
-
"@elliemae/ds-
|
|
105
|
-
"@elliemae/ds-
|
|
106
|
-
"@elliemae/ds-
|
|
107
|
-
"@elliemae/ds-
|
|
108
|
-
"@elliemae/ds-
|
|
109
|
-
"@elliemae/ds-toolbar
|
|
110
|
-
"@elliemae/ds-
|
|
111
|
-
"@elliemae/ds-
|
|
112
|
-
"@elliemae/ds-
|
|
113
|
-
"@elliemae/ds-
|
|
114
|
-
"@elliemae/ds-
|
|
115
|
-
"@elliemae/ds-truncated-
|
|
116
|
-
"@elliemae/ds-
|
|
117
|
-
"@elliemae/ds-
|
|
118
|
-
"@elliemae/ds-
|
|
119
|
-
"@elliemae/ds-
|
|
120
|
-
"@elliemae/ds-
|
|
121
|
-
"@elliemae/ds-
|
|
122
|
-
"@elliemae/ds-
|
|
123
|
-
"@elliemae/ds-
|
|
124
|
-
"@elliemae/ds-
|
|
6
|
+
"@elliemae/ds-accessibility": "3.33.1-rc.1",
|
|
7
|
+
"@elliemae/ds-accordion": "3.33.1-rc.1",
|
|
8
|
+
"@elliemae/ds-app-picker": "3.33.1-rc.1",
|
|
9
|
+
"@elliemae/ds-backdrop": "3.33.1-rc.1",
|
|
10
|
+
"@elliemae/ds-banner": "3.33.1-rc.1",
|
|
11
|
+
"@elliemae/ds-basic": "3.33.1-rc.1",
|
|
12
|
+
"@elliemae/ds-breadcrumb": "3.33.1-rc.1",
|
|
13
|
+
"@elliemae/ds-button": "3.33.1-rc.1",
|
|
14
|
+
"@elliemae/ds-button-group": "3.33.1-rc.1",
|
|
15
|
+
"@elliemae/ds-button-v1": "3.33.1-rc.1",
|
|
16
|
+
"@elliemae/ds-button-v2": "3.33.1-rc.1",
|
|
17
|
+
"@elliemae/ds-card": "3.33.1-rc.1",
|
|
18
|
+
"@elliemae/ds-card-array": "3.33.1-rc.1",
|
|
19
|
+
"@elliemae/ds-card-navigation": "3.33.1-rc.1",
|
|
20
|
+
"@elliemae/ds-card-v2": "3.33.1-rc.1",
|
|
21
|
+
"@elliemae/ds-card-v2-action-addon": "3.33.1-rc.1",
|
|
22
|
+
"@elliemae/ds-card-v2-group": "3.33.1-rc.1",
|
|
23
|
+
"@elliemae/ds-chat": "3.33.1-rc.1",
|
|
24
|
+
"@elliemae/ds-chat-bubble": "3.33.1-rc.1",
|
|
25
|
+
"@elliemae/ds-chat-tile": "3.33.1-rc.1",
|
|
26
|
+
"@elliemae/ds-chip": "3.33.1-rc.1",
|
|
27
|
+
"@elliemae/ds-circular-progress-indicator": "3.33.1-rc.1",
|
|
28
|
+
"@elliemae/ds-codeeditor": "3.33.1-rc.1",
|
|
29
|
+
"@elliemae/ds-comments": "3.33.1-rc.1",
|
|
30
|
+
"@elliemae/ds-controlled-form": "3.33.1-rc.1",
|
|
31
|
+
"@elliemae/ds-csv-converter": "3.33.1-rc.1",
|
|
32
|
+
"@elliemae/ds-data-table": "3.33.1-rc.1",
|
|
33
|
+
"@elliemae/ds-data-table-cell-header": "3.33.1-rc.1",
|
|
34
|
+
"@elliemae/ds-datagrids": "3.33.1-rc.1",
|
|
35
|
+
"@elliemae/ds-dataviz": "3.33.1-rc.1",
|
|
36
|
+
"@elliemae/ds-dataviz-pie": "3.33.1-rc.1",
|
|
37
|
+
"@elliemae/ds-date-picker": "3.33.1-rc.1",
|
|
38
|
+
"@elliemae/ds-date-range-picker": "3.33.1-rc.1",
|
|
39
|
+
"@elliemae/ds-date-range-selector": "3.33.1-rc.1",
|
|
40
|
+
"@elliemae/ds-date-time-picker": "3.33.1-rc.1",
|
|
41
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.33.1-rc.1",
|
|
42
|
+
"@elliemae/ds-decision-graph": "3.33.1-rc.1",
|
|
43
|
+
"@elliemae/ds-dialog": "3.33.1-rc.1",
|
|
44
|
+
"@elliemae/ds-drag-and-drop": "3.33.1-rc.1",
|
|
45
|
+
"@elliemae/ds-dropdownmenu": "3.33.1-rc.1",
|
|
46
|
+
"@elliemae/ds-dropzone": "3.33.1-rc.1",
|
|
47
|
+
"@elliemae/ds-fast-list": "3.33.1-rc.1",
|
|
48
|
+
"@elliemae/ds-filterbar": "3.33.1-rc.1",
|
|
49
|
+
"@elliemae/ds-form": "3.33.1-rc.1",
|
|
50
|
+
"@elliemae/ds-form-date-range-picker": "3.33.1-rc.1",
|
|
51
|
+
"@elliemae/ds-form-date-time-picker": "3.33.1-rc.1",
|
|
52
|
+
"@elliemae/ds-form-layout-blocks": "3.33.1-rc.1",
|
|
53
|
+
"@elliemae/ds-form-layout-label": "3.33.1-rc.1",
|
|
54
|
+
"@elliemae/ds-global-header": "3.33.1-rc.1",
|
|
55
|
+
"@elliemae/ds-grid": "3.33.1-rc.1",
|
|
56
|
+
"@elliemae/ds-group-box": "3.33.1-rc.1",
|
|
57
|
+
"@elliemae/ds-header": "3.33.1-rc.1",
|
|
58
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.33.1-rc.1",
|
|
59
|
+
"@elliemae/ds-hooks-fontsize-media": "3.33.1-rc.1",
|
|
60
|
+
"@elliemae/ds-icon": "3.33.1-rc.1",
|
|
61
|
+
"@elliemae/ds-icons": "3.33.1-rc.1",
|
|
62
|
+
"@elliemae/ds-image": "3.33.1-rc.1",
|
|
63
|
+
"@elliemae/ds-imagelibrarymodal": "3.33.1-rc.1",
|
|
64
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.33.1-rc.1",
|
|
65
|
+
"@elliemae/ds-label-value": "3.33.1-rc.1",
|
|
66
|
+
"@elliemae/ds-left-navigation": "3.33.1-rc.1",
|
|
67
|
+
"@elliemae/ds-list-section-header": "3.33.1-rc.1",
|
|
68
|
+
"@elliemae/ds-loading-indicator": "3.33.1-rc.1",
|
|
69
|
+
"@elliemae/ds-menu": "3.33.1-rc.1",
|
|
70
|
+
"@elliemae/ds-menu-items": "3.33.1-rc.1",
|
|
71
|
+
"@elliemae/ds-mini-toolbar": "3.33.1-rc.1",
|
|
72
|
+
"@elliemae/ds-mobile": "3.33.1-rc.1",
|
|
73
|
+
"@elliemae/ds-modal": "3.33.1-rc.1",
|
|
74
|
+
"@elliemae/ds-modal-slide": "3.33.1-rc.1",
|
|
75
|
+
"@elliemae/ds-notification-badge": "3.33.1-rc.1",
|
|
76
|
+
"@elliemae/ds-number-range-field": "3.33.1-rc.1",
|
|
77
|
+
"@elliemae/ds-page-header": "3.33.1-rc.1",
|
|
78
|
+
"@elliemae/ds-page-header-v1": "3.33.1-rc.1",
|
|
79
|
+
"@elliemae/ds-page-header-v2": "3.33.1-rc.1",
|
|
80
|
+
"@elliemae/ds-page-layout": "3.33.1-rc.1",
|
|
81
|
+
"@elliemae/ds-page-number": "3.33.1-rc.1",
|
|
82
|
+
"@elliemae/ds-pagination": "3.33.1-rc.1",
|
|
83
|
+
"@elliemae/ds-pills": "3.33.1-rc.1",
|
|
84
|
+
"@elliemae/ds-popover": "3.33.1-rc.1",
|
|
85
|
+
"@elliemae/ds-popper": "3.33.1-rc.1",
|
|
86
|
+
"@elliemae/ds-popperjs": "3.33.1-rc.1",
|
|
87
|
+
"@elliemae/ds-progress-indicator": "3.33.1-rc.1",
|
|
88
|
+
"@elliemae/ds-query-builder": "3.33.1-rc.1",
|
|
89
|
+
"@elliemae/ds-read-more": "3.33.1-rc.1",
|
|
90
|
+
"@elliemae/ds-resizeable-container": "3.33.1-rc.1",
|
|
91
|
+
"@elliemae/ds-ribbon": "3.33.1-rc.1",
|
|
92
|
+
"@elliemae/ds-search-field": "3.33.1-rc.1",
|
|
93
|
+
"@elliemae/ds-separator": "3.33.1-rc.1",
|
|
94
|
+
"@elliemae/ds-shuttle": "3.33.1-rc.1",
|
|
95
|
+
"@elliemae/ds-shuttle-v2": "3.33.1-rc.1",
|
|
96
|
+
"@elliemae/ds-side-panel": "3.33.1-rc.1",
|
|
97
|
+
"@elliemae/ds-skeleton": "3.33.1-rc.1",
|
|
98
|
+
"@elliemae/ds-slider": "3.33.1-rc.1",
|
|
99
|
+
"@elliemae/ds-spinner": "3.33.1-rc.1",
|
|
100
|
+
"@elliemae/ds-square-indicator": "3.33.1-rc.1",
|
|
101
|
+
"@elliemae/ds-stepper": "3.33.1-rc.1",
|
|
102
|
+
"@elliemae/ds-svg": "3.33.1-rc.1",
|
|
103
|
+
"@elliemae/ds-system": "3.33.1-rc.1",
|
|
104
|
+
"@elliemae/ds-tabs": "3.33.1-rc.1",
|
|
105
|
+
"@elliemae/ds-test-utils": "3.33.1-rc.1",
|
|
106
|
+
"@elliemae/ds-text-wrapper": "3.33.1-rc.1",
|
|
107
|
+
"@elliemae/ds-time-picker": "3.33.1-rc.1",
|
|
108
|
+
"@elliemae/ds-toast": "3.33.1-rc.1",
|
|
109
|
+
"@elliemae/ds-toolbar": "3.33.1-rc.1",
|
|
110
|
+
"@elliemae/ds-toolbar-v2": "3.33.1-rc.1",
|
|
111
|
+
"@elliemae/ds-tooltip": "3.33.1-rc.1",
|
|
112
|
+
"@elliemae/ds-transition": "3.33.1-rc.1",
|
|
113
|
+
"@elliemae/ds-tree-model": "3.33.1-rc.1",
|
|
114
|
+
"@elliemae/ds-treeview": "3.33.1-rc.1",
|
|
115
|
+
"@elliemae/ds-truncated-expandable-text": "3.33.1-rc.1",
|
|
116
|
+
"@elliemae/ds-truncated-tooltip-text": "3.33.1-rc.1",
|
|
117
|
+
"@elliemae/ds-typography": "3.33.1-rc.1",
|
|
118
|
+
"@elliemae/ds-uploader": "3.33.1-rc.1",
|
|
119
|
+
"@elliemae/ds-utilities": "3.33.1-rc.1",
|
|
120
|
+
"@elliemae/ds-virtual-list": "3.33.1-rc.1",
|
|
121
|
+
"@elliemae/ds-wizard": "3.33.1-rc.1",
|
|
122
|
+
"@elliemae/ds-wysiwygeditor": "3.33.1-rc.1",
|
|
123
|
+
"@elliemae/ds-zipcode-search": "3.33.1-rc.1",
|
|
124
|
+
"@elliemae/ds-zoom": "3.33.1-rc.1"
|
|
125
125
|
}
|
|
126
126
|
}
|