dimsum-e2e-tests 3.34.0 → 3.35.0-rc.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 +192 -30
- package/ds-data-table-async/components/DateSwitcherCO.js +1 -1
- package/ds-form/Combobox/DSCombobox.freesolo.func.spec.js +8 -9
- package/ds-form/Combobox/DSComboboxCO.js +5 -1
- package/ds-form-layout-blocks/form-layout-block-item/DSFormLayoutBlockItem.func.spec.js +4 -4
- package/ds-form-layout-blocks/form-layout-block-item/DSFormLayoutBlockItemCO.js +4 -0
- package/ds-global-header/GlobalHeader.axe-core.func.spec.js +15 -2
- package/ds-global-header/GlobalHeader.visual.spec.js +13 -0
- package/ds-global-header/GlobalHeaderCO.js +2 -0
- package/ds-treeview/search/TreeView-search.func.spec.js +1 -1
- package/package.json +120 -120
- package/zzz-eol/ds-button-v2/DSButtonV2.func.spec.js +2 -2
- package/zzz-eol/ds-mini-toolbar/MiniToolbarCO.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,17 @@
|
|
|
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.35.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.34.0-rc.1...v3.35.0-rc.0) (2024-05-10)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- dimsum: e2e - fix broken e2e test [PUI-13157](https://jira.elliemae.io/browse/PUI-13157) ([#6817](https://git.elliemae.io/platform-ui/dimsum/issues/6817)) ([2b68798](https://git.elliemae.io/platform-ui/dimsum/commit/2b687989c11a0b7b0dd4619f326824ff561d3461))
|
|
11
|
+
|
|
12
|
+
## [3.34.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.34.0-rc.0...v3.34.0-rc.1) (2024-05-09)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
15
|
+
|
|
16
|
+
## [3.34.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.1-rc.2...v3.34.0-rc.0) (2024-05-07)
|
|
7
17
|
|
|
8
18
|
### Features
|
|
9
19
|
|
|
@@ -18,15 +28,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
18
28
|
- ds-data-table:: fixed e2e [PUI-12307](https://jira.elliemae.io/browse/PUI-12307) ([#6792](https://git.elliemae.io/platform-ui/dimsum/issues/6792)) ([0da0734](https://git.elliemae.io/platform-ui/dimsum/commit/0da0734d6061aaa0148b85330149c92eab230beb))
|
|
19
29
|
- ds-modal-slide:: unskipped basic axe-core test [PUI-13386](https://jira.elliemae.io/browse/PUI-13386) ([#6795](https://git.elliemae.io/platform-ui/dimsum/issues/6795)) ([837e83d](https://git.elliemae.io/platform-ui/dimsum/commit/837e83d7cda49642b3604c71d77ba91149ef9826))
|
|
20
30
|
|
|
21
|
-
## [3.33.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.
|
|
31
|
+
## [3.33.1-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.1-rc.1...v3.33.1-rc.2) (2024-05-03)
|
|
32
|
+
|
|
33
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
34
|
+
|
|
35
|
+
## [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)
|
|
22
36
|
|
|
23
37
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
24
38
|
|
|
25
|
-
## [3.33.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.
|
|
39
|
+
## [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)
|
|
40
|
+
|
|
41
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
42
|
+
|
|
43
|
+
## [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)
|
|
44
|
+
|
|
45
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
46
|
+
|
|
47
|
+
## [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)
|
|
26
48
|
|
|
27
49
|
### Features
|
|
28
50
|
|
|
29
51
|
- 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))
|
|
52
|
+
|
|
53
|
+
## [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)
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
30
57
|
- 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))
|
|
31
58
|
- 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))
|
|
32
59
|
- 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))
|
|
@@ -38,78 +65,213 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
65
|
- 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))
|
|
39
66
|
- 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))
|
|
40
67
|
|
|
41
|
-
## [3.
|
|
68
|
+
## [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)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
71
|
+
|
|
72
|
+
## [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)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
75
|
+
|
|
76
|
+
## [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)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
79
|
+
|
|
80
|
+
## [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)
|
|
42
81
|
|
|
43
82
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
44
83
|
|
|
45
|
-
## [3.
|
|
84
|
+
## [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)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
87
|
+
|
|
88
|
+
## [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)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
91
|
+
|
|
92
|
+
## [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)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
95
|
+
|
|
96
|
+
## [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)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
99
|
+
|
|
100
|
+
## [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)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
103
|
+
|
|
104
|
+
## [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)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
107
|
+
|
|
108
|
+
## [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)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
111
|
+
|
|
112
|
+
## [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)
|
|
46
113
|
|
|
47
114
|
### Features
|
|
48
115
|
|
|
49
116
|
- 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))
|
|
50
117
|
|
|
51
|
-
## [3.30.
|
|
118
|
+
## [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)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
121
|
+
|
|
122
|
+
## [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)
|
|
123
|
+
|
|
124
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
125
|
+
|
|
126
|
+
## [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)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
129
|
+
|
|
130
|
+
## [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)
|
|
131
|
+
|
|
132
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
133
|
+
|
|
134
|
+
## [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)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
137
|
+
|
|
138
|
+
## [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)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
141
|
+
|
|
142
|
+
## [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)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
145
|
+
|
|
146
|
+
## [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)
|
|
147
|
+
|
|
148
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
149
|
+
|
|
150
|
+
## [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)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
153
|
+
|
|
154
|
+
## [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)
|
|
155
|
+
|
|
156
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
157
|
+
|
|
158
|
+
## [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)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
161
|
+
|
|
162
|
+
## [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)
|
|
52
163
|
|
|
53
164
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
54
165
|
|
|
55
|
-
## [3.
|
|
166
|
+
## [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)
|
|
56
167
|
|
|
57
168
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
58
169
|
|
|
59
|
-
## [3.
|
|
170
|
+
## [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)
|
|
60
171
|
|
|
61
172
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
62
173
|
|
|
63
|
-
## [3.
|
|
174
|
+
## [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)
|
|
64
175
|
|
|
65
176
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
66
177
|
|
|
67
|
-
## [3.
|
|
178
|
+
## [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)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
181
|
+
|
|
182
|
+
## [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)
|
|
68
183
|
|
|
69
184
|
### Features
|
|
70
185
|
|
|
71
186
|
- 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))
|
|
72
187
|
|
|
73
|
-
## [3.26.
|
|
188
|
+
## [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)
|
|
189
|
+
|
|
190
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
191
|
+
|
|
192
|
+
## [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)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
195
|
+
|
|
196
|
+
## [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)
|
|
197
|
+
|
|
198
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
199
|
+
|
|
200
|
+
## [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)
|
|
201
|
+
|
|
202
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
203
|
+
|
|
204
|
+
## [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)
|
|
205
|
+
|
|
206
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
207
|
+
|
|
208
|
+
## [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)
|
|
74
209
|
|
|
75
210
|
### Features
|
|
76
211
|
|
|
77
212
|
- 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))
|
|
78
213
|
|
|
79
|
-
## [3.
|
|
214
|
+
## [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)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
217
|
+
|
|
218
|
+
## [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)
|
|
219
|
+
|
|
220
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
221
|
+
|
|
222
|
+
## [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)
|
|
223
|
+
|
|
224
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
225
|
+
|
|
226
|
+
## [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)
|
|
80
227
|
|
|
81
228
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
82
229
|
|
|
83
|
-
## [3.24.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.
|
|
230
|
+
## [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)
|
|
231
|
+
|
|
232
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
233
|
+
|
|
234
|
+
## [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)
|
|
235
|
+
|
|
236
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
237
|
+
|
|
238
|
+
## [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)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
241
|
+
|
|
242
|
+
## [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)
|
|
84
243
|
|
|
85
244
|
### Features
|
|
86
245
|
|
|
87
246
|
- 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))
|
|
88
247
|
|
|
89
|
-
## [3.23.
|
|
248
|
+
## [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)
|
|
90
249
|
|
|
91
250
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
92
251
|
|
|
93
|
-
## [3.
|
|
252
|
+
## [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)
|
|
94
253
|
|
|
95
|
-
|
|
254
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
96
255
|
|
|
97
|
-
|
|
98
|
-
- 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))
|
|
99
|
-
- 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))
|
|
100
|
-
- 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))
|
|
101
|
-
- 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))
|
|
102
|
-
- 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))
|
|
103
|
-
- 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))
|
|
104
|
-
- 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))
|
|
105
|
-
- 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))
|
|
256
|
+
## [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)
|
|
106
257
|
|
|
107
|
-
|
|
258
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
108
259
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
260
|
+
## [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)
|
|
261
|
+
|
|
262
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
263
|
+
|
|
264
|
+
## [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)
|
|
265
|
+
|
|
266
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
267
|
+
|
|
268
|
+
## [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)
|
|
269
|
+
|
|
270
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
271
|
+
|
|
272
|
+
## [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)
|
|
273
|
+
|
|
274
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
113
275
|
|
|
114
276
|
## [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)
|
|
115
277
|
|
|
@@ -4,7 +4,7 @@ import { PageObject } from '../../helpers';
|
|
|
4
4
|
import { getElementByIndex } from '../helpers';
|
|
5
5
|
|
|
6
6
|
export default class DateSwitcherCO extends PageObject {
|
|
7
|
-
static getRangeCheckbox = async () => $('[id
|
|
7
|
+
static getRangeCheckbox = async () => $('[id^="date-range-switcher-id-internal"]');
|
|
8
8
|
|
|
9
9
|
static getDateSwitcherDDMenu = async () => $('[data-testid="data-table-date-range"]');
|
|
10
10
|
|
|
@@ -40,24 +40,24 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
40
40
|
await browser.keys(Key.Enter);
|
|
41
41
|
await DSComboboxCO.typeOption(option2);
|
|
42
42
|
await browser.keys(Key.Enter);
|
|
43
|
-
const pill0 = await DSComboboxCO.
|
|
44
|
-
const pill1 = await DSComboboxCO.
|
|
43
|
+
const pill0 = await DSComboboxCO.getPillByIndex(0);
|
|
44
|
+
const pill1 = await DSComboboxCO.getPillByIndex(1);
|
|
45
45
|
await expect(pill0).toHaveTextContaining(option1);
|
|
46
46
|
await expect(pill1).toHaveTextContaining(option2);
|
|
47
47
|
});
|
|
48
48
|
it('should select one option from menu', async () => {
|
|
49
49
|
await (await DSComboboxCO.getComboBoxOption(2)).click();
|
|
50
|
-
const pill0 = await DSComboboxCO.
|
|
51
|
-
const pill1 = await DSComboboxCO.
|
|
52
|
-
const pill2 = await DSComboboxCO.
|
|
50
|
+
const pill0 = await DSComboboxCO.getPillByIndex(0);
|
|
51
|
+
const pill1 = await DSComboboxCO.getPillByIndex(1);
|
|
52
|
+
const pill2 = await DSComboboxCO.getPillByIndex(2);
|
|
53
53
|
await expect(pill0).toHaveTextContaining(option1);
|
|
54
54
|
await expect(pill1).toHaveTextContaining(option2);
|
|
55
55
|
await expect(pill2).toHaveTextContaining('Obi-Wan Kenobi');
|
|
56
56
|
});
|
|
57
57
|
it('should select all options', async () => {
|
|
58
58
|
await (await DSComboboxCO.getAllButton()).click();
|
|
59
|
-
const pill0 = await DSComboboxCO.
|
|
60
|
-
const pill1 = await DSComboboxCO.
|
|
59
|
+
const pill0 = await DSComboboxCO.getPillByIndex(0);
|
|
60
|
+
const pill1 = await DSComboboxCO.getPillByIndex(1);
|
|
61
61
|
const pillsLenght = (await DSComboboxCO.getPills()).length;
|
|
62
62
|
await expect(pill0).toHaveTextContaining(option1);
|
|
63
63
|
await expect(pill1).toHaveTextContaining(option2);
|
|
@@ -65,7 +65,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
65
65
|
});
|
|
66
66
|
it('should clear all options', async () => {
|
|
67
67
|
await (await DSComboboxCO.getClearButton()).click();
|
|
68
|
-
const pills = await DSComboboxCO.
|
|
68
|
+
const pills = await DSComboboxCO.getPill();
|
|
69
69
|
await expect(pills).not.toBeDisplayed();
|
|
70
70
|
});
|
|
71
71
|
});
|
|
@@ -75,7 +75,6 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
75
75
|
if (errorOnGo) throw errorOnGo;
|
|
76
76
|
});
|
|
77
77
|
it('should open dropdown menu', async () => {
|
|
78
|
-
await (await DSComboboxCO.freeSolo).go();
|
|
79
78
|
await (await DSComboboxCO.getComboboxButton()).waitForDisplayed();
|
|
80
79
|
await (await DSComboboxCO.getComboboxButton()).click();
|
|
81
80
|
const comboBoxMenuList = await DSComboboxCO.getComboboxMenuList();
|
|
@@ -154,10 +154,14 @@ export default class DSComboboxCO extends PageObject {
|
|
|
154
154
|
return $$('//div[@data-testid="pill-wrapper"]/span');
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
static async
|
|
157
|
+
static async getPillByIndex(index) {
|
|
158
158
|
return $$('//div[@data-testid="pill-wrapper"]/span')[index];
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
+
static async getPill() {
|
|
162
|
+
return $('//div[@data-testid="pill-wrapper"]/span');
|
|
163
|
+
}
|
|
164
|
+
|
|
161
165
|
static async getInput(text) {
|
|
162
166
|
return $(`//span[contains(text(),"${text}")]`);
|
|
163
167
|
}
|
|
@@ -25,7 +25,7 @@ if (!browser.capabilities['ice:options'].isTablet && !browser.capabilities['ice:
|
|
|
25
25
|
it('01: should populate the input with +20 characters, no error message should be displayed', async () => {
|
|
26
26
|
await browser.keys(Key.Tab);
|
|
27
27
|
await type('More than twenty char');
|
|
28
|
-
const errorMessage = await DSFormLayoutBlockItemCO.
|
|
28
|
+
const errorMessage = await DSFormLayoutBlockItemCO.getErrorMessage();
|
|
29
29
|
await expect(errorMessage).not.toBeDisplayed();
|
|
30
30
|
});
|
|
31
31
|
it('02: should display error message when performing the OnBlur with TAB', async () => {
|
|
@@ -96,7 +96,7 @@ if (!browser.capabilities['ice:options'].isTablet && !browser.capabilities['ice:
|
|
|
96
96
|
it('01: should populate the input with less than 20 characters, no error message should be displayed', async () => {
|
|
97
97
|
await browser.keys(Key.Tab);
|
|
98
98
|
await type('More than');
|
|
99
|
-
const errorMessage = await DSFormLayoutBlockItemCO.
|
|
99
|
+
const errorMessage = await DSFormLayoutBlockItemCO.getErrorMessage();
|
|
100
100
|
await expect(errorMessage).not.toBeDisplayed();
|
|
101
101
|
});
|
|
102
102
|
it('02: should display error message when more than 20 chars are present onChange', async () => {
|
|
@@ -145,7 +145,7 @@ if (!browser.capabilities['ice:options'].isTablet && !browser.capabilities['ice:
|
|
|
145
145
|
it('01: should populate the input with less than 20 characters, no error message should be displayed', async () => {
|
|
146
146
|
await browser.keys(Key.Tab);
|
|
147
147
|
await type('More than twenty chars');
|
|
148
|
-
const errorMessage = await DSFormLayoutBlockItemCO.
|
|
148
|
+
const errorMessage = await DSFormLayoutBlockItemCO.getErrorMessage();
|
|
149
149
|
await expect(errorMessage).not.toBeDisplayed();
|
|
150
150
|
});
|
|
151
151
|
it('02: should check two checkbox, no error message should be displayed', async () => {
|
|
@@ -153,7 +153,7 @@ if (!browser.capabilities['ice:options'].isTablet && !browser.capabilities['ice:
|
|
|
153
153
|
const checkbox2 = await DSFormLayoutBlockItemCO.getCheckboxByIndex(1);
|
|
154
154
|
await checkbox2.click();
|
|
155
155
|
await checkbox.click();
|
|
156
|
-
const errorMessage = await DSFormLayoutBlockItemCO.
|
|
156
|
+
const errorMessage = await DSFormLayoutBlockItemCO.getErrorMessage();
|
|
157
157
|
await expect(errorMessage).not.toBeDisplayed();
|
|
158
158
|
});
|
|
159
159
|
it('03: should press submit and errors should display, focus to first errored input', async () => {
|
|
@@ -88,6 +88,10 @@ export default class DSFormLayoutBlockItemCO extends PageObject {
|
|
|
88
88
|
return $$('[data-testid="ds-form-layout-block-item-error-message"]');
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
+
static async getErrorMessage() {
|
|
92
|
+
return $('[data-testid="ds-form-layout-block-item-error-message"]');
|
|
93
|
+
}
|
|
94
|
+
|
|
91
95
|
static async getBlockContainersByIndex(index = 0) {
|
|
92
96
|
return $$('[data-testid="ds-form-layout-block-item-container"]')[index];
|
|
93
97
|
}
|
|
@@ -62,17 +62,30 @@ if (
|
|
|
62
62
|
const result = await axeCoreCheck();
|
|
63
63
|
expect(result.length).toBe(0);
|
|
64
64
|
});
|
|
65
|
-
it('
|
|
65
|
+
it('02: should have global header with toggle-search expanded and pass axe-core scan', async () => {
|
|
66
66
|
const toggleSearch = await GlobalHeaderCO.getGHToolbarItem(0);
|
|
67
67
|
await toggleSearch.click();
|
|
68
68
|
await type('Hola');
|
|
69
69
|
const result = await axeCoreCheck();
|
|
70
70
|
expect(result.length).toBe(0);
|
|
71
71
|
});
|
|
72
|
-
it('
|
|
72
|
+
it('03: should have global header with populated toggle-search and pass axe-core scan', async () => {
|
|
73
73
|
await type('Hola');
|
|
74
74
|
const result = await axeCoreCheck();
|
|
75
75
|
expect(result.length).toBe(0);
|
|
76
76
|
});
|
|
77
77
|
});
|
|
78
|
+
|
|
79
|
+
describe('PUI-13391 - GlobalHeader: No toolbar -AxeCore', () => {
|
|
80
|
+
before(async () => {
|
|
81
|
+
const errorOnGo = await GlobalHeaderCO.noToolbarTest.go();
|
|
82
|
+
if (errorOnGo) throw errorOnGo;
|
|
83
|
+
});
|
|
84
|
+
it('01: should have global header without toolbar and pass axe-core scan', async () => {
|
|
85
|
+
const globalHeader = await GlobalHeaderCO.getGlobalHeader();
|
|
86
|
+
await globalHeader.waitForDisplayed();
|
|
87
|
+
const result = await axeCoreCheck();
|
|
88
|
+
expect(result.length).toBe(0);
|
|
89
|
+
});
|
|
90
|
+
});
|
|
78
91
|
}
|
|
@@ -137,4 +137,17 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
137
137
|
await expect(snapshot).toEqual(0);
|
|
138
138
|
});
|
|
139
139
|
});
|
|
140
|
+
|
|
141
|
+
describe('PUI-13392 - GlobalHeader: No toolbar -Visual', () => {
|
|
142
|
+
before(async () => {
|
|
143
|
+
const errorOnGo = await GlobalHeader.noToolbarTest.go();
|
|
144
|
+
if (errorOnGo) throw errorOnGo;
|
|
145
|
+
});
|
|
146
|
+
it('01: should display global header without toolbar', async () => {
|
|
147
|
+
const globalHeader = await GlobalHeader.getGlobalHeader();
|
|
148
|
+
await globalHeader.waitForDisplayed();
|
|
149
|
+
const snapshot = await browser.eyesCheckSnapshot(GlobalHeader.snapshotPath('global-no-toolbar'));
|
|
150
|
+
await expect(snapshot).toEqual(0);
|
|
151
|
+
});
|
|
152
|
+
});
|
|
140
153
|
}
|
|
@@ -7,6 +7,8 @@ export default class GlobalHeader extends PageObject {
|
|
|
7
7
|
|
|
8
8
|
static oneTab = new Urlbuilder(PATH_E2E_GLOBAL_HEADER, 'one-tab');
|
|
9
9
|
|
|
10
|
+
static noToolbarTest = new Urlbuilder(PATH_E2E_GLOBAL_HEADER, 'no-toolbar-test');
|
|
11
|
+
|
|
10
12
|
static resizedURL = new Urlbuilder(PATH_E2E_GLOBAL_HEADER, 'global-header-resized');
|
|
11
13
|
|
|
12
14
|
static backgroundURL = new Urlbuilder(PATH_E2E_GLOBAL_HEADER, 'background');
|
|
@@ -85,7 +85,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
85
85
|
const textMark = await DSTreeViewCO.getTextMarks('test');
|
|
86
86
|
const isActive = await DSTreeViewCO.isActive(0);
|
|
87
87
|
await expect(resultItems).not.toBeDisplayed();
|
|
88
|
-
await expect(textMark).not.toBeDisplayed();
|
|
88
|
+
await expect(textMark[0]).not.toBeDisplayed();
|
|
89
89
|
await expect(isActive).toBe(false);
|
|
90
90
|
const row = await DSTreeViewCO.getRowByContent('Underwriting');
|
|
91
91
|
await expect(row).toBeDisplayed();
|
package/package.json
CHANGED
|
@@ -1,126 +1,126 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dimsum-e2e-tests",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.35.0-rc.0",
|
|
4
4
|
"description": "End-to-end tests for dimsum library",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@elliemae/ds-accessibility": "3.
|
|
7
|
-
"@elliemae/ds-
|
|
8
|
-
"@elliemae/ds-
|
|
9
|
-
"@elliemae/ds-
|
|
10
|
-
"@elliemae/ds-banner": "3.
|
|
11
|
-
"@elliemae/ds-basic": "3.
|
|
12
|
-
"@elliemae/ds-
|
|
13
|
-
"@elliemae/ds-
|
|
14
|
-
"@elliemae/ds-button-
|
|
15
|
-
"@elliemae/ds-button-
|
|
16
|
-
"@elliemae/ds-button-v2": "3.
|
|
17
|
-
"@elliemae/ds-card": "3.
|
|
18
|
-
"@elliemae/ds-card-
|
|
19
|
-
"@elliemae/ds-card-v2": "3.
|
|
20
|
-
"@elliemae/ds-card-
|
|
21
|
-
"@elliemae/ds-card-
|
|
22
|
-
"@elliemae/ds-card-v2-group": "3.
|
|
23
|
-
"@elliemae/ds-chat": "3.
|
|
24
|
-
"@elliemae/ds-chat-
|
|
25
|
-
"@elliemae/ds-
|
|
26
|
-
"@elliemae/ds-
|
|
27
|
-
"@elliemae/ds-circular-progress-indicator": "3.
|
|
28
|
-
"@elliemae/ds-codeeditor": "3.
|
|
29
|
-
"@elliemae/ds-comments": "3.
|
|
30
|
-
"@elliemae/ds-
|
|
31
|
-
"@elliemae/ds-
|
|
32
|
-
"@elliemae/ds-data-table": "3.
|
|
33
|
-
"@elliemae/ds-
|
|
34
|
-
"@elliemae/ds-
|
|
35
|
-
"@elliemae/ds-dataviz": "3.
|
|
36
|
-
"@elliemae/ds-dataviz-pie": "3.
|
|
37
|
-
"@elliemae/ds-date-picker": "3.
|
|
38
|
-
"@elliemae/ds-date-range-picker": "3.
|
|
39
|
-
"@elliemae/ds-date-
|
|
40
|
-
"@elliemae/ds-date-
|
|
41
|
-
"@elliemae/ds-date-time-recurrence-picker": "3.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-dropzone": "3.
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-form-date-range-picker": "3.
|
|
51
|
-
"@elliemae/ds-form-date-time-picker": "3.
|
|
52
|
-
"@elliemae/ds-form-layout-blocks": "3.
|
|
53
|
-
"@elliemae/ds-form-layout-label": "3.
|
|
54
|
-
"@elliemae/ds-global-header": "3.
|
|
55
|
-
"@elliemae/ds-grid": "3.
|
|
56
|
-
"@elliemae/ds-
|
|
57
|
-
"@elliemae/ds-
|
|
58
|
-
"@elliemae/ds-
|
|
59
|
-
"@elliemae/ds-
|
|
60
|
-
"@elliemae/ds-
|
|
61
|
-
"@elliemae/ds-image": "3.
|
|
62
|
-
"@elliemae/ds-
|
|
63
|
-
"@elliemae/ds-
|
|
64
|
-
"@elliemae/ds-
|
|
65
|
-
"@elliemae/ds-label-value": "3.
|
|
66
|
-
"@elliemae/ds-left-navigation": "3.
|
|
67
|
-
"@elliemae/ds-list-section-header": "3.
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@elliemae/ds-
|
|
70
|
-
"@elliemae/ds-
|
|
71
|
-
"@elliemae/ds-
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-modal-slide": "3.
|
|
75
|
-
"@elliemae/ds-
|
|
76
|
-
"@elliemae/ds-
|
|
77
|
-
"@elliemae/ds-
|
|
78
|
-
"@elliemae/ds-page-header-v1": "3.
|
|
79
|
-
"@elliemae/ds-page-header-v2": "3.
|
|
80
|
-
"@elliemae/ds-page-layout": "3.
|
|
81
|
-
"@elliemae/ds-page-number": "3.
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-popperjs": "3.
|
|
87
|
-
"@elliemae/ds-progress-indicator": "3.
|
|
88
|
-
"@elliemae/ds-
|
|
89
|
-
"@elliemae/ds-
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-search-field": "3.
|
|
93
|
-
"@elliemae/ds-separator": "3.
|
|
94
|
-
"@elliemae/ds-shuttle": "3.
|
|
95
|
-
"@elliemae/ds-shuttle-v2": "3.
|
|
96
|
-
"@elliemae/ds-side-panel": "3.
|
|
97
|
-
"@elliemae/ds-skeleton": "3.
|
|
98
|
-
"@elliemae/ds-slider": "3.
|
|
99
|
-
"@elliemae/ds-
|
|
100
|
-
"@elliemae/ds-
|
|
101
|
-
"@elliemae/ds-stepper": "3.
|
|
102
|
-
"@elliemae/ds-svg": "3.
|
|
103
|
-
"@elliemae/ds-system": "3.
|
|
104
|
-
"@elliemae/ds-
|
|
105
|
-
"@elliemae/ds-text-wrapper": "3.
|
|
106
|
-
"@elliemae/ds-
|
|
107
|
-
"@elliemae/ds-time-picker": "3.
|
|
108
|
-
"@elliemae/ds-toolbar": "3.
|
|
109
|
-
"@elliemae/ds-toast": "3.
|
|
110
|
-
"@elliemae/ds-toolbar-v2": "3.
|
|
111
|
-
"@elliemae/ds-tooltip": "3.
|
|
112
|
-
"@elliemae/ds-
|
|
113
|
-
"@elliemae/ds-
|
|
114
|
-
"@elliemae/ds-treeview": "3.
|
|
115
|
-
"@elliemae/ds-truncated-expandable-text": "3.
|
|
116
|
-
"@elliemae/ds-
|
|
117
|
-
"@elliemae/ds-typography": "3.
|
|
118
|
-
"@elliemae/ds-
|
|
119
|
-
"@elliemae/ds-utilities": "3.
|
|
120
|
-
"@elliemae/ds-
|
|
121
|
-
"@elliemae/ds-
|
|
122
|
-
"@elliemae/ds-
|
|
123
|
-
"@elliemae/ds-
|
|
124
|
-
"@elliemae/ds-zoom": "3.
|
|
6
|
+
"@elliemae/ds-accessibility": "3.35.0-rc.0",
|
|
7
|
+
"@elliemae/ds-backdrop": "3.35.0-rc.0",
|
|
8
|
+
"@elliemae/ds-accordion": "3.35.0-rc.0",
|
|
9
|
+
"@elliemae/ds-app-picker": "3.35.0-rc.0",
|
|
10
|
+
"@elliemae/ds-banner": "3.35.0-rc.0",
|
|
11
|
+
"@elliemae/ds-basic": "3.35.0-rc.0",
|
|
12
|
+
"@elliemae/ds-button": "3.35.0-rc.0",
|
|
13
|
+
"@elliemae/ds-breadcrumb": "3.35.0-rc.0",
|
|
14
|
+
"@elliemae/ds-button-v1": "3.35.0-rc.0",
|
|
15
|
+
"@elliemae/ds-button-group": "3.35.0-rc.0",
|
|
16
|
+
"@elliemae/ds-button-v2": "3.35.0-rc.0",
|
|
17
|
+
"@elliemae/ds-card": "3.35.0-rc.0",
|
|
18
|
+
"@elliemae/ds-card-array": "3.35.0-rc.0",
|
|
19
|
+
"@elliemae/ds-card-v2": "3.35.0-rc.0",
|
|
20
|
+
"@elliemae/ds-card-navigation": "3.35.0-rc.0",
|
|
21
|
+
"@elliemae/ds-card-v2-action-addon": "3.35.0-rc.0",
|
|
22
|
+
"@elliemae/ds-card-v2-group": "3.35.0-rc.0",
|
|
23
|
+
"@elliemae/ds-chat": "3.35.0-rc.0",
|
|
24
|
+
"@elliemae/ds-chat-tile": "3.35.0-rc.0",
|
|
25
|
+
"@elliemae/ds-chat-bubble": "3.35.0-rc.0",
|
|
26
|
+
"@elliemae/ds-chip": "3.35.0-rc.0",
|
|
27
|
+
"@elliemae/ds-circular-progress-indicator": "3.35.0-rc.0",
|
|
28
|
+
"@elliemae/ds-codeeditor": "3.35.0-rc.0",
|
|
29
|
+
"@elliemae/ds-comments": "3.35.0-rc.0",
|
|
30
|
+
"@elliemae/ds-csv-converter": "3.35.0-rc.0",
|
|
31
|
+
"@elliemae/ds-controlled-form": "3.35.0-rc.0",
|
|
32
|
+
"@elliemae/ds-data-table": "3.35.0-rc.0",
|
|
33
|
+
"@elliemae/ds-data-table-cell-header": "3.35.0-rc.0",
|
|
34
|
+
"@elliemae/ds-datagrids": "3.35.0-rc.0",
|
|
35
|
+
"@elliemae/ds-dataviz": "3.35.0-rc.0",
|
|
36
|
+
"@elliemae/ds-dataviz-pie": "3.35.0-rc.0",
|
|
37
|
+
"@elliemae/ds-date-picker": "3.35.0-rc.0",
|
|
38
|
+
"@elliemae/ds-date-range-picker": "3.35.0-rc.0",
|
|
39
|
+
"@elliemae/ds-date-time-picker": "3.35.0-rc.0",
|
|
40
|
+
"@elliemae/ds-date-range-selector": "3.35.0-rc.0",
|
|
41
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.35.0-rc.0",
|
|
42
|
+
"@elliemae/ds-dialog": "3.35.0-rc.0",
|
|
43
|
+
"@elliemae/ds-decision-graph": "3.35.0-rc.0",
|
|
44
|
+
"@elliemae/ds-dropdownmenu": "3.35.0-rc.0",
|
|
45
|
+
"@elliemae/ds-dropzone": "3.35.0-rc.0",
|
|
46
|
+
"@elliemae/ds-fast-list": "3.35.0-rc.0",
|
|
47
|
+
"@elliemae/ds-filterbar": "3.35.0-rc.0",
|
|
48
|
+
"@elliemae/ds-form": "3.35.0-rc.0",
|
|
49
|
+
"@elliemae/ds-drag-and-drop": "3.35.0-rc.0",
|
|
50
|
+
"@elliemae/ds-form-date-range-picker": "3.35.0-rc.0",
|
|
51
|
+
"@elliemae/ds-form-date-time-picker": "3.35.0-rc.0",
|
|
52
|
+
"@elliemae/ds-form-layout-blocks": "3.35.0-rc.0",
|
|
53
|
+
"@elliemae/ds-form-layout-label": "3.35.0-rc.0",
|
|
54
|
+
"@elliemae/ds-global-header": "3.35.0-rc.0",
|
|
55
|
+
"@elliemae/ds-grid": "3.35.0-rc.0",
|
|
56
|
+
"@elliemae/ds-header": "3.35.0-rc.0",
|
|
57
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.35.0-rc.0",
|
|
58
|
+
"@elliemae/ds-group-box": "3.35.0-rc.0",
|
|
59
|
+
"@elliemae/ds-icon": "3.35.0-rc.0",
|
|
60
|
+
"@elliemae/ds-hooks-fontsize-media": "3.35.0-rc.0",
|
|
61
|
+
"@elliemae/ds-image": "3.35.0-rc.0",
|
|
62
|
+
"@elliemae/ds-icons": "3.35.0-rc.0",
|
|
63
|
+
"@elliemae/ds-imagelibrarymodal": "3.35.0-rc.0",
|
|
64
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.35.0-rc.0",
|
|
65
|
+
"@elliemae/ds-label-value": "3.35.0-rc.0",
|
|
66
|
+
"@elliemae/ds-left-navigation": "3.35.0-rc.0",
|
|
67
|
+
"@elliemae/ds-list-section-header": "3.35.0-rc.0",
|
|
68
|
+
"@elliemae/ds-loading-indicator": "3.35.0-rc.0",
|
|
69
|
+
"@elliemae/ds-menu-items": "3.35.0-rc.0",
|
|
70
|
+
"@elliemae/ds-mini-toolbar": "3.35.0-rc.0",
|
|
71
|
+
"@elliemae/ds-menu": "3.35.0-rc.0",
|
|
72
|
+
"@elliemae/ds-modal": "3.35.0-rc.0",
|
|
73
|
+
"@elliemae/ds-mobile": "3.35.0-rc.0",
|
|
74
|
+
"@elliemae/ds-modal-slide": "3.35.0-rc.0",
|
|
75
|
+
"@elliemae/ds-number-range-field": "3.35.0-rc.0",
|
|
76
|
+
"@elliemae/ds-page-header": "3.35.0-rc.0",
|
|
77
|
+
"@elliemae/ds-notification-badge": "3.35.0-rc.0",
|
|
78
|
+
"@elliemae/ds-page-header-v1": "3.35.0-rc.0",
|
|
79
|
+
"@elliemae/ds-page-header-v2": "3.35.0-rc.0",
|
|
80
|
+
"@elliemae/ds-page-layout": "3.35.0-rc.0",
|
|
81
|
+
"@elliemae/ds-page-number": "3.35.0-rc.0",
|
|
82
|
+
"@elliemae/ds-pills": "3.35.0-rc.0",
|
|
83
|
+
"@elliemae/ds-pagination": "3.35.0-rc.0",
|
|
84
|
+
"@elliemae/ds-popover": "3.35.0-rc.0",
|
|
85
|
+
"@elliemae/ds-popper": "3.35.0-rc.0",
|
|
86
|
+
"@elliemae/ds-popperjs": "3.35.0-rc.0",
|
|
87
|
+
"@elliemae/ds-progress-indicator": "3.35.0-rc.0",
|
|
88
|
+
"@elliemae/ds-read-more": "3.35.0-rc.0",
|
|
89
|
+
"@elliemae/ds-query-builder": "3.35.0-rc.0",
|
|
90
|
+
"@elliemae/ds-ribbon": "3.35.0-rc.0",
|
|
91
|
+
"@elliemae/ds-resizeable-container": "3.35.0-rc.0",
|
|
92
|
+
"@elliemae/ds-search-field": "3.35.0-rc.0",
|
|
93
|
+
"@elliemae/ds-separator": "3.35.0-rc.0",
|
|
94
|
+
"@elliemae/ds-shuttle": "3.35.0-rc.0",
|
|
95
|
+
"@elliemae/ds-shuttle-v2": "3.35.0-rc.0",
|
|
96
|
+
"@elliemae/ds-side-panel": "3.35.0-rc.0",
|
|
97
|
+
"@elliemae/ds-skeleton": "3.35.0-rc.0",
|
|
98
|
+
"@elliemae/ds-slider": "3.35.0-rc.0",
|
|
99
|
+
"@elliemae/ds-square-indicator": "3.35.0-rc.0",
|
|
100
|
+
"@elliemae/ds-spinner": "3.35.0-rc.0",
|
|
101
|
+
"@elliemae/ds-stepper": "3.35.0-rc.0",
|
|
102
|
+
"@elliemae/ds-svg": "3.35.0-rc.0",
|
|
103
|
+
"@elliemae/ds-system": "3.35.0-rc.0",
|
|
104
|
+
"@elliemae/ds-tabs": "3.35.0-rc.0",
|
|
105
|
+
"@elliemae/ds-text-wrapper": "3.35.0-rc.0",
|
|
106
|
+
"@elliemae/ds-test-utils": "3.35.0-rc.0",
|
|
107
|
+
"@elliemae/ds-time-picker": "3.35.0-rc.0",
|
|
108
|
+
"@elliemae/ds-toolbar": "3.35.0-rc.0",
|
|
109
|
+
"@elliemae/ds-toast": "3.35.0-rc.0",
|
|
110
|
+
"@elliemae/ds-toolbar-v2": "3.35.0-rc.0",
|
|
111
|
+
"@elliemae/ds-tooltip": "3.35.0-rc.0",
|
|
112
|
+
"@elliemae/ds-tree-model": "3.35.0-rc.0",
|
|
113
|
+
"@elliemae/ds-transition": "3.35.0-rc.0",
|
|
114
|
+
"@elliemae/ds-treeview": "3.35.0-rc.0",
|
|
115
|
+
"@elliemae/ds-truncated-expandable-text": "3.35.0-rc.0",
|
|
116
|
+
"@elliemae/ds-uploader": "3.35.0-rc.0",
|
|
117
|
+
"@elliemae/ds-typography": "3.35.0-rc.0",
|
|
118
|
+
"@elliemae/ds-truncated-tooltip-text": "3.35.0-rc.0",
|
|
119
|
+
"@elliemae/ds-utilities": "3.35.0-rc.0",
|
|
120
|
+
"@elliemae/ds-wizard": "3.35.0-rc.0",
|
|
121
|
+
"@elliemae/ds-virtual-list": "3.35.0-rc.0",
|
|
122
|
+
"@elliemae/ds-zipcode-search": "3.35.0-rc.0",
|
|
123
|
+
"@elliemae/ds-wysiwygeditor": "3.35.0-rc.0",
|
|
124
|
+
"@elliemae/ds-zoom": "3.35.0-rc.0"
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -125,14 +125,14 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
125
125
|
const appPickerTrigger = await DSButtonV2CO.getToolbarItemByIndex(0);
|
|
126
126
|
await appPickerTrigger.waitForDisplayed({ timeout: 5000 });
|
|
127
127
|
await appPickerTrigger.click();
|
|
128
|
-
const appPicker = await
|
|
128
|
+
const appPicker = await $('[data-testid="app-picker__wrapper"]');
|
|
129
129
|
await expect(appPicker).toBeDisplayedInViewport();
|
|
130
130
|
});
|
|
131
131
|
it('02: should close the popup when clicking the disabled ds-button-v2', async () => {
|
|
132
132
|
const button = await DSButtonV2CO.getButtonByIndex(0);
|
|
133
133
|
await button.waitForDisplayed({ timeout: 5000 });
|
|
134
134
|
await button.click();
|
|
135
|
-
const appPicker = await
|
|
135
|
+
const appPicker = await $('[data-testid="app-picker__wrapper"]');
|
|
136
136
|
await expect(appPicker).not.toBeDisplayedInViewport();
|
|
137
137
|
});
|
|
138
138
|
});
|