dimsum-e2e-tests 3.34.0 → 3.35.0-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 +199 -30
- package/ds-chip/DSChip.func.spec.js +23 -0
- package/ds-chip/DSChipCO.js +8 -0
- 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-hooks/useKeyboardNavigation/DSHook.useKeyboardNavigation.func.spec.js +34 -33
- package/ds-icon/DSIcon.visual.spec.js +7 -47
- package/ds-icon/DSIconCO.js +3 -10
- package/ds-icons/DSIcons.visual.spec.js +45 -0
- package/ds-icons/DSIconsCO.js +30 -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/ds-menu-tree-item/DSMenuTreeItem.func.spec.js +0 -24
- package/ds-menu-tree-item/DSMenuTreeItemCO.js +0 -17
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,24 @@
|
|
|
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.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.35.0-rc.0...v3.35.0-rc.1) (2024-05-13)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- ds-chip:: slot tests added [PUI-12814](https://jira.elliemae.io/browse/PUI-12814) ([#6805](https://git.elliemae.io/platform-ui/dimsum/issues/6805)) ([9337e6a](https://git.elliemae.io/platform-ui/dimsum/commit/9337e6a9b176f844fc28cdb493b09e9ee8f465d2))
|
|
11
|
+
- ds-icons:: e2e folder cleanup, tests updated [PUI-12969](https://jira.elliemae.io/browse/PUI-12969) ([#6809](https://git.elliemae.io/platform-ui/dimsum/issues/6809)) ([9386651](https://git.elliemae.io/platform-ui/dimsum/commit/93866512d49e45d85b268cae627ad2b2119115a3))
|
|
12
|
+
|
|
13
|
+
## [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)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- 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))
|
|
18
|
+
|
|
19
|
+
## [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)
|
|
20
|
+
|
|
21
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
22
|
+
|
|
23
|
+
## [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
24
|
|
|
8
25
|
### Features
|
|
9
26
|
|
|
@@ -18,15 +35,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
18
35
|
- 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
36
|
- 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
37
|
|
|
21
|
-
## [3.33.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.33.
|
|
38
|
+
## [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)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
41
|
+
|
|
42
|
+
## [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)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
45
|
+
|
|
46
|
+
## [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)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
49
|
+
|
|
50
|
+
## [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)
|
|
22
51
|
|
|
23
52
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
24
53
|
|
|
25
|
-
## [3.33.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.
|
|
54
|
+
## [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
55
|
|
|
27
56
|
### Features
|
|
28
57
|
|
|
29
58
|
- 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))
|
|
59
|
+
|
|
60
|
+
## [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)
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
30
64
|
- 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
65
|
- 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
66
|
- 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 +72,213 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
72
|
- 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
73
|
- 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
74
|
|
|
41
|
-
## [3.
|
|
75
|
+
## [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)
|
|
42
76
|
|
|
43
77
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
44
78
|
|
|
45
|
-
## [3.
|
|
79
|
+
## [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)
|
|
80
|
+
|
|
81
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
82
|
+
|
|
83
|
+
## [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)
|
|
84
|
+
|
|
85
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
86
|
+
|
|
87
|
+
## [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)
|
|
88
|
+
|
|
89
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
90
|
+
|
|
91
|
+
## [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)
|
|
92
|
+
|
|
93
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
94
|
+
|
|
95
|
+
## [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)
|
|
96
|
+
|
|
97
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
98
|
+
|
|
99
|
+
## [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)
|
|
100
|
+
|
|
101
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
102
|
+
|
|
103
|
+
## [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)
|
|
104
|
+
|
|
105
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
106
|
+
|
|
107
|
+
## [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)
|
|
108
|
+
|
|
109
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
110
|
+
|
|
111
|
+
## [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)
|
|
112
|
+
|
|
113
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
114
|
+
|
|
115
|
+
## [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)
|
|
116
|
+
|
|
117
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
118
|
+
|
|
119
|
+
## [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
120
|
|
|
47
121
|
### Features
|
|
48
122
|
|
|
49
123
|
- 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
124
|
|
|
51
|
-
## [3.30.
|
|
125
|
+
## [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)
|
|
126
|
+
|
|
127
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
128
|
+
|
|
129
|
+
## [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)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
132
|
+
|
|
133
|
+
## [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)
|
|
134
|
+
|
|
135
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
136
|
+
|
|
137
|
+
## [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)
|
|
138
|
+
|
|
139
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
140
|
+
|
|
141
|
+
## [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)
|
|
142
|
+
|
|
143
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
144
|
+
|
|
145
|
+
## [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)
|
|
146
|
+
|
|
147
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
148
|
+
|
|
149
|
+
## [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)
|
|
150
|
+
|
|
151
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
152
|
+
|
|
153
|
+
## [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)
|
|
52
154
|
|
|
53
155
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
54
156
|
|
|
55
|
-
## [3.30.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.29.
|
|
157
|
+
## [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)
|
|
56
158
|
|
|
57
159
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
58
160
|
|
|
59
|
-
## [3.29.
|
|
161
|
+
## [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)
|
|
60
162
|
|
|
61
163
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
62
164
|
|
|
63
|
-
## [3.29.
|
|
165
|
+
## [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)
|
|
64
166
|
|
|
65
167
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
66
168
|
|
|
67
|
-
## [3.
|
|
169
|
+
## [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)
|
|
170
|
+
|
|
171
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
172
|
+
|
|
173
|
+
## [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)
|
|
174
|
+
|
|
175
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
176
|
+
|
|
177
|
+
## [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)
|
|
178
|
+
|
|
179
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
180
|
+
|
|
181
|
+
## [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)
|
|
182
|
+
|
|
183
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
184
|
+
|
|
185
|
+
## [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)
|
|
186
|
+
|
|
187
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
188
|
+
|
|
189
|
+
## [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
190
|
|
|
69
191
|
### Features
|
|
70
192
|
|
|
71
193
|
- 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
194
|
|
|
73
|
-
## [3.26.
|
|
195
|
+
## [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)
|
|
196
|
+
|
|
197
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
198
|
+
|
|
199
|
+
## [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)
|
|
200
|
+
|
|
201
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
202
|
+
|
|
203
|
+
## [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)
|
|
204
|
+
|
|
205
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
206
|
+
|
|
207
|
+
## [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)
|
|
208
|
+
|
|
209
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
210
|
+
|
|
211
|
+
## [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)
|
|
212
|
+
|
|
213
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
214
|
+
|
|
215
|
+
## [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
216
|
|
|
75
217
|
### Features
|
|
76
218
|
|
|
77
219
|
- 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
220
|
|
|
79
|
-
## [3.
|
|
221
|
+
## [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)
|
|
80
222
|
|
|
81
223
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
82
224
|
|
|
83
|
-
## [3.
|
|
225
|
+
## [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)
|
|
226
|
+
|
|
227
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
228
|
+
|
|
229
|
+
## [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)
|
|
230
|
+
|
|
231
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
232
|
+
|
|
233
|
+
## [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)
|
|
234
|
+
|
|
235
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
236
|
+
|
|
237
|
+
## [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)
|
|
238
|
+
|
|
239
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
240
|
+
|
|
241
|
+
## [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)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
244
|
+
|
|
245
|
+
## [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)
|
|
246
|
+
|
|
247
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
248
|
+
|
|
249
|
+
## [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
250
|
|
|
85
251
|
### Features
|
|
86
252
|
|
|
87
253
|
- 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
254
|
|
|
89
|
-
## [3.23.
|
|
255
|
+
## [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
256
|
|
|
91
257
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
92
258
|
|
|
93
|
-
## [3.
|
|
259
|
+
## [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
260
|
|
|
95
|
-
|
|
261
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
96
262
|
|
|
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))
|
|
263
|
+
## [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
264
|
|
|
107
|
-
|
|
265
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
108
266
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
267
|
+
## [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)
|
|
268
|
+
|
|
269
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
270
|
+
|
|
271
|
+
## [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)
|
|
272
|
+
|
|
273
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
274
|
+
|
|
275
|
+
## [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)
|
|
276
|
+
|
|
277
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
278
|
+
|
|
279
|
+
## [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)
|
|
280
|
+
|
|
281
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
113
282
|
|
|
114
283
|
## [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
284
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import DSChipCO from './DSChipCO';
|
|
2
|
+
|
|
3
|
+
if (
|
|
4
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
5
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
6
|
+
browser.capabilities.browserName === 'Chrome') ||
|
|
7
|
+
browser.capabilities.browserName === 'chrome'
|
|
8
|
+
) {
|
|
9
|
+
describe('PUI-13447 - Chip - slots tets', () => {
|
|
10
|
+
before('loading page', async () => {
|
|
11
|
+
const errorOnGo = await DSChipCO.basicURL.go();
|
|
12
|
+
if (errorOnGo) throw errorOnGo;
|
|
13
|
+
});
|
|
14
|
+
it('01: the modified slots should be properly rendered in the DOM', async () => {
|
|
15
|
+
const firstChip = await DSChipCO.getChipByIndex(0);
|
|
16
|
+
const firstChipButton = await DSChipCO.getChipButtonByIndex(0);
|
|
17
|
+
const firstChipLabel = await DSChipCO.getCustomDataTest('custom-chip-label');
|
|
18
|
+
await expect(firstChip).toHaveAttribute('tabindex', '0');
|
|
19
|
+
await expect(firstChipButton).toHaveAttribute('aria-label', 'Large Chip');
|
|
20
|
+
await expect(firstChipLabel).toExist();
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
}
|
package/ds-chip/DSChipCO.js
CHANGED
|
@@ -30,6 +30,14 @@ export default class DSChipCO extends PageObject {
|
|
|
30
30
|
return $('[data-testid="ds-button"]');
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
static async getChipButtonByIndex(index) {
|
|
34
|
+
return $$('[data-testid="ds-chip-root"] button')[index];
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
static async getCustomDataTest(text) {
|
|
38
|
+
return $(`[data-testid="${text}"]`);
|
|
39
|
+
}
|
|
40
|
+
|
|
33
41
|
static async getTooltip() {
|
|
34
42
|
return $('[data-testid="ds-tooltip-v3-tooltip-text-wrapper"]');
|
|
35
43
|
}
|
|
@@ -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');
|
|
@@ -1,43 +1,44 @@
|
|
|
1
1
|
/* eslint-disable max-len */
|
|
2
2
|
import { Key } from 'webdriverio';
|
|
3
|
-
import UseKeyboardNavCO from './
|
|
4
|
-
import DSCardV3CO from '../../ds-card-v3/DSCardV3CO';
|
|
3
|
+
import UseKeyboardNavCO from './UseKeyboardNavigationCO';
|
|
4
|
+
// import DSCardV3CO from '../../ds-card-v3/DSCardV3CO';
|
|
5
5
|
import DSButtonV3CO from '../../ds-button-v3/DSButtonV3CO';
|
|
6
6
|
import DSMenuItemsCO from '../../ds-menu-item/DSMenuItemsCO';
|
|
7
7
|
import { tabStops } from '../../helpers';
|
|
8
8
|
|
|
9
9
|
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
});
|
|
10
|
+
// Uncomment after CardV3 is completely released
|
|
11
|
+
// describe('PUI-12538 [useKeyboardNav] Card Select:: DisableRoving true + agnostic direction', () => {
|
|
12
|
+
// before(async () => {
|
|
13
|
+
// const errorOnGo = await UseKeyboardNavCO.cardSelect.go();
|
|
14
|
+
// if (errorOnGo) throw errorOnGo;
|
|
15
|
+
// });
|
|
16
|
+
// it('01: should focus on the 4th card after 3 tab stops', async () => {
|
|
17
|
+
// await tabStops(3);
|
|
18
|
+
// const card4 = await DSCardV3CO.getActionAreaByIndex(3);
|
|
19
|
+
// await expect(card4).toBeFocused();
|
|
20
|
+
// });
|
|
21
|
+
// it('02: should focus on the 2nd card after moving up with ArrowUp', async () => {
|
|
22
|
+
// await browser.keys(Key.ArrowUp);
|
|
23
|
+
// const card2 = await DSCardV3CO.getActionAreaByIndex(1);
|
|
24
|
+
// await expect(card2).toBeFocused();
|
|
25
|
+
// });
|
|
26
|
+
// it('03: should focus on the 1st card after moving up with ArrowLeft', async () => {
|
|
27
|
+
// await browser.keys(Key.ArrowLeft);
|
|
28
|
+
// const card1 = await DSCardV3CO.getActionAreaByIndex(0);
|
|
29
|
+
// await expect(card1).toBeFocused();
|
|
30
|
+
// });
|
|
31
|
+
// it('04: should focus on the 2nd card after moving down with ArrowDown', async () => {
|
|
32
|
+
// await browser.keys(Key.ArrowDown);
|
|
33
|
+
// const card2 = await DSCardV3CO.getActionAreaByIndex(1);
|
|
34
|
+
// await expect(card2).toBeFocused();
|
|
35
|
+
// });
|
|
36
|
+
// it('05: should focus on the 4th card after moving down with ArrowRight', async () => {
|
|
37
|
+
// await browser.keys(Key.ArrowRight);
|
|
38
|
+
// const card4 = await DSCardV3CO.getActionAreaByIndex(3);
|
|
39
|
+
// await expect(card4).toBeFocused();
|
|
40
|
+
// });
|
|
41
|
+
// });
|
|
41
42
|
describe('PUI-12539 [useKeyboardNav] disabledRovingTab:: DisableRoving true + horizontal direction', () => {
|
|
42
43
|
before(async () => {
|
|
43
44
|
const errorOnGo = await UseKeyboardNavCO.disabledRovingTab.go();
|
|
@@ -1,57 +1,17 @@
|
|
|
1
1
|
import DSIconCO from './DSIconCO';
|
|
2
|
+
import DSIconsCO from '../ds-icons/DSIconsCO';
|
|
2
3
|
|
|
3
4
|
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
4
|
-
describe('PUI-
|
|
5
|
-
describe('Iconography showcase test', () => {
|
|
6
|
-
before('loading page', async () => {
|
|
7
|
-
const errorOnGo = await DSIconCO.showCaseTest.go();
|
|
8
|
-
if (errorOnGo) throw errorOnGo;
|
|
9
|
-
});
|
|
10
|
-
it('should display icons correctly', async () => {
|
|
11
|
-
await browser.eyesOpen();
|
|
12
|
-
const snapshot = await browser.eyesCheckSnapshot(DSIconCO.snapshotPath('show-case-test'));
|
|
13
|
-
await expect(snapshot).toEqual(0);
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
describe('PUI-8715 - Iconography:: basic', () => {
|
|
5
|
+
describe('PUI-8716 :: Icon, getSize getColor -Visual Test', () => {
|
|
18
6
|
before('loading page', async () => {
|
|
19
7
|
const errorOnGo = await DSIconCO.basicUrl.go();
|
|
20
8
|
if (errorOnGo) throw errorOnGo;
|
|
21
9
|
});
|
|
22
|
-
it('should display
|
|
23
|
-
|
|
24
|
-
await
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
describe('PUI-8716 - Iconography:: Color and Sizes', () => {
|
|
28
|
-
before('loading page', async () => {
|
|
29
|
-
const errorOnGo = await DSIconCO.allIconsColorSizes.go();
|
|
30
|
-
if (errorOnGo) throw errorOnGo;
|
|
31
|
-
});
|
|
32
|
-
it('should display all icons, color and sizes correctly', async () => {
|
|
33
|
-
const snapshot = await browser.checkSnapshot(DSIconCO.snapshotPath('all-icons-color-sizes'));
|
|
34
|
-
await expect(snapshot).toEqual(0);
|
|
35
|
-
});
|
|
36
|
-
});
|
|
37
|
-
describe('PUI-6400 - Icon:: Product icons showcase', () => {
|
|
38
|
-
before('loading page', async () => {
|
|
39
|
-
const errorOnGo = await DSIconCO.showCaseProducts.go();
|
|
40
|
-
if (errorOnGo) throw errorOnGo;
|
|
41
|
-
});
|
|
42
|
-
it('should display all product icons', async () => {
|
|
43
|
-
const snapshot = await browser.checkSnapshot(DSIconCO.snapshotPath('produc-icons'));
|
|
44
|
-
await expect(snapshot).toEqual(0);
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
describe('PUI-10241 - Icon - Custom image getSize', () => {
|
|
49
|
-
before('loading page', async () => {
|
|
50
|
-
const errorOnGo = await DSIconCO.customImgGetSizeURL.go();
|
|
51
|
-
if (errorOnGo) throw errorOnGo;
|
|
52
|
-
});
|
|
53
|
-
it('should display all product icons', async () => {
|
|
54
|
-
const snapshot = await browser.checkSnapshot(DSIconCO.snapshotPath('produc-icons'));
|
|
10
|
+
it('01: should display icons with exported colors/sizes correctly', async () => {
|
|
11
|
+
await browser.eyesOpen();
|
|
12
|
+
const anyIcon = await DSIconsCO.getIconsByIndex(1);
|
|
13
|
+
await anyIcon.waitForDisplayed();
|
|
14
|
+
const snapshot = await browser.eyesCheckSnapshot(DSIconsCO.snapshotPath('icon-exports-test'));
|
|
55
15
|
await expect(snapshot).toEqual(0);
|
|
56
16
|
});
|
|
57
17
|
});
|
package/ds-icon/DSIconCO.js
CHANGED
|
@@ -1,21 +1,14 @@
|
|
|
1
1
|
/* eslint-disable import/no-relative-packages */
|
|
2
|
-
import {
|
|
2
|
+
import { PATH_E2E_ICON } from '../../environments/storybook/paths';
|
|
3
3
|
import { PageObject, Urlbuilder } from '../helpers';
|
|
4
4
|
|
|
5
5
|
export default class DSIconCO extends PageObject {
|
|
6
6
|
// Desktop
|
|
7
|
-
static showCaseTest = new Urlbuilder(PATH_E2E_ICON, 'show-case-test');
|
|
8
7
|
|
|
9
|
-
static basicUrl = new Urlbuilder(
|
|
10
|
-
|
|
11
|
-
static showCaseProducts = new Urlbuilder(PATH_ICON, 'show-case-products');
|
|
12
|
-
|
|
13
|
-
static allIconsColorSizes = new Urlbuilder(PATH_E2E_ICON, 'all-icons-color-sizes');
|
|
14
|
-
|
|
15
|
-
static customImgGetSizeURL = new Urlbuilder(PATH_E2E_ICON, 'custom-image-get-size-test');
|
|
8
|
+
static basicUrl = new Urlbuilder(PATH_E2E_ICON, 'basic-test');
|
|
16
9
|
|
|
17
10
|
static getUrl(component = 'basic') {
|
|
18
|
-
return PageObject.getUrl(
|
|
11
|
+
return PageObject.getUrl(PATH_E2E_ICON, component);
|
|
19
12
|
}
|
|
20
13
|
|
|
21
14
|
// Snapshots
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import DSIconsCO from './DSIconsCO';
|
|
2
|
+
|
|
3
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
4
|
+
describe('PUI-8715 :: Icons, Showcase -Visual Test', () => {
|
|
5
|
+
before('loading page', async () => {
|
|
6
|
+
const errorOnGo = await DSIconsCO.showCaseTest.go();
|
|
7
|
+
if (errorOnGo) throw errorOnGo;
|
|
8
|
+
});
|
|
9
|
+
it('01: should display icons correctly', async () => {
|
|
10
|
+
await browser.eyesOpen();
|
|
11
|
+
const anyIcon = await DSIconsCO.getIconsByIndex(1);
|
|
12
|
+
await anyIcon.waitForDisplayed();
|
|
13
|
+
const snapshot = await browser.eyesCheckSnapshot(DSIconsCO.snapshotPath('icons-showcase-test'));
|
|
14
|
+
await expect(snapshot).toEqual(0);
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
describe('PUI-4223 :: Icons, Showcase ICE -Visual Test', () => {
|
|
19
|
+
before('loading page', async () => {
|
|
20
|
+
const errorOnGo = await DSIconsCO.showCaseICETest.go();
|
|
21
|
+
if (errorOnGo) throw errorOnGo;
|
|
22
|
+
});
|
|
23
|
+
it('01: should display icons correctly', async () => {
|
|
24
|
+
await browser.eyesOpen();
|
|
25
|
+
const anyIcon = await DSIconsCO.getSVGByIndex(0);
|
|
26
|
+
await anyIcon.waitForDisplayed();
|
|
27
|
+
const snapshot = await browser.eyesCheckSnapshot(DSIconsCO.snapshotPath('icons-showcase-test'));
|
|
28
|
+
await expect(snapshot).toEqual(0);
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
describe('01: PUI-6400 :: Icons, Showcase Products -Visual Test', () => {
|
|
33
|
+
before('loading page', async () => {
|
|
34
|
+
const errorOnGo = await DSIconsCO.showCaseProductsTest.go();
|
|
35
|
+
if (errorOnGo) throw errorOnGo;
|
|
36
|
+
});
|
|
37
|
+
it('should display icons correctly', async () => {
|
|
38
|
+
await browser.eyesOpen();
|
|
39
|
+
const anyIcon = await DSIconsCO.getIconsByIndex(1);
|
|
40
|
+
await anyIcon.waitForDisplayed();
|
|
41
|
+
const snapshot = await browser.eyesCheckSnapshot(DSIconsCO.snapshotPath('icons-showcase-test'));
|
|
42
|
+
await expect(snapshot).toEqual(0);
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* eslint-disable import/no-relative-packages */
|
|
2
|
+
import { PATH_E2E_ICONS } from '../../environments/storybook/paths';
|
|
3
|
+
import { PageObject, Urlbuilder } from '../helpers';
|
|
4
|
+
|
|
5
|
+
export default class DSIconsCO extends PageObject {
|
|
6
|
+
// URL's
|
|
7
|
+
static showCaseTest = new Urlbuilder(PATH_E2E_ICONS, 'show-case-test');
|
|
8
|
+
|
|
9
|
+
static showCaseICETest = new Urlbuilder(PATH_E2E_ICONS, 'show-case-ice-test');
|
|
10
|
+
|
|
11
|
+
static showCaseProductsTest = new Urlbuilder(PATH_E2E_ICONS, 'show-case-products-test');
|
|
12
|
+
|
|
13
|
+
// Get's
|
|
14
|
+
static async getIconsByIndex(index = 0) {
|
|
15
|
+
return $$(`[data-testid="ds-icon-root"]`)[index];
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static async getSVGByIndex(index = 0) {
|
|
19
|
+
return $$(`[data-testid="ds-icon-svg"]`)[index];
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// Snapshots
|
|
23
|
+
static snapshotPath(example = 'basic') {
|
|
24
|
+
return PageObject.getSnapshotPathBuilder('Icons', example);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
static getUrl(component = 'basic') {
|
|
28
|
+
return PageObject.getUrl(PATH_E2E_ICONS, component);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -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.1",
|
|
4
4
|
"description": "End-to-end tests for dimsum library",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@elliemae/ds-
|
|
7
|
-
"@elliemae/ds-
|
|
8
|
-
"@elliemae/ds-app-picker": "3.
|
|
9
|
-
"@elliemae/ds-backdrop": "3.
|
|
10
|
-
"@elliemae/ds-banner": "3.
|
|
11
|
-
"@elliemae/ds-basic": "3.
|
|
12
|
-
"@elliemae/ds-breadcrumb": "3.
|
|
13
|
-
"@elliemae/ds-button": "3.
|
|
14
|
-
"@elliemae/ds-button-
|
|
15
|
-
"@elliemae/ds-button-
|
|
16
|
-
"@elliemae/ds-
|
|
17
|
-
"@elliemae/ds-
|
|
18
|
-
"@elliemae/ds-card-
|
|
19
|
-
"@elliemae/ds-card-
|
|
20
|
-
"@elliemae/ds-card-v2-action-addon": "3.
|
|
21
|
-
"@elliemae/ds-card-
|
|
22
|
-
"@elliemae/ds-
|
|
23
|
-
"@elliemae/ds-chat": "3.
|
|
24
|
-
"@elliemae/ds-
|
|
25
|
-
"@elliemae/ds-
|
|
26
|
-
"@elliemae/ds-
|
|
27
|
-
"@elliemae/ds-
|
|
28
|
-
"@elliemae/ds-
|
|
29
|
-
"@elliemae/ds-
|
|
30
|
-
"@elliemae/ds-
|
|
31
|
-
"@elliemae/ds-csv-converter": "3.
|
|
32
|
-
"@elliemae/ds-data-table": "3.
|
|
33
|
-
"@elliemae/ds-
|
|
34
|
-
"@elliemae/ds-
|
|
35
|
-
"@elliemae/ds-
|
|
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-time-picker": "3.
|
|
41
|
-
"@elliemae/ds-date-
|
|
42
|
-
"@elliemae/ds-decision-graph": "3.
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-form": "3.
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-form-
|
|
52
|
-
"@elliemae/ds-form-
|
|
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-
|
|
62
|
-
"@elliemae/ds-
|
|
63
|
-
"@elliemae/ds-
|
|
64
|
-
"@elliemae/ds-
|
|
65
|
-
"@elliemae/ds-
|
|
66
|
-
"@elliemae/ds-left-navigation": "3.
|
|
67
|
-
"@elliemae/ds-list-section-header": "3.
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@elliemae/ds-
|
|
70
|
-
"@elliemae/ds-menu
|
|
71
|
-
"@elliemae/ds-
|
|
72
|
-
"@elliemae/ds-mobile": "3.
|
|
73
|
-
"@elliemae/ds-modal": "3.
|
|
74
|
-
"@elliemae/ds-
|
|
75
|
-
"@elliemae/ds-
|
|
76
|
-
"@elliemae/ds-
|
|
77
|
-
"@elliemae/ds-
|
|
78
|
-
"@elliemae/ds-
|
|
79
|
-
"@elliemae/ds-page-
|
|
80
|
-
"@elliemae/ds-page-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-popper": "3.
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-
|
|
87
|
-
"@elliemae/ds-
|
|
88
|
-
"@elliemae/ds-query-builder": "3.
|
|
89
|
-
"@elliemae/ds-read-more": "3.
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-
|
|
93
|
-
"@elliemae/ds-
|
|
94
|
-
"@elliemae/ds-
|
|
95
|
-
"@elliemae/ds-shuttle-v2": "3.
|
|
96
|
-
"@elliemae/ds-side-panel": "3.
|
|
97
|
-
"@elliemae/ds-skeleton": "3.
|
|
98
|
-
"@elliemae/ds-
|
|
99
|
-
"@elliemae/ds-
|
|
100
|
-
"@elliemae/ds-
|
|
101
|
-
"@elliemae/ds-
|
|
102
|
-
"@elliemae/ds-svg": "3.
|
|
103
|
-
"@elliemae/ds-
|
|
104
|
-
"@elliemae/ds-
|
|
105
|
-
"@elliemae/ds-
|
|
106
|
-
"@elliemae/ds-
|
|
107
|
-
"@elliemae/ds-
|
|
108
|
-
"@elliemae/ds-
|
|
109
|
-
"@elliemae/ds-
|
|
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-wizard": "3.
|
|
122
|
-
"@elliemae/ds-
|
|
123
|
-
"@elliemae/ds-zipcode-search": "3.
|
|
124
|
-
"@elliemae/ds-zoom": "3.
|
|
6
|
+
"@elliemae/ds-accordion": "3.35.0-rc.1",
|
|
7
|
+
"@elliemae/ds-accessibility": "3.35.0-rc.1",
|
|
8
|
+
"@elliemae/ds-app-picker": "3.35.0-rc.1",
|
|
9
|
+
"@elliemae/ds-backdrop": "3.35.0-rc.1",
|
|
10
|
+
"@elliemae/ds-banner": "3.35.0-rc.1",
|
|
11
|
+
"@elliemae/ds-basic": "3.35.0-rc.1",
|
|
12
|
+
"@elliemae/ds-breadcrumb": "3.35.0-rc.1",
|
|
13
|
+
"@elliemae/ds-button": "3.35.0-rc.1",
|
|
14
|
+
"@elliemae/ds-button-v1": "3.35.0-rc.1",
|
|
15
|
+
"@elliemae/ds-button-group": "3.35.0-rc.1",
|
|
16
|
+
"@elliemae/ds-card": "3.35.0-rc.1",
|
|
17
|
+
"@elliemae/ds-button-v2": "3.35.0-rc.1",
|
|
18
|
+
"@elliemae/ds-card-array": "3.35.0-rc.1",
|
|
19
|
+
"@elliemae/ds-card-navigation": "3.35.0-rc.1",
|
|
20
|
+
"@elliemae/ds-card-v2-action-addon": "3.35.0-rc.1",
|
|
21
|
+
"@elliemae/ds-card-v2": "3.35.0-rc.1",
|
|
22
|
+
"@elliemae/ds-chat": "3.35.0-rc.1",
|
|
23
|
+
"@elliemae/ds-chat-bubble": "3.35.0-rc.1",
|
|
24
|
+
"@elliemae/ds-card-v2-group": "3.35.0-rc.1",
|
|
25
|
+
"@elliemae/ds-chat-tile": "3.35.0-rc.1",
|
|
26
|
+
"@elliemae/ds-circular-progress-indicator": "3.35.0-rc.1",
|
|
27
|
+
"@elliemae/ds-comments": "3.35.0-rc.1",
|
|
28
|
+
"@elliemae/ds-chip": "3.35.0-rc.1",
|
|
29
|
+
"@elliemae/ds-controlled-form": "3.35.0-rc.1",
|
|
30
|
+
"@elliemae/ds-codeeditor": "3.35.0-rc.1",
|
|
31
|
+
"@elliemae/ds-csv-converter": "3.35.0-rc.1",
|
|
32
|
+
"@elliemae/ds-data-table": "3.35.0-rc.1",
|
|
33
|
+
"@elliemae/ds-data-table-cell-header": "3.35.0-rc.1",
|
|
34
|
+
"@elliemae/ds-dataviz": "3.35.0-rc.1",
|
|
35
|
+
"@elliemae/ds-datagrids": "3.35.0-rc.1",
|
|
36
|
+
"@elliemae/ds-dataviz-pie": "3.35.0-rc.1",
|
|
37
|
+
"@elliemae/ds-date-picker": "3.35.0-rc.1",
|
|
38
|
+
"@elliemae/ds-date-range-picker": "3.35.0-rc.1",
|
|
39
|
+
"@elliemae/ds-date-time-picker": "3.35.0-rc.1",
|
|
40
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.35.0-rc.1",
|
|
41
|
+
"@elliemae/ds-date-range-selector": "3.35.0-rc.1",
|
|
42
|
+
"@elliemae/ds-decision-graph": "3.35.0-rc.1",
|
|
43
|
+
"@elliemae/ds-drag-and-drop": "3.35.0-rc.1",
|
|
44
|
+
"@elliemae/ds-dropdownmenu": "3.35.0-rc.1",
|
|
45
|
+
"@elliemae/ds-fast-list": "3.35.0-rc.1",
|
|
46
|
+
"@elliemae/ds-dialog": "3.35.0-rc.1",
|
|
47
|
+
"@elliemae/ds-filterbar": "3.35.0-rc.1",
|
|
48
|
+
"@elliemae/ds-form-date-range-picker": "3.35.0-rc.1",
|
|
49
|
+
"@elliemae/ds-form": "3.35.0-rc.1",
|
|
50
|
+
"@elliemae/ds-dropzone": "3.35.0-rc.1",
|
|
51
|
+
"@elliemae/ds-form-layout-blocks": "3.35.0-rc.1",
|
|
52
|
+
"@elliemae/ds-form-date-time-picker": "3.35.0-rc.1",
|
|
53
|
+
"@elliemae/ds-form-layout-label": "3.35.0-rc.1",
|
|
54
|
+
"@elliemae/ds-global-header": "3.35.0-rc.1",
|
|
55
|
+
"@elliemae/ds-grid": "3.35.0-rc.1",
|
|
56
|
+
"@elliemae/ds-header": "3.35.0-rc.1",
|
|
57
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.35.0-rc.1",
|
|
58
|
+
"@elliemae/ds-group-box": "3.35.0-rc.1",
|
|
59
|
+
"@elliemae/ds-icon": "3.35.0-rc.1",
|
|
60
|
+
"@elliemae/ds-hooks-fontsize-media": "3.35.0-rc.1",
|
|
61
|
+
"@elliemae/ds-imagelibrarymodal": "3.35.0-rc.1",
|
|
62
|
+
"@elliemae/ds-image": "3.35.0-rc.1",
|
|
63
|
+
"@elliemae/ds-icons": "3.35.0-rc.1",
|
|
64
|
+
"@elliemae/ds-label-value": "3.35.0-rc.1",
|
|
65
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.35.0-rc.1",
|
|
66
|
+
"@elliemae/ds-left-navigation": "3.35.0-rc.1",
|
|
67
|
+
"@elliemae/ds-list-section-header": "3.35.0-rc.1",
|
|
68
|
+
"@elliemae/ds-loading-indicator": "3.35.0-rc.1",
|
|
69
|
+
"@elliemae/ds-mini-toolbar": "3.35.0-rc.1",
|
|
70
|
+
"@elliemae/ds-menu": "3.35.0-rc.1",
|
|
71
|
+
"@elliemae/ds-menu-items": "3.35.0-rc.1",
|
|
72
|
+
"@elliemae/ds-mobile": "3.35.0-rc.1",
|
|
73
|
+
"@elliemae/ds-modal": "3.35.0-rc.1",
|
|
74
|
+
"@elliemae/ds-notification-badge": "3.35.0-rc.1",
|
|
75
|
+
"@elliemae/ds-page-header": "3.35.0-rc.1",
|
|
76
|
+
"@elliemae/ds-page-header-v1": "3.35.0-rc.1",
|
|
77
|
+
"@elliemae/ds-number-range-field": "3.35.0-rc.1",
|
|
78
|
+
"@elliemae/ds-modal-slide": "3.35.0-rc.1",
|
|
79
|
+
"@elliemae/ds-page-layout": "3.35.0-rc.1",
|
|
80
|
+
"@elliemae/ds-page-header-v2": "3.35.0-rc.1",
|
|
81
|
+
"@elliemae/ds-pagination": "3.35.0-rc.1",
|
|
82
|
+
"@elliemae/ds-page-number": "3.35.0-rc.1",
|
|
83
|
+
"@elliemae/ds-pills": "3.35.0-rc.1",
|
|
84
|
+
"@elliemae/ds-popper": "3.35.0-rc.1",
|
|
85
|
+
"@elliemae/ds-progress-indicator": "3.35.0-rc.1",
|
|
86
|
+
"@elliemae/ds-popover": "3.35.0-rc.1",
|
|
87
|
+
"@elliemae/ds-popperjs": "3.35.0-rc.1",
|
|
88
|
+
"@elliemae/ds-query-builder": "3.35.0-rc.1",
|
|
89
|
+
"@elliemae/ds-read-more": "3.35.0-rc.1",
|
|
90
|
+
"@elliemae/ds-ribbon": "3.35.0-rc.1",
|
|
91
|
+
"@elliemae/ds-resizeable-container": "3.35.0-rc.1",
|
|
92
|
+
"@elliemae/ds-separator": "3.35.0-rc.1",
|
|
93
|
+
"@elliemae/ds-shuttle": "3.35.0-rc.1",
|
|
94
|
+
"@elliemae/ds-search-field": "3.35.0-rc.1",
|
|
95
|
+
"@elliemae/ds-shuttle-v2": "3.35.0-rc.1",
|
|
96
|
+
"@elliemae/ds-side-panel": "3.35.0-rc.1",
|
|
97
|
+
"@elliemae/ds-skeleton": "3.35.0-rc.1",
|
|
98
|
+
"@elliemae/ds-square-indicator": "3.35.0-rc.1",
|
|
99
|
+
"@elliemae/ds-slider": "3.35.0-rc.1",
|
|
100
|
+
"@elliemae/ds-system": "3.35.0-rc.1",
|
|
101
|
+
"@elliemae/ds-spinner": "3.35.0-rc.1",
|
|
102
|
+
"@elliemae/ds-svg": "3.35.0-rc.1",
|
|
103
|
+
"@elliemae/ds-stepper": "3.35.0-rc.1",
|
|
104
|
+
"@elliemae/ds-tabs": "3.35.0-rc.1",
|
|
105
|
+
"@elliemae/ds-test-utils": "3.35.0-rc.1",
|
|
106
|
+
"@elliemae/ds-text-wrapper": "3.35.0-rc.1",
|
|
107
|
+
"@elliemae/ds-toast": "3.35.0-rc.1",
|
|
108
|
+
"@elliemae/ds-time-picker": "3.35.0-rc.1",
|
|
109
|
+
"@elliemae/ds-tooltip": "3.35.0-rc.1",
|
|
110
|
+
"@elliemae/ds-transition": "3.35.0-rc.1",
|
|
111
|
+
"@elliemae/ds-tree-model": "3.35.0-rc.1",
|
|
112
|
+
"@elliemae/ds-treeview": "3.35.0-rc.1",
|
|
113
|
+
"@elliemae/ds-toolbar": "3.35.0-rc.1",
|
|
114
|
+
"@elliemae/ds-toolbar-v2": "3.35.0-rc.1",
|
|
115
|
+
"@elliemae/ds-truncated-tooltip-text": "3.35.0-rc.1",
|
|
116
|
+
"@elliemae/ds-typography": "3.35.0-rc.1",
|
|
117
|
+
"@elliemae/ds-truncated-expandable-text": "3.35.0-rc.1",
|
|
118
|
+
"@elliemae/ds-utilities": "3.35.0-rc.1",
|
|
119
|
+
"@elliemae/ds-virtual-list": "3.35.0-rc.1",
|
|
120
|
+
"@elliemae/ds-wysiwygeditor": "3.35.0-rc.1",
|
|
121
|
+
"@elliemae/ds-wizard": "3.35.0-rc.1",
|
|
122
|
+
"@elliemae/ds-uploader": "3.35.0-rc.1",
|
|
123
|
+
"@elliemae/ds-zipcode-search": "3.35.0-rc.1",
|
|
124
|
+
"@elliemae/ds-zoom": "3.35.0-rc.1"
|
|
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
|
});
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import DSMenuTreeItemCO from './DSMenuTreeItemCO';
|
|
2
|
-
/* this is the syntax for only enabling test for desktop only
|
|
3
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
4
|
-
describe('PUI-XXXX - MenuTreeItem:: example test - data-testid exists', () => {
|
|
5
|
-
before('loading page', async () => {
|
|
6
|
-
// your code goes here
|
|
7
|
-
});
|
|
8
|
-
it('01: wrapper should be displayed', async () => {
|
|
9
|
-
// your code goes here
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
*/
|
|
15
|
-
describe('PUI-XXXX - MenuTreeItem:: example test - data-testid exists', () => {
|
|
16
|
-
before('loading page', async () => {
|
|
17
|
-
const errorOnGo = await DSMenuTreeItemCO.basic.go();
|
|
18
|
-
if (errorOnGo) throw errorOnGo;
|
|
19
|
-
});
|
|
20
|
-
it('01: wrapper should be displayed', async () => {
|
|
21
|
-
const wrapper = await DSMenuTreeItemCO.getWrapper();
|
|
22
|
-
await expect(wrapper).toBeDisplayedInViewport();
|
|
23
|
-
});
|
|
24
|
-
});
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { MENU_TREE_ITEM_DATA_TESTID } from '@elliemae/ds-menu-tree-item';
|
|
2
|
-
import { PATH_MENU_TREE_ITEM } from '../../environments/storybook/paths';
|
|
3
|
-
import { PageObject, Urlbuilder } from '../helpers';
|
|
4
|
-
|
|
5
|
-
export default class DSMenuTreeItem extends PageObject {
|
|
6
|
-
static basic = new Urlbuilder(PATH_MENU_TREE_ITEM, 'basic');
|
|
7
|
-
|
|
8
|
-
// Selectors
|
|
9
|
-
static async getWrapper() {
|
|
10
|
-
return $(`[data-testid="${MENU_TREE_ITEM_DATA_TESTID.ROOT}"]`);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
// Snapshots
|
|
14
|
-
static snapshotPath(example = 'basic') {
|
|
15
|
-
return PageObject.getSnapshotPathBuilder('DSMenuTreeItem', example, 'ds-menu-tree-item');
|
|
16
|
-
}
|
|
17
|
-
}
|