dimsum-e2e-tests 3.26.1-rc.1 → 3.27.0-next.2
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 +37 -71
- package/ds-controlled-form/ds-combobox/DSComboboxCO.js +4 -0
- package/ds-controlled-form/ds-combobox/DSComboboxbox.smoke.spec.js +2 -2
- package/ds-controlled-form/ds-combobox/single-select/DSComboboxbox.keyboard-single-select.func.spec.js +2 -2
- package/ds-dropzone/DSDropzoneCO.js +25 -4
- package/ds-dropzone/actions/DSDropzone.actions.axe-core.func.spec.js +35 -0
- package/ds-dropzone/actions/DSDropzone.actions.visual.spec.js +46 -0
- package/ds-dropzone/customization/DSDropzone.customization.visual.spec.js +15 -0
- package/ds-dropzone/integrated/DSDropzone.integrated.axe-core.func.spec.js +25 -0
- package/ds-dropzone/integrated/DSDropzone.integrated.visual.spec.js +26 -0
- package/ds-dropzone/responsive/DSDropzone.responsive.visual.spec.js +45 -0
- package/ds-dropzone/states/DSDropzone.states.axe-core.func.spec.js +35 -0
- package/ds-dropzone/states/DSDropzone.states.visual.spec.js +29 -0
- package/ds-eol/ds-search-field/SearchField.visual.spec.js +3 -12
- package/ds-notification-badge/DSNotificationBadge.axe-core.func.spec.js +45 -0
- package/ds-notification-badge/DSNotificationBadge.visual.spec.js +48 -9
- package/ds-notification-badge/DSNotificationBadgeCO.js +12 -0
- package/package.json +119 -119
- package/ds-dropzone/DSDropzone.func.spec.js +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,173 +3,139 @@
|
|
|
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.27.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.27.0-next.1...v3.27.0-next.2) (2024-01-08)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
9
9
|
|
|
10
|
-
## [3.
|
|
10
|
+
## [3.27.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.12...v3.27.0-next.1) (2024-01-03)
|
|
11
11
|
|
|
12
12
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
13
13
|
|
|
14
|
-
## [3.26.
|
|
14
|
+
## [3.26.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.12...v3.26.1-rc.1) (2024-01-02)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
17
17
|
|
|
18
|
-
## [3.26.0-
|
|
18
|
+
## [3.26.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.11...v3.26.0-next.12) (2023-12-26)
|
|
19
19
|
|
|
20
20
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
21
21
|
|
|
22
|
-
## [3.26.0-
|
|
22
|
+
## [3.26.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.10...v3.26.0-next.11) (2023-12-20)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
25
25
|
|
|
26
|
-
## [3.26.0-
|
|
27
|
-
|
|
28
|
-
### Features
|
|
29
|
-
|
|
30
|
-
- 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))
|
|
31
|
-
|
|
32
|
-
## [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)
|
|
26
|
+
## [3.26.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.9...v3.26.0-next.10) (2023-12-20)
|
|
33
27
|
|
|
34
28
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
35
29
|
|
|
36
|
-
## [3.
|
|
30
|
+
## [3.26.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.8...v3.26.0-next.9) (2023-12-18)
|
|
37
31
|
|
|
38
32
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
39
33
|
|
|
40
|
-
## [3.
|
|
34
|
+
## [3.26.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.7...v3.26.0-next.8) (2023-12-14)
|
|
41
35
|
|
|
42
36
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
43
37
|
|
|
44
|
-
## [3.
|
|
38
|
+
## [3.26.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.6...v3.26.0-next.7) (2023-12-14)
|
|
45
39
|
|
|
46
40
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
47
41
|
|
|
48
|
-
## [3.
|
|
42
|
+
## [3.26.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.5...v3.26.0-next.6) (2023-12-13)
|
|
49
43
|
|
|
50
44
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
51
45
|
|
|
52
|
-
## [3.
|
|
46
|
+
## [3.26.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.4...v3.26.0-next.5) (2023-12-12)
|
|
53
47
|
|
|
54
48
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
55
49
|
|
|
56
|
-
## [3.
|
|
50
|
+
## [3.26.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.3...v3.26.0-next.4) (2023-12-11)
|
|
57
51
|
|
|
58
52
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
59
53
|
|
|
60
|
-
## [3.
|
|
54
|
+
## [3.26.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.26.0-next.2...v3.26.0-next.3) (2023-12-08)
|
|
61
55
|
|
|
62
56
|
### Features
|
|
63
57
|
|
|
64
|
-
- ds-
|
|
65
|
-
|
|
66
|
-
## [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)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
58
|
+
- 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))
|
|
69
59
|
|
|
70
|
-
## [3.
|
|
60
|
+
## [3.26.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.5...v3.26.0-next.2) (2023-12-08)
|
|
71
61
|
|
|
72
62
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
73
63
|
|
|
74
|
-
## [3.
|
|
64
|
+
## [3.26.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.5...v3.26.0-rc.1) (2023-12-08)
|
|
75
65
|
|
|
76
66
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
77
67
|
|
|
78
|
-
## [3.
|
|
68
|
+
## [3.26.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.5...v3.26.0-rc.1) (2023-12-07)
|
|
79
69
|
|
|
80
70
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
81
71
|
|
|
82
|
-
## [3.
|
|
72
|
+
## [3.25.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.4...v3.25.0-next.5) (2023-12-01)
|
|
83
73
|
|
|
84
74
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
85
75
|
|
|
86
|
-
## [3.
|
|
76
|
+
## [3.25.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.3...v3.25.0-next.4) (2023-11-29)
|
|
87
77
|
|
|
88
78
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
89
79
|
|
|
90
|
-
## [3.
|
|
80
|
+
## [3.25.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.2...v3.25.0-next.3) (2023-11-28)
|
|
91
81
|
|
|
92
82
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
93
83
|
|
|
94
|
-
## [3.
|
|
84
|
+
## [3.25.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.25.0-next.1...v3.25.0-next.2) (2023-11-27)
|
|
95
85
|
|
|
96
86
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
97
87
|
|
|
98
|
-
## [3.
|
|
88
|
+
## [3.25.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.4...v3.25.0-next.1) (2023-11-27)
|
|
99
89
|
|
|
100
90
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
101
91
|
|
|
102
|
-
## [3.
|
|
92
|
+
## [3.24.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.4...v3.24.1-rc.0) (2023-11-26)
|
|
103
93
|
|
|
104
94
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
105
95
|
|
|
106
|
-
## [3.
|
|
96
|
+
## [3.24.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.4...v3.24.1-rc.0) (2023-11-26)
|
|
107
97
|
|
|
108
98
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
109
99
|
|
|
110
|
-
## [3.
|
|
100
|
+
## [3.24.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.3...v3.24.0-next.4) (2023-11-21)
|
|
111
101
|
|
|
112
102
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
113
103
|
|
|
114
|
-
## [3.
|
|
104
|
+
## [3.24.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.2...v3.24.0-next.3) (2023-11-21)
|
|
115
105
|
|
|
116
106
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
117
107
|
|
|
118
|
-
## [3.
|
|
108
|
+
## [3.24.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.1...v3.24.0-next.2) (2023-11-21)
|
|
119
109
|
|
|
120
110
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
121
111
|
|
|
122
|
-
## [3.
|
|
112
|
+
## [3.24.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.24.0-next.0...v3.24.0-next.1) (2023-11-17)
|
|
123
113
|
|
|
124
114
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
125
115
|
|
|
126
|
-
## [3.
|
|
116
|
+
## [3.24.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.38...v3.24.0-next.0) (2023-11-17)
|
|
127
117
|
|
|
128
|
-
|
|
118
|
+
### Features
|
|
129
119
|
|
|
130
|
-
|
|
120
|
+
- 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))
|
|
131
121
|
|
|
132
122
|
### Bug Fixes
|
|
133
123
|
|
|
134
124
|
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://git.elliemae.io/platform-ui/dimsum/issues/6301)) ([f721213](https://git.elliemae.io/platform-ui/dimsum/commit/f721213ac324ac23d6824a71627cc13dfaa5f141))
|
|
135
125
|
|
|
136
|
-
## [3.22.0-
|
|
137
|
-
|
|
138
|
-
### Features
|
|
126
|
+
## [3.22.0-next.37](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.36...v3.22.0-next.37) (2023-10-26)
|
|
139
127
|
|
|
140
|
-
|
|
141
|
-
- 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))
|
|
142
|
-
- 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))
|
|
143
|
-
- 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))
|
|
144
|
-
- 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))
|
|
145
|
-
- 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))
|
|
146
|
-
- 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))
|
|
147
|
-
- 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))
|
|
148
|
-
- 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))
|
|
128
|
+
## [3.23.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.38...v3.23.1-rc.1) (2023-11-17)
|
|
149
129
|
|
|
150
130
|
### Bug Fixes
|
|
151
131
|
|
|
152
|
-
- ds-
|
|
153
|
-
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://git.elliemae.io/platform-ui/dimsum/issues/6171)) ([021d741](https://git.elliemae.io/platform-ui/dimsum/commit/021d741a0c568adcec4fb1d191e543801b1d63d2))
|
|
154
|
-
|
|
155
|
-
## [3.22.0-next.38](https://git.elliemae.io/platform-ui/dimsum/compare/v3.21.2-rc.10...v3.22.0-next.38) (2023-10-30)
|
|
156
|
-
|
|
157
|
-
### Features
|
|
132
|
+
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://git.elliemae.io/platform-ui/dimsum/issues/6301)) ([f721213](https://git.elliemae.io/platform-ui/dimsum/commit/f721213ac324ac23d6824a71627cc13dfaa5f141))
|
|
158
133
|
|
|
159
|
-
|
|
160
|
-
- 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))
|
|
161
|
-
- 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))
|
|
162
|
-
- 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))
|
|
163
|
-
- 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))
|
|
164
|
-
- 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))
|
|
165
|
-
- 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))
|
|
166
|
-
- 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))
|
|
167
|
-
- 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))
|
|
134
|
+
## [3.22.0-next.37](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.36...v3.22.0-next.37) (2023-10-26)
|
|
168
135
|
|
|
169
|
-
|
|
136
|
+
## [3.22.0-next.37](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.36...v3.22.0-next.37) (2023-10-26)
|
|
170
137
|
|
|
171
|
-
|
|
172
|
-
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://git.elliemae.io/platform-ui/dimsum/issues/6171)) ([021d741](https://git.elliemae.io/platform-ui/dimsum/commit/021d741a0c568adcec4fb1d191e543801b1d63d2))
|
|
138
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
173
139
|
|
|
174
140
|
## [3.22.0-next.36](https://git.elliemae.io/platform-ui/dimsum/compare/v3.22.0-next.35...v3.22.0-next.36) (2023-10-26)
|
|
175
141
|
|
|
@@ -139,6 +139,10 @@ export default class DSComboboxCO extends PageObject {
|
|
|
139
139
|
return $$('[data-testid="combobox-option"]');
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
+
static async getSimpleTruncateText() {
|
|
143
|
+
return $('[data-testid="DS-SimpleTruncateText"]');
|
|
144
|
+
}
|
|
145
|
+
|
|
142
146
|
static async getNumberOptions() {
|
|
143
147
|
return $$('[data-testid="combobox-option"]').length;
|
|
144
148
|
}
|
|
@@ -339,8 +339,8 @@ if (!browser.capabilities['ice:options'].isPhone) {
|
|
|
339
339
|
});
|
|
340
340
|
it('04: select filtered option - Enter', async () => {
|
|
341
341
|
await browser.keys(Key.Enter);
|
|
342
|
-
const selectedOption = await DSComboboxCO.
|
|
343
|
-
await expect(selectedOption).
|
|
342
|
+
const selectedOption = await (await DSComboboxCO.getSimpleTruncateText()).getText();
|
|
343
|
+
await expect(selectedOption).toBe('Luke Skywalker too long this text is super long');
|
|
344
344
|
});
|
|
345
345
|
});
|
|
346
346
|
describe('PUI-8127 - ComboboxV3:: Single Select Disabled Option - keyboard func', () => {
|
|
@@ -118,8 +118,8 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
118
118
|
});
|
|
119
119
|
it('04: select filtered option - Enter', async () => {
|
|
120
120
|
await browser.keys(Key.Enter);
|
|
121
|
-
const selectedOption = await DSComboboxCO.
|
|
122
|
-
await expect(selectedOption).
|
|
121
|
+
const selectedOption = await (await DSComboboxCO.getSimpleTruncateText()).getText();
|
|
122
|
+
await expect(selectedOption).toBe('Luke Skywalker too long this text is super long');
|
|
123
123
|
});
|
|
124
124
|
});
|
|
125
125
|
describe('PUI-8127 - ComboboxV3:: Single Select Disabled Option - keyboard func', () => {
|
|
@@ -1,13 +1,34 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { PATH_DROPZONE } from '../../environments/storybook/paths';
|
|
1
|
+
import { PATH_E2E_DROPZONE } from '../../environments/storybook/paths';
|
|
3
2
|
import { PageObject, Urlbuilder } from '../helpers';
|
|
4
3
|
|
|
5
4
|
export default class DSDropzone extends PageObject {
|
|
6
|
-
static
|
|
5
|
+
static actionsInside = new Urlbuilder(PATH_E2E_DROPZONE, 'actions-inside-test');
|
|
6
|
+
|
|
7
|
+
static actionsOnTop = new Urlbuilder(PATH_E2E_DROPZONE, 'actions-on-top-test');
|
|
8
|
+
|
|
9
|
+
static widthChange = new Urlbuilder(PATH_E2E_DROPZONE, 'width-change-test');
|
|
10
|
+
|
|
11
|
+
static customization = new Urlbuilder(PATH_E2E_DROPZONE, 'customization-test');
|
|
12
|
+
|
|
13
|
+
static basic = new Urlbuilder(PATH_E2E_DROPZONE, 'basic-test');
|
|
14
|
+
|
|
15
|
+
static dialogDropZone = new Urlbuilder(PATH_E2E_DROPZONE, 'dialog-drop-zone-test');
|
|
16
|
+
|
|
17
|
+
static disabledDropZone = new Urlbuilder(PATH_E2E_DROPZONE, 'disabled-drop-zone-test');
|
|
18
|
+
|
|
19
|
+
static errorDropZone = new Urlbuilder(PATH_E2E_DROPZONE, 'error-drop-zone-test');
|
|
20
|
+
|
|
21
|
+
static linkButton = new Urlbuilder(PATH_E2E_DROPZONE, 'link-button-test');
|
|
22
|
+
|
|
23
|
+
static progressIndicator = new Urlbuilder(PATH_E2E_DROPZONE, 'progress-indicator-test');
|
|
7
24
|
|
|
8
25
|
// Selectors
|
|
9
26
|
static async getWrapper() {
|
|
10
|
-
return $(`[data-testid="
|
|
27
|
+
return $(`[data-testid="ds-dropzone-wrapper"]`);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
static async getOpenDialogBtn() {
|
|
31
|
+
return $(`[data-testid="open-dialog-button"]`);
|
|
11
32
|
}
|
|
12
33
|
|
|
13
34
|
// Snapshots
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import DSDropzoneCO from '../DSDropzoneCO';
|
|
2
|
+
import { axeCoreCheck } from '../../helpers';
|
|
3
|
+
|
|
4
|
+
if (
|
|
5
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
6
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
7
|
+
browser.capabilities.browserName === 'chrome') ||
|
|
8
|
+
browser.capabilities.browserName === 'Chrome'
|
|
9
|
+
) {
|
|
10
|
+
describe('PUI-12152 - Dropzone:: Actions Inside - AxeCore', () => {
|
|
11
|
+
before('loading page', async () => {
|
|
12
|
+
const errorOnGo = await DSDropzoneCO.actionsInside.go();
|
|
13
|
+
if (errorOnGo) throw errorOnGo;
|
|
14
|
+
});
|
|
15
|
+
it('01: dropzone with actions inside should be axe-core compliant', async () => {
|
|
16
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
17
|
+
await wrapper.waitForDisplayed();
|
|
18
|
+
const result = await axeCoreCheck();
|
|
19
|
+
expect(result.length).toBe(0);
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
describe('PUI-12151 - Dropzone:: Actions on top - AxeCore', () => {
|
|
24
|
+
before('loading page', async () => {
|
|
25
|
+
const errorOnGo = await DSDropzoneCO.actionsOnTop.go();
|
|
26
|
+
if (errorOnGo) throw errorOnGo;
|
|
27
|
+
});
|
|
28
|
+
it('01: dropzone with actions on top should be axe-core compliant', async () => {
|
|
29
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
30
|
+
await wrapper.waitForDisplayed();
|
|
31
|
+
const result = await axeCoreCheck();
|
|
32
|
+
expect(result.length).toBe(0);
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import DSDropzoneCO from '../DSDropzoneCO';
|
|
2
|
+
import { setTextSize } from '../../helpers';
|
|
3
|
+
|
|
4
|
+
describe('PUI-12144 - Dropzone:: Actions Inside - VisualTest', () => {
|
|
5
|
+
before('loading page', async () => {
|
|
6
|
+
const errorOnGo = await DSDropzoneCO.actionsInside.go();
|
|
7
|
+
if (errorOnGo) throw errorOnGo;
|
|
8
|
+
});
|
|
9
|
+
it('01: dropzone with actions inside should be correctly displayed', async () => {
|
|
10
|
+
await browser.eyesOpen();
|
|
11
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
12
|
+
await wrapper.waitForDisplayed();
|
|
13
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-actions-inside-default'));
|
|
14
|
+
await expect(snapshot).toEqual(0);
|
|
15
|
+
});
|
|
16
|
+
it('02: inside-actions dropzone with text resize should be displayed', async () => {
|
|
17
|
+
await browser.eyesOpen();
|
|
18
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
19
|
+
await wrapper.waitForDisplayed();
|
|
20
|
+
await setTextSize(32);
|
|
21
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-actions-inside-text-resize'));
|
|
22
|
+
await expect(snapshot).toEqual(0);
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
describe('PUI-12145 - Dropzone:: Actions on top - VisualTest', () => {
|
|
27
|
+
before('loading page', async () => {
|
|
28
|
+
const errorOnGo = await DSDropzoneCO.actionsOnTop.go();
|
|
29
|
+
if (errorOnGo) throw errorOnGo;
|
|
30
|
+
});
|
|
31
|
+
it('01: dropzone with actions on top should be correctly displayed', async () => {
|
|
32
|
+
await browser.eyesOpen();
|
|
33
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
34
|
+
await wrapper.waitForDisplayed();
|
|
35
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-actions-on-top-default'));
|
|
36
|
+
await expect(snapshot).toEqual(0);
|
|
37
|
+
});
|
|
38
|
+
it('02: on-top actions dropzone with text resize (32px) should be displayed', async () => {
|
|
39
|
+
await browser.eyesOpen();
|
|
40
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
41
|
+
await wrapper.waitForDisplayed();
|
|
42
|
+
await setTextSize(32);
|
|
43
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-actions-on-top-text-resize'));
|
|
44
|
+
await expect(snapshot).toEqual(0);
|
|
45
|
+
});
|
|
46
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import DSDropzoneCO from '../DSDropzoneCO';
|
|
2
|
+
|
|
3
|
+
describe('PUI-12150 - Dropzone:: Customization - VisualTest', () => {
|
|
4
|
+
before('loading page', async () => {
|
|
5
|
+
const errorOnGo = await DSDropzoneCO.customization.go();
|
|
6
|
+
if (errorOnGo) throw errorOnGo;
|
|
7
|
+
});
|
|
8
|
+
it('01: customized dropzone should be correctly displayed', async () => {
|
|
9
|
+
await browser.eyesOpen();
|
|
10
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
11
|
+
await wrapper.waitForDisplayed();
|
|
12
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-customization'));
|
|
13
|
+
await expect(snapshot).toEqual(0);
|
|
14
|
+
});
|
|
15
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import DSDropzoneCO from '../DSDropzoneCO';
|
|
2
|
+
import { axeCoreCheck } from '../../helpers';
|
|
3
|
+
|
|
4
|
+
if (
|
|
5
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
6
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
7
|
+
browser.capabilities.browserName === 'chrome') ||
|
|
8
|
+
browser.capabilities.browserName === 'Chrome'
|
|
9
|
+
) {
|
|
10
|
+
// Unskip after PUI12158 is fixed
|
|
11
|
+
describe.skip('PUI-12153 - Dropzone:: Dialog - AxeCore', () => {
|
|
12
|
+
before('loading page', async () => {
|
|
13
|
+
const errorOnGo = await DSDropzoneCO.dialogDropZone.go();
|
|
14
|
+
if (errorOnGo) throw errorOnGo;
|
|
15
|
+
});
|
|
16
|
+
it('01: dropzone within a dialog should be axe-core compliant', async () => {
|
|
17
|
+
const button = await DSDropzoneCO.getOpenDialogBtn();
|
|
18
|
+
await button.click();
|
|
19
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
20
|
+
await wrapper.waitForDisplayed();
|
|
21
|
+
const result = await axeCoreCheck();
|
|
22
|
+
expect(result.length).toBe(0);
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import DSDropzoneCO from '../DSDropzoneCO';
|
|
2
|
+
import { setTextSize } from '../../helpers';
|
|
3
|
+
|
|
4
|
+
describe('PUI-12146 - Dropzone:: Dialog - VisualTest', () => {
|
|
5
|
+
before('loading page', async () => {
|
|
6
|
+
const errorOnGo = await DSDropzoneCO.dialogDropZone.go();
|
|
7
|
+
if (errorOnGo) throw errorOnGo;
|
|
8
|
+
});
|
|
9
|
+
it('01: dropzone within a dialog should be correctly displayed', async () => {
|
|
10
|
+
await browser.eyesOpen();
|
|
11
|
+
const button = await DSDropzoneCO.getOpenDialogBtn();
|
|
12
|
+
await button.click();
|
|
13
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
14
|
+
await wrapper.waitForDisplayed();
|
|
15
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-dialog'));
|
|
16
|
+
await expect(snapshot).toEqual(0);
|
|
17
|
+
});
|
|
18
|
+
it('02: within-dialog dropzone with text resize should be displayed', async () => {
|
|
19
|
+
await browser.eyesOpen();
|
|
20
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
21
|
+
await wrapper.waitForDisplayed();
|
|
22
|
+
await setTextSize(32);
|
|
23
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-dialog-text-resize'));
|
|
24
|
+
await expect(snapshot).toEqual(0);
|
|
25
|
+
});
|
|
26
|
+
});
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import DSButtonV2CO from '../../ds-button-v2/DSButtonV2CO';
|
|
2
|
+
import DSDropzoneCO from '../DSDropzoneCO';
|
|
3
|
+
|
|
4
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
|
+
describe('PUI-12149 - Dropzone:: Responsive - VisualTest', () => {
|
|
6
|
+
before('loading page', async () => {
|
|
7
|
+
const errorOnGo = await DSDropzoneCO.widthChange.go();
|
|
8
|
+
if (errorOnGo) throw errorOnGo;
|
|
9
|
+
});
|
|
10
|
+
it('01: dropzone should be correctly displayed (200px)', async () => {
|
|
11
|
+
await browser.eyesOpen();
|
|
12
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
13
|
+
await wrapper.waitForDisplayed();
|
|
14
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-resize-200px'));
|
|
15
|
+
await expect(snapshot).toEqual(0);
|
|
16
|
+
});
|
|
17
|
+
it('02: dropzone should be correctly displayed after resize (120px)', async () => {
|
|
18
|
+
await browser.eyesOpen();
|
|
19
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
20
|
+
await wrapper.waitForDisplayed();
|
|
21
|
+
const resizeBtn = await DSButtonV2CO.getButtonByIndex(0);
|
|
22
|
+
await resizeBtn.click();
|
|
23
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-resize-120px'));
|
|
24
|
+
await expect(snapshot).toEqual(0);
|
|
25
|
+
});
|
|
26
|
+
it('03: dropzone should be correctly displayed after resize (440px)', async () => {
|
|
27
|
+
await browser.eyesOpen();
|
|
28
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
29
|
+
await wrapper.waitForDisplayed();
|
|
30
|
+
const resizeBtn = await DSButtonV2CO.getButtonByIndex(0);
|
|
31
|
+
await resizeBtn.click();
|
|
32
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-resize-440px'));
|
|
33
|
+
await expect(snapshot).toEqual(0);
|
|
34
|
+
});
|
|
35
|
+
it('04: dropzone should be correctly displayed after resize (100% width)', async () => {
|
|
36
|
+
await browser.eyesOpen();
|
|
37
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
38
|
+
await wrapper.waitForDisplayed();
|
|
39
|
+
const resizeBtn = await DSButtonV2CO.getButtonByIndex(0);
|
|
40
|
+
await resizeBtn.click();
|
|
41
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-resize-fullwidth'));
|
|
42
|
+
await expect(snapshot).toEqual(0);
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import DSDropzoneCO from '../DSDropzoneCO';
|
|
2
|
+
import { axeCoreCheck } from '../../helpers';
|
|
3
|
+
|
|
4
|
+
if (
|
|
5
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
6
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
7
|
+
browser.capabilities.browserName === 'chrome') ||
|
|
8
|
+
browser.capabilities.browserName === 'Chrome'
|
|
9
|
+
) {
|
|
10
|
+
describe('PUI-12154 - Dropzone:: Disabled - AxeCore', () => {
|
|
11
|
+
before('loading page', async () => {
|
|
12
|
+
const errorOnGo = await DSDropzoneCO.disabledDropZone.go();
|
|
13
|
+
if (errorOnGo) throw errorOnGo;
|
|
14
|
+
});
|
|
15
|
+
it('01: disabled dropzone should be correctly axe-core compliant', async () => {
|
|
16
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
17
|
+
await wrapper.waitForDisplayed();
|
|
18
|
+
const result = await axeCoreCheck();
|
|
19
|
+
expect(result.length).toBe(0);
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
describe('PUI-12155 - Dropzone:: Errored - AxeCore', () => {
|
|
24
|
+
before('loading page', async () => {
|
|
25
|
+
const errorOnGo = await DSDropzoneCO.errorDropZone.go();
|
|
26
|
+
if (errorOnGo) throw errorOnGo;
|
|
27
|
+
});
|
|
28
|
+
it('01: errored dropzone should be correctly axe-core compliant', async () => {
|
|
29
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
30
|
+
await wrapper.waitForDisplayed();
|
|
31
|
+
const result = await axeCoreCheck();
|
|
32
|
+
expect(result.length).toBe(0);
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import DSDropzoneCO from '../DSDropzoneCO';
|
|
2
|
+
|
|
3
|
+
describe('PUI-12147 - Dropzone:: Disabled - VisualTest', () => {
|
|
4
|
+
before('loading page', async () => {
|
|
5
|
+
const errorOnGo = await DSDropzoneCO.disabledDropZone.go();
|
|
6
|
+
if (errorOnGo) throw errorOnGo;
|
|
7
|
+
});
|
|
8
|
+
it('01: disabled dropzone should be correctly displayed', async () => {
|
|
9
|
+
await browser.eyesOpen();
|
|
10
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
11
|
+
await wrapper.waitForDisplayed();
|
|
12
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-disabled'));
|
|
13
|
+
await expect(snapshot).toEqual(0);
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
describe('PUI-12148 - Dropzone:: Errored - VisualTest', () => {
|
|
18
|
+
before('loading page', async () => {
|
|
19
|
+
const errorOnGo = await DSDropzoneCO.errorDropZone.go();
|
|
20
|
+
if (errorOnGo) throw errorOnGo;
|
|
21
|
+
});
|
|
22
|
+
it('01: errored dropzone should be correctly displayed', async () => {
|
|
23
|
+
await browser.eyesOpen();
|
|
24
|
+
const wrapper = await DSDropzoneCO.getWrapper();
|
|
25
|
+
await wrapper.waitForDisplayed();
|
|
26
|
+
const snapshot = await browser.eyesCheckSnapshot(DSDropzoneCO.snapshotPath('dropzone-errored'));
|
|
27
|
+
await expect(snapshot).toEqual(0);
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -44,16 +44,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
44
44
|
const errorOnGo = await SearchFieldCO.migratedURL.go();
|
|
45
45
|
if (errorOnGo) throw errorOnGo;
|
|
46
46
|
});
|
|
47
|
-
it('01: searchField should be
|
|
48
|
-
await browser.eyesOpen();
|
|
49
|
-
const comboBoxField = await SearchFieldCO.getOutputAccordion();
|
|
50
|
-
await comboBoxField.click();
|
|
51
|
-
const snapshot = await browser.eyesCheckSnapshot(
|
|
52
|
-
SearchFieldCO.snapshotPath('searchfield-migrated-queryb-default'),
|
|
53
|
-
);
|
|
54
|
-
await expect(snapshot).toEqual(0);
|
|
55
|
-
});
|
|
56
|
-
it('02: searchField should be expanded', async () => {
|
|
47
|
+
it('01: searchField should be expanded', async () => {
|
|
57
48
|
await browser.eyesOpen();
|
|
58
49
|
const comboBoxField = await SearchFieldCO.getComboInputByIndex(1);
|
|
59
50
|
await comboBoxField.click();
|
|
@@ -62,7 +53,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
62
53
|
);
|
|
63
54
|
await expect(snapshot).toEqual(0);
|
|
64
55
|
});
|
|
65
|
-
it('
|
|
56
|
+
it('02: searchField should be populated', async () => {
|
|
66
57
|
await browser.eyesOpen();
|
|
67
58
|
await browser.keys(Key.Enter);
|
|
68
59
|
await browser.keys(Key.Tab);
|
|
@@ -73,7 +64,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
73
64
|
);
|
|
74
65
|
await expect(snapshot).toEqual(0);
|
|
75
66
|
});
|
|
76
|
-
it('
|
|
67
|
+
it('03: searchField should be advanced expanded', async () => {
|
|
77
68
|
await browser.eyesOpen();
|
|
78
69
|
const advancedButton = await SearchFieldCO.getButtonByindex(1);
|
|
79
70
|
await advancedButton.click();
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Key } from 'webdriverio';
|
|
1
2
|
import DSNotificationBadgeCO from './DSNotificationBadgeCO';
|
|
2
3
|
import { axeCoreCheck } from '../helpers';
|
|
3
4
|
|
|
@@ -13,6 +14,8 @@ if (
|
|
|
13
14
|
if (errorOnGo) throw errorOnGo;
|
|
14
15
|
});
|
|
15
16
|
it('01: Evaluate NotificationBadge accessibility with axe-core when relate to component', async () => {
|
|
17
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(0);
|
|
18
|
+
await notification.waitForDisplayed();
|
|
16
19
|
const result = await axeCoreCheck();
|
|
17
20
|
expect(result.length).toBe(0);
|
|
18
21
|
});
|
|
@@ -24,6 +27,8 @@ if (
|
|
|
24
27
|
if (errorOnGo) throw errorOnGo;
|
|
25
28
|
});
|
|
26
29
|
it('01: Evaluate NotificationBadge accessibility with axe-core when have custom background', async () => {
|
|
30
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(0);
|
|
31
|
+
await notification.waitForDisplayed();
|
|
27
32
|
const result = await axeCoreCheck();
|
|
28
33
|
expect(result.length).toBe(0);
|
|
29
34
|
});
|
|
@@ -35,6 +40,8 @@ if (
|
|
|
35
40
|
if (errorOnGo) throw errorOnGo;
|
|
36
41
|
});
|
|
37
42
|
it('01: Evaluate NotificationBadge accessibility with axe-core - Alphanumerical', async () => {
|
|
43
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(0);
|
|
44
|
+
await notification.waitForDisplayed();
|
|
38
45
|
const result = await axeCoreCheck();
|
|
39
46
|
expect(result.length).toBe(0);
|
|
40
47
|
});
|
|
@@ -45,6 +52,8 @@ if (
|
|
|
45
52
|
if (errorOnGo) throw errorOnGo;
|
|
46
53
|
});
|
|
47
54
|
it('01: Evaluate NotificationBadge accessibility with axe-core - component integration', async () => {
|
|
55
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(0);
|
|
56
|
+
await notification.waitForDisplayed();
|
|
48
57
|
const result = await axeCoreCheck();
|
|
49
58
|
expect(result.length).toBe(0);
|
|
50
59
|
});
|
|
@@ -55,6 +64,42 @@ if (
|
|
|
55
64
|
if (errorOnGo) throw errorOnGo;
|
|
56
65
|
});
|
|
57
66
|
it('01: Evaluate NotificationBadge accessibility with axe-core - custom component integration', async () => {
|
|
67
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(0);
|
|
68
|
+
await notification.waitForDisplayed();
|
|
69
|
+
const result = await axeCoreCheck();
|
|
70
|
+
expect(result.length).toBe(0);
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
describe('PUI-11819:: NotificationBadge: with LeftNavigation example- Axe-core', () => {
|
|
75
|
+
before('loading page', async () => {
|
|
76
|
+
const errorOnGo = await DSNotificationBadgeCO.withLeftNavTest.go();
|
|
77
|
+
if (errorOnGo) throw errorOnGo;
|
|
78
|
+
});
|
|
79
|
+
it('01: should display left nav with notification badges and pass axe-core scan', async () => {
|
|
80
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(1);
|
|
81
|
+
await notification.waitForDisplayed();
|
|
82
|
+
const result = await axeCoreCheck();
|
|
83
|
+
expect(result.length).toBe(0);
|
|
84
|
+
});
|
|
85
|
+
it('02: should display left nav with badges selected, one focused and pass axe-core scan', async () => {
|
|
86
|
+
const item = await DSNotificationBadgeCO.getIconByIndex(2);
|
|
87
|
+
await item.click();
|
|
88
|
+
const result = await axeCoreCheck();
|
|
89
|
+
expect(result.length).toBe(0);
|
|
90
|
+
});
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
describe('PUI-11820:: NotificationBadge: with Toolbar - Axe-core ', () => {
|
|
94
|
+
before('loading page', async () => {
|
|
95
|
+
const errorOnGo = await DSNotificationBadgeCO.withToolbarTest.go();
|
|
96
|
+
if (errorOnGo) throw errorOnGo;
|
|
97
|
+
});
|
|
98
|
+
it('01: should display toolbar with notification badges and pass axe-core scan', async () => {
|
|
99
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(1);
|
|
100
|
+
await notification.waitForDisplayed();
|
|
101
|
+
await browser.keys(Key.Tab);
|
|
102
|
+
await browser.keys(Key.ArrowRight);
|
|
58
103
|
const result = await axeCoreCheck();
|
|
59
104
|
expect(result.length).toBe(0);
|
|
60
105
|
});
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Key } from 'webdriverio';
|
|
1
2
|
import DSNotificationBadgeCO from './DSNotificationBadgeCO';
|
|
2
3
|
|
|
3
4
|
describe('PUI-9354:: Notification Badge: Relate to component', () => {
|
|
@@ -5,7 +6,7 @@ describe('PUI-9354:: Notification Badge: Relate to component', () => {
|
|
|
5
6
|
const errorOnGo = await DSNotificationBadgeCO.relateToComponent.go();
|
|
6
7
|
if (errorOnGo) throw errorOnGo;
|
|
7
8
|
});
|
|
8
|
-
it('Should display relate to component', async () => {
|
|
9
|
+
it('01: Should display relate to component', async () => {
|
|
9
10
|
await browser.eyesOpen();
|
|
10
11
|
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-relate-to-component'));
|
|
11
12
|
await expect(snapshot).toEqual(0);
|
|
@@ -17,7 +18,7 @@ describe('PUI-9353:: Notification Badge: Disabled', () => {
|
|
|
17
18
|
const errorOnGo = await DSNotificationBadgeCO.disabled.go();
|
|
18
19
|
if (errorOnGo) throw errorOnGo;
|
|
19
20
|
});
|
|
20
|
-
it('Should display disabled badge', async () => {
|
|
21
|
+
it('01: Should display disabled badge', async () => {
|
|
21
22
|
await browser.eyesOpen();
|
|
22
23
|
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-disabled'));
|
|
23
24
|
await expect(snapshot).toEqual(0);
|
|
@@ -29,7 +30,7 @@ describe('PUI-9352:: Notification Badge: Background color', () => {
|
|
|
29
30
|
const errorOnGo = await DSNotificationBadgeCO.backgroundColor.go();
|
|
30
31
|
if (errorOnGo) throw errorOnGo;
|
|
31
32
|
});
|
|
32
|
-
it('Should display custom background color badges', async () => {
|
|
33
|
+
it('01: Should display custom background color badges', async () => {
|
|
33
34
|
await browser.eyesOpen();
|
|
34
35
|
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-background-color'));
|
|
35
36
|
await expect(snapshot).toEqual(0);
|
|
@@ -41,32 +42,70 @@ describe('PUI-9355:: Notification Badge: Alphanumerical', () => {
|
|
|
41
42
|
const errorOnGo = await DSNotificationBadgeCO.alphaNumerical.go();
|
|
42
43
|
if (errorOnGo) throw errorOnGo;
|
|
43
44
|
});
|
|
44
|
-
it('Should display custom background color badges', async () => {
|
|
45
|
+
it('01: Should display custom background color badges', async () => {
|
|
45
46
|
await browser.eyesOpen();
|
|
46
47
|
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-alpha-chars'));
|
|
47
48
|
await expect(snapshot).toEqual(0);
|
|
48
49
|
});
|
|
49
50
|
});
|
|
50
51
|
|
|
51
|
-
describe('PUI-11412:: Notification Badge: Chip, Icon and Button integration', () => {
|
|
52
|
+
describe('PUI-11412:: Notification Badge: Chip, Icon and Button integration -Visual Test', () => {
|
|
52
53
|
before('loading page', async () => {
|
|
53
54
|
const errorOnGo = await DSNotificationBadgeCO.componentCasesTest.go();
|
|
54
55
|
if (errorOnGo) throw errorOnGo;
|
|
55
56
|
});
|
|
56
|
-
it('Should display integration with Chips and Button components correctly', async () => {
|
|
57
|
+
it('01: Should display integration with Chips and Button components correctly', async () => {
|
|
57
58
|
await browser.eyesOpen();
|
|
58
|
-
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-
|
|
59
|
+
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-chip-default'));
|
|
59
60
|
await expect(snapshot).toEqual(0);
|
|
60
61
|
});
|
|
61
62
|
});
|
|
62
|
-
describe('PUI-11413:: Notification Badge: Custom Component Integration', () => {
|
|
63
|
+
describe('PUI-11413:: Notification Badge: Custom Component Integration -Visual Test', () => {
|
|
63
64
|
before('loading page', async () => {
|
|
64
65
|
const errorOnGo = await DSNotificationBadgeCO.customComponentTest.go();
|
|
65
66
|
if (errorOnGo) throw errorOnGo;
|
|
66
67
|
});
|
|
67
|
-
it('Should display integration with custom components correctly', async () => {
|
|
68
|
+
it('01: Should display integration with custom components correctly', async () => {
|
|
68
69
|
await browser.eyesOpen();
|
|
69
70
|
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-custom-component'));
|
|
70
71
|
await expect(snapshot).toEqual(0);
|
|
71
72
|
});
|
|
72
73
|
});
|
|
74
|
+
|
|
75
|
+
describe('PUI-11817:: NotificationBadge: with LeftNavigation example -Visual', () => {
|
|
76
|
+
before('loading page', async () => {
|
|
77
|
+
const errorOnGo = await DSNotificationBadgeCO.withLeftNavTest.go();
|
|
78
|
+
if (errorOnGo) throw errorOnGo;
|
|
79
|
+
});
|
|
80
|
+
it('01: should display left nav with notification badges correctly', async () => {
|
|
81
|
+
await browser.eyesOpen();
|
|
82
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(1);
|
|
83
|
+
await notification.waitForDisplayed();
|
|
84
|
+
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-leftnav-default'));
|
|
85
|
+
await expect(snapshot).toEqual(0);
|
|
86
|
+
});
|
|
87
|
+
it('02: should display left nav with badged items selected, one focused correctly', async () => {
|
|
88
|
+
await browser.eyesOpen();
|
|
89
|
+
|
|
90
|
+
const item = await DSNotificationBadgeCO.getIconByIndex(2);
|
|
91
|
+
await item.click();
|
|
92
|
+
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-leftnav-selected'));
|
|
93
|
+
await expect(snapshot).toEqual(0);
|
|
94
|
+
});
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
describe('PUI-11818:: NotificationBadge: with Toolbar - Visual Test ', () => {
|
|
98
|
+
before('loading page', async () => {
|
|
99
|
+
const errorOnGo = await DSNotificationBadgeCO.withToolbarTest.go();
|
|
100
|
+
if (errorOnGo) throw errorOnGo;
|
|
101
|
+
});
|
|
102
|
+
it('01: should display toolbar with toolbar correctly', async () => {
|
|
103
|
+
await browser.eyesOpen();
|
|
104
|
+
const notification = await DSNotificationBadgeCO.getNotificationBadgeByIndex(1);
|
|
105
|
+
await notification.waitForDisplayed();
|
|
106
|
+
await browser.keys(Key.Tab);
|
|
107
|
+
await browser.keys(Key.ArrowRight);
|
|
108
|
+
const snapshot = await browser.eyesCheckSnapshot(DSNotificationBadgeCO.snapshotPath('badge-with-toolbar'));
|
|
109
|
+
await expect(snapshot).toEqual(0);
|
|
110
|
+
});
|
|
111
|
+
});
|
|
@@ -15,6 +15,18 @@ export default class DSPillsCO extends PageObject {
|
|
|
15
15
|
|
|
16
16
|
static customComponentTest = new Urlbuilder(PATH_E2E_NOTIFICATION_BADGE, 'custom-component-test');
|
|
17
17
|
|
|
18
|
+
static withLeftNavTest = new Urlbuilder(PATH_E2E_NOTIFICATION_BADGE, 'with-left-navigation-test');
|
|
19
|
+
|
|
20
|
+
static withToolbarTest = new Urlbuilder(PATH_E2E_NOTIFICATION_BADGE, 'with-toolbar-test');
|
|
21
|
+
|
|
22
|
+
static getNotificationBadgeByIndex(index = 0) {
|
|
23
|
+
return $$('[data-testid="ds-notification-badge"]')[index];
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
static getIconByIndex(index = 0) {
|
|
27
|
+
return $$('[data-testid="ds-icon-svg"]')[index];
|
|
28
|
+
}
|
|
29
|
+
|
|
18
30
|
static getUrl(component = 'relate-to-component') {
|
|
19
31
|
return PageObject.getUrl(PATH_NOTIFICATION_BADGE, component);
|
|
20
32
|
}
|
package/package.json
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dimsum-e2e-tests",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.27.0-next.2",
|
|
4
4
|
"description": "End-to-end tests for dimsum library",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@elliemae/ds-accessibility": "3.
|
|
7
|
-
"@elliemae/ds-accordion": "3.
|
|
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-group": "3.
|
|
15
|
-
"@elliemae/ds-button-v1": "3.
|
|
16
|
-
"@elliemae/ds-button-v2": "3.
|
|
17
|
-
"@elliemae/ds-card": "3.
|
|
18
|
-
"@elliemae/ds-card-array": "3.
|
|
19
|
-
"@elliemae/ds-card-navigation": "3.
|
|
20
|
-
"@elliemae/ds-card-v2": "3.
|
|
21
|
-
"@elliemae/ds-card-v2-action-addon": "3.
|
|
22
|
-
"@elliemae/ds-card-v2-group": "3.
|
|
23
|
-
"@elliemae/ds-chat": "3.
|
|
24
|
-
"@elliemae/ds-chat-bubble": "3.
|
|
25
|
-
"@elliemae/ds-chat-tile": "3.
|
|
26
|
-
"@elliemae/ds-chip": "3.
|
|
27
|
-
"@elliemae/ds-circular-progress-indicator": "3.
|
|
28
|
-
"@elliemae/ds-codeeditor": "3.
|
|
29
|
-
"@elliemae/ds-comments": "3.
|
|
30
|
-
"@elliemae/ds-controlled-form": "3.
|
|
31
|
-
"@elliemae/ds-csv-converter": "3.
|
|
32
|
-
"@elliemae/ds-data-table": "3.
|
|
33
|
-
"@elliemae/ds-datagrids": "3.
|
|
34
|
-
"@elliemae/ds-dataviz": "3.
|
|
35
|
-
"@elliemae/ds-dataviz-pie": "3.
|
|
36
|
-
"@elliemae/ds-date-picker": "3.
|
|
37
|
-
"@elliemae/ds-date-range-picker": "3.
|
|
38
|
-
"@elliemae/ds-date-range-selector": "3.
|
|
39
|
-
"@elliemae/ds-date-time-picker": "3.
|
|
40
|
-
"@elliemae/ds-date-time-recurrence-picker": "3.
|
|
41
|
-
"@elliemae/ds-decision-graph": "3.
|
|
42
|
-
"@elliemae/ds-dialog": "3.
|
|
43
|
-
"@elliemae/ds-drag-and-drop": "3.
|
|
44
|
-
"@elliemae/ds-dropdownmenu": "3.
|
|
45
|
-
"@elliemae/ds-dropzone": "3.
|
|
46
|
-
"@elliemae/ds-fast-list": "3.
|
|
47
|
-
"@elliemae/ds-filterbar": "3.
|
|
48
|
-
"@elliemae/ds-form": "3.
|
|
49
|
-
"@elliemae/ds-form-date-range-picker": "3.
|
|
50
|
-
"@elliemae/ds-form-date-time-picker": "3.
|
|
51
|
-
"@elliemae/ds-form-layout-blocks": "3.
|
|
52
|
-
"@elliemae/ds-form-layout-label": "3.
|
|
53
|
-
"@elliemae/ds-global-header": "3.
|
|
54
|
-
"@elliemae/ds-grid": "3.
|
|
55
|
-
"@elliemae/ds-group-box": "3.
|
|
56
|
-
"@elliemae/ds-header": "3.
|
|
57
|
-
"@elliemae/ds-hooks-fontsize-detector": "3.
|
|
58
|
-
"@elliemae/ds-hooks-fontsize-media": "3.
|
|
59
|
-
"@elliemae/ds-icon": "3.
|
|
60
|
-
"@elliemae/ds-icons": "3.
|
|
61
|
-
"@elliemae/ds-image": "3.
|
|
62
|
-
"@elliemae/ds-imagelibrarymodal": "3.
|
|
63
|
-
"@elliemae/ds-indeterminate-progress-indicator": "3.
|
|
64
|
-
"@elliemae/ds-label-value": "3.
|
|
65
|
-
"@elliemae/ds-left-navigation": "3.
|
|
66
|
-
"@elliemae/ds-list-section-header": "3.
|
|
67
|
-
"@elliemae/ds-loading-indicator": "3.
|
|
68
|
-
"@elliemae/ds-menu": "3.
|
|
69
|
-
"@elliemae/ds-menu-items": "3.
|
|
70
|
-
"@elliemae/ds-mini-toolbar": "3.
|
|
71
|
-
"@elliemae/ds-mobile": "3.
|
|
72
|
-
"@elliemae/ds-modal": "3.
|
|
73
|
-
"@elliemae/ds-modal-slide": "3.
|
|
74
|
-
"@elliemae/ds-notification-badge": "3.
|
|
75
|
-
"@elliemae/ds-number-range-field": "3.
|
|
76
|
-
"@elliemae/ds-page-header": "3.
|
|
77
|
-
"@elliemae/ds-page-header-v1": "3.
|
|
78
|
-
"@elliemae/ds-page-header-v2": "3.
|
|
79
|
-
"@elliemae/ds-page-layout": "3.
|
|
80
|
-
"@elliemae/ds-page-number": "3.
|
|
81
|
-
"@elliemae/ds-pagination": "3.
|
|
82
|
-
"@elliemae/ds-pills": "3.
|
|
83
|
-
"@elliemae/ds-popover": "3.
|
|
84
|
-
"@elliemae/ds-popper": "3.
|
|
85
|
-
"@elliemae/ds-popperjs": "3.
|
|
86
|
-
"@elliemae/ds-progress-indicator": "3.
|
|
87
|
-
"@elliemae/ds-query-builder": "3.
|
|
88
|
-
"@elliemae/ds-read-more": "3.
|
|
89
|
-
"@elliemae/ds-resizeable-container": "3.
|
|
90
|
-
"@elliemae/ds-ribbon": "3.
|
|
91
|
-
"@elliemae/ds-search-field": "3.
|
|
92
|
-
"@elliemae/ds-separator": "3.
|
|
93
|
-
"@elliemae/ds-shuttle": "3.
|
|
94
|
-
"@elliemae/ds-shuttle-v2": "3.
|
|
95
|
-
"@elliemae/ds-side-panel": "3.
|
|
96
|
-
"@elliemae/ds-skeleton": "3.
|
|
97
|
-
"@elliemae/ds-slider": "3.
|
|
98
|
-
"@elliemae/ds-spinner": "3.
|
|
99
|
-
"@elliemae/ds-square-indicator": "3.
|
|
100
|
-
"@elliemae/ds-stepper": "3.
|
|
101
|
-
"@elliemae/ds-svg": "3.
|
|
102
|
-
"@elliemae/ds-system": "3.
|
|
103
|
-
"@elliemae/ds-tabs": "3.
|
|
104
|
-
"@elliemae/ds-test-utils": "3.
|
|
105
|
-
"@elliemae/ds-text-wrapper": "3.
|
|
106
|
-
"@elliemae/ds-time-picker": "3.
|
|
107
|
-
"@elliemae/ds-toast": "3.
|
|
108
|
-
"@elliemae/ds-toolbar": "3.
|
|
109
|
-
"@elliemae/ds-toolbar-v2": "3.
|
|
110
|
-
"@elliemae/ds-tooltip": "3.
|
|
111
|
-
"@elliemae/ds-transition": "3.
|
|
112
|
-
"@elliemae/ds-tree-model": "3.
|
|
113
|
-
"@elliemae/ds-treeview": "3.
|
|
114
|
-
"@elliemae/ds-truncated-expandable-text": "3.
|
|
115
|
-
"@elliemae/ds-truncated-tooltip-text": "3.
|
|
116
|
-
"@elliemae/ds-typography": "3.
|
|
117
|
-
"@elliemae/ds-uploader": "3.
|
|
118
|
-
"@elliemae/ds-utilities": "3.
|
|
119
|
-
"@elliemae/ds-virtual-list": "3.
|
|
120
|
-
"@elliemae/ds-wizard": "3.
|
|
121
|
-
"@elliemae/ds-wysiwygeditor": "3.
|
|
122
|
-
"@elliemae/ds-zipcode-search": "3.
|
|
123
|
-
"@elliemae/ds-zoom": "3.
|
|
6
|
+
"@elliemae/ds-accessibility": "3.27.0-next.2",
|
|
7
|
+
"@elliemae/ds-accordion": "3.27.0-next.2",
|
|
8
|
+
"@elliemae/ds-app-picker": "3.27.0-next.2",
|
|
9
|
+
"@elliemae/ds-backdrop": "3.27.0-next.2",
|
|
10
|
+
"@elliemae/ds-banner": "3.27.0-next.2",
|
|
11
|
+
"@elliemae/ds-basic": "3.27.0-next.2",
|
|
12
|
+
"@elliemae/ds-breadcrumb": "3.27.0-next.2",
|
|
13
|
+
"@elliemae/ds-button": "3.27.0-next.2",
|
|
14
|
+
"@elliemae/ds-button-group": "3.27.0-next.2",
|
|
15
|
+
"@elliemae/ds-button-v1": "3.27.0-next.2",
|
|
16
|
+
"@elliemae/ds-button-v2": "3.27.0-next.2",
|
|
17
|
+
"@elliemae/ds-card": "3.27.0-next.2",
|
|
18
|
+
"@elliemae/ds-card-array": "3.27.0-next.2",
|
|
19
|
+
"@elliemae/ds-card-navigation": "3.27.0-next.2",
|
|
20
|
+
"@elliemae/ds-card-v2": "3.27.0-next.2",
|
|
21
|
+
"@elliemae/ds-card-v2-action-addon": "3.27.0-next.2",
|
|
22
|
+
"@elliemae/ds-card-v2-group": "3.27.0-next.2",
|
|
23
|
+
"@elliemae/ds-chat": "3.27.0-next.2",
|
|
24
|
+
"@elliemae/ds-chat-bubble": "3.27.0-next.2",
|
|
25
|
+
"@elliemae/ds-chat-tile": "3.27.0-next.2",
|
|
26
|
+
"@elliemae/ds-chip": "3.27.0-next.2",
|
|
27
|
+
"@elliemae/ds-circular-progress-indicator": "3.27.0-next.2",
|
|
28
|
+
"@elliemae/ds-codeeditor": "3.27.0-next.2",
|
|
29
|
+
"@elliemae/ds-comments": "3.27.0-next.2",
|
|
30
|
+
"@elliemae/ds-controlled-form": "3.27.0-next.2",
|
|
31
|
+
"@elliemae/ds-csv-converter": "3.27.0-next.2",
|
|
32
|
+
"@elliemae/ds-data-table": "3.27.0-next.2",
|
|
33
|
+
"@elliemae/ds-datagrids": "3.27.0-next.2",
|
|
34
|
+
"@elliemae/ds-dataviz": "3.27.0-next.2",
|
|
35
|
+
"@elliemae/ds-dataviz-pie": "3.27.0-next.2",
|
|
36
|
+
"@elliemae/ds-date-picker": "3.27.0-next.2",
|
|
37
|
+
"@elliemae/ds-date-range-picker": "3.27.0-next.2",
|
|
38
|
+
"@elliemae/ds-date-range-selector": "3.27.0-next.2",
|
|
39
|
+
"@elliemae/ds-date-time-picker": "3.27.0-next.2",
|
|
40
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.27.0-next.2",
|
|
41
|
+
"@elliemae/ds-decision-graph": "3.27.0-next.2",
|
|
42
|
+
"@elliemae/ds-dialog": "3.27.0-next.2",
|
|
43
|
+
"@elliemae/ds-drag-and-drop": "3.27.0-next.2",
|
|
44
|
+
"@elliemae/ds-dropdownmenu": "3.27.0-next.2",
|
|
45
|
+
"@elliemae/ds-dropzone": "3.27.0-next.2",
|
|
46
|
+
"@elliemae/ds-fast-list": "3.27.0-next.2",
|
|
47
|
+
"@elliemae/ds-filterbar": "3.27.0-next.2",
|
|
48
|
+
"@elliemae/ds-form": "3.27.0-next.2",
|
|
49
|
+
"@elliemae/ds-form-date-range-picker": "3.27.0-next.2",
|
|
50
|
+
"@elliemae/ds-form-date-time-picker": "3.27.0-next.2",
|
|
51
|
+
"@elliemae/ds-form-layout-blocks": "3.27.0-next.2",
|
|
52
|
+
"@elliemae/ds-form-layout-label": "3.27.0-next.2",
|
|
53
|
+
"@elliemae/ds-global-header": "3.27.0-next.2",
|
|
54
|
+
"@elliemae/ds-grid": "3.27.0-next.2",
|
|
55
|
+
"@elliemae/ds-group-box": "3.27.0-next.2",
|
|
56
|
+
"@elliemae/ds-header": "3.27.0-next.2",
|
|
57
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.27.0-next.2",
|
|
58
|
+
"@elliemae/ds-hooks-fontsize-media": "3.27.0-next.2",
|
|
59
|
+
"@elliemae/ds-icon": "3.27.0-next.2",
|
|
60
|
+
"@elliemae/ds-icons": "3.27.0-next.2",
|
|
61
|
+
"@elliemae/ds-image": "3.27.0-next.2",
|
|
62
|
+
"@elliemae/ds-imagelibrarymodal": "3.27.0-next.2",
|
|
63
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.27.0-next.2",
|
|
64
|
+
"@elliemae/ds-label-value": "3.27.0-next.2",
|
|
65
|
+
"@elliemae/ds-left-navigation": "3.27.0-next.2",
|
|
66
|
+
"@elliemae/ds-list-section-header": "3.27.0-next.2",
|
|
67
|
+
"@elliemae/ds-loading-indicator": "3.27.0-next.2",
|
|
68
|
+
"@elliemae/ds-menu": "3.27.0-next.2",
|
|
69
|
+
"@elliemae/ds-menu-items": "3.27.0-next.2",
|
|
70
|
+
"@elliemae/ds-mini-toolbar": "3.27.0-next.2",
|
|
71
|
+
"@elliemae/ds-mobile": "3.27.0-next.2",
|
|
72
|
+
"@elliemae/ds-modal": "3.27.0-next.2",
|
|
73
|
+
"@elliemae/ds-modal-slide": "3.27.0-next.2",
|
|
74
|
+
"@elliemae/ds-notification-badge": "3.27.0-next.2",
|
|
75
|
+
"@elliemae/ds-number-range-field": "3.27.0-next.2",
|
|
76
|
+
"@elliemae/ds-page-header": "3.27.0-next.2",
|
|
77
|
+
"@elliemae/ds-page-header-v1": "3.27.0-next.2",
|
|
78
|
+
"@elliemae/ds-page-header-v2": "3.27.0-next.2",
|
|
79
|
+
"@elliemae/ds-page-layout": "3.27.0-next.2",
|
|
80
|
+
"@elliemae/ds-page-number": "3.27.0-next.2",
|
|
81
|
+
"@elliemae/ds-pagination": "3.27.0-next.2",
|
|
82
|
+
"@elliemae/ds-pills": "3.27.0-next.2",
|
|
83
|
+
"@elliemae/ds-popover": "3.27.0-next.2",
|
|
84
|
+
"@elliemae/ds-popper": "3.27.0-next.2",
|
|
85
|
+
"@elliemae/ds-popperjs": "3.27.0-next.2",
|
|
86
|
+
"@elliemae/ds-progress-indicator": "3.27.0-next.2",
|
|
87
|
+
"@elliemae/ds-query-builder": "3.27.0-next.2",
|
|
88
|
+
"@elliemae/ds-read-more": "3.27.0-next.2",
|
|
89
|
+
"@elliemae/ds-resizeable-container": "3.27.0-next.2",
|
|
90
|
+
"@elliemae/ds-ribbon": "3.27.0-next.2",
|
|
91
|
+
"@elliemae/ds-search-field": "3.27.0-next.2",
|
|
92
|
+
"@elliemae/ds-separator": "3.27.0-next.2",
|
|
93
|
+
"@elliemae/ds-shuttle": "3.27.0-next.2",
|
|
94
|
+
"@elliemae/ds-shuttle-v2": "3.27.0-next.2",
|
|
95
|
+
"@elliemae/ds-side-panel": "3.27.0-next.2",
|
|
96
|
+
"@elliemae/ds-skeleton": "3.27.0-next.2",
|
|
97
|
+
"@elliemae/ds-slider": "3.27.0-next.2",
|
|
98
|
+
"@elliemae/ds-spinner": "3.27.0-next.2",
|
|
99
|
+
"@elliemae/ds-square-indicator": "3.27.0-next.2",
|
|
100
|
+
"@elliemae/ds-stepper": "3.27.0-next.2",
|
|
101
|
+
"@elliemae/ds-svg": "3.27.0-next.2",
|
|
102
|
+
"@elliemae/ds-system": "3.27.0-next.2",
|
|
103
|
+
"@elliemae/ds-tabs": "3.27.0-next.2",
|
|
104
|
+
"@elliemae/ds-test-utils": "3.27.0-next.2",
|
|
105
|
+
"@elliemae/ds-text-wrapper": "3.27.0-next.2",
|
|
106
|
+
"@elliemae/ds-time-picker": "3.27.0-next.2",
|
|
107
|
+
"@elliemae/ds-toast": "3.27.0-next.2",
|
|
108
|
+
"@elliemae/ds-toolbar": "3.27.0-next.2",
|
|
109
|
+
"@elliemae/ds-toolbar-v2": "3.27.0-next.2",
|
|
110
|
+
"@elliemae/ds-tooltip": "3.27.0-next.2",
|
|
111
|
+
"@elliemae/ds-transition": "3.27.0-next.2",
|
|
112
|
+
"@elliemae/ds-tree-model": "3.27.0-next.2",
|
|
113
|
+
"@elliemae/ds-treeview": "3.27.0-next.2",
|
|
114
|
+
"@elliemae/ds-truncated-expandable-text": "3.27.0-next.2",
|
|
115
|
+
"@elliemae/ds-truncated-tooltip-text": "3.27.0-next.2",
|
|
116
|
+
"@elliemae/ds-typography": "3.27.0-next.2",
|
|
117
|
+
"@elliemae/ds-uploader": "3.27.0-next.2",
|
|
118
|
+
"@elliemae/ds-utilities": "3.27.0-next.2",
|
|
119
|
+
"@elliemae/ds-virtual-list": "3.27.0-next.2",
|
|
120
|
+
"@elliemae/ds-wizard": "3.27.0-next.2",
|
|
121
|
+
"@elliemae/ds-wysiwygeditor": "3.27.0-next.2",
|
|
122
|
+
"@elliemae/ds-zipcode-search": "3.27.0-next.2",
|
|
123
|
+
"@elliemae/ds-zoom": "3.27.0-next.2"
|
|
124
124
|
}
|
|
125
125
|
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import DSDropzoneCO from './DSDropzoneCO';
|
|
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 - Dropzone:: 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.skip('PUI-XXXX - Dropzone:: example test - data-testid exists', () => {
|
|
16
|
-
before('loading page', async () => {
|
|
17
|
-
const errorOnGo = await DSDropzoneCO.basic.go();
|
|
18
|
-
if (errorOnGo) throw errorOnGo;
|
|
19
|
-
});
|
|
20
|
-
it('01: wrapper should be displayed', async () => {
|
|
21
|
-
const wrapper = await DSDropzoneCO.getWrapper();
|
|
22
|
-
await expect(wrapper).toBeDisplayedInViewport();
|
|
23
|
-
});
|
|
24
|
-
});
|