dimsum-e2e-tests 3.70.0-next.73 → 3.70.0-next.74
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 +6 -0
- package/ds-form-date-range-picker/DateRangePicker.visual.spec.js +9 -0
- package/ds-global-header/slots/GlobalHeader.slots.visual.spec.js +1 -1
- package/package.json +149 -149
- package/z-index/ZindexCO.js +4 -0
- package/z-index/dialog-side-panel/ZIndex.dialog-sidepanel.visual.spec.js +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.70.0-next.74 (2026-09-04)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- dimsum:: e2e specs for date-range picker, z-index and global-header [PUI-18046](https://jira.elliemae.io/browse/PUI-18046) ([#8360](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8360)) ([76e931f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/76e931f3390577d5238933c915f81bbf56fbc0fc))
|
|
11
|
+
|
|
6
12
|
## 3.70.0-next.73 (2026-09-03)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
|
@@ -26,11 +26,20 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
26
26
|
await browser.eyesOpen();
|
|
27
27
|
const day = await DateRangePickerCO.getDayOnCalendarByIndex(20);
|
|
28
28
|
await day.click();
|
|
29
|
+
/*
|
|
30
|
+
* The pick that completes the range closes the calendar and returns focus to the trigger
|
|
31
|
+
* (PUI-15572, WCAG 3.2.2 On Input). Reopen it so the snapshot shows the selected range
|
|
32
|
+
* highlighted inside the calendar, and so the following tests still have it open.
|
|
33
|
+
*/
|
|
34
|
+
const reopenDatePicker = await DateRangePickerCO.getPickerBtn();
|
|
35
|
+
await reopenDatePicker.click();
|
|
29
36
|
const snapshot = await browser.eyesCheckSnapshot(DateRangePickerCO.snapshotPath('date-range-picker-two-date'));
|
|
30
37
|
await expect(snapshot).toEqual(0);
|
|
31
38
|
});
|
|
32
39
|
it('04: should display contr. date range picker open and with long range end', async () => {
|
|
33
40
|
await browser.eyesOpen();
|
|
41
|
+
// reopening in test 03 reset the next pick to "from", so this pick auto-orders into a
|
|
42
|
+
// cross-month range and leaves the calendar open instead of closing it
|
|
34
43
|
const nextMonthArrow = await DateRangePickerCO.getNextMonthBtn();
|
|
35
44
|
await nextMonthArrow.click();
|
|
36
45
|
const day = await DateRangePickerCO.getDayOnCalendarByIndex(10);
|
|
@@ -12,7 +12,7 @@ if (
|
|
|
12
12
|
if (errorOnGo) throw errorOnGo;
|
|
13
13
|
});
|
|
14
14
|
it('01: should display basic GlobalHeadercwith customized slots', async () => {
|
|
15
|
-
await (await GlobalHeader.getGHMenubarItemButtonSlotByIndex(
|
|
15
|
+
await (await GlobalHeader.getGHMenubarItemButtonSlotByIndex(4)).click();
|
|
16
16
|
const snapshot = await browser.checkSnapshot(GlobalHeader.snapshotPath('global-header-slots'));
|
|
17
17
|
await expect(snapshot).toEqual(0);
|
|
18
18
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "dimsum-e2e-tests",
|
|
4
|
-
"version": "3.70.0-next.
|
|
4
|
+
"version": "3.70.0-next.74",
|
|
5
5
|
"description": "End-to-end tests for dimsum library",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@elliemae/ds-legacy-button": "1.0.16",
|
|
@@ -38,154 +38,154 @@
|
|
|
38
38
|
"@elliemae/ds-legacy-wysiwygeditor": "1.0.16",
|
|
39
39
|
"@elliemae/ds-legacy-zipcode-search": "1.0.16",
|
|
40
40
|
"@elliemae/ds-legacy-zoom": "1.0.16",
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-accordion": "3.70.0-next.
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-basic": "3.70.0-next.
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-card": "3.70.0-next.
|
|
50
|
-
"@elliemae/ds-card-v1": "3.70.0-next.
|
|
51
|
-
"@elliemae/ds-card-v1-detail": "3.70.0-next.
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-card-v2
|
|
54
|
-
"@elliemae/ds-card-v2-
|
|
55
|
-
"@elliemae/ds-card-v2": "3.70.0-next.
|
|
56
|
-
"@elliemae/ds-card-v3
|
|
57
|
-
"@elliemae/ds-card-v3": "3.70.0-next.
|
|
58
|
-
"@elliemae/ds-chat": "3.70.0-next.
|
|
59
|
-
"@elliemae/ds-chat
|
|
60
|
-
"@elliemae/ds-chat-card": "3.70.0-next.
|
|
61
|
-
"@elliemae/ds-chat-container": "3.70.0-next.
|
|
62
|
-
"@elliemae/ds-chat-container
|
|
63
|
-
"@elliemae/ds-chat-
|
|
64
|
-
"@elliemae/ds-chat-
|
|
65
|
-
"@elliemae/ds-chat-
|
|
66
|
-
"@elliemae/ds-chat-
|
|
67
|
-
"@elliemae/ds-chat-
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@elliemae/ds-
|
|
70
|
-
"@elliemae/ds-
|
|
71
|
-
"@elliemae/ds-classnames": "3.70.0-next.
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-controlled-form": "3.70.0-next.
|
|
75
|
-
"@elliemae/ds-data-table
|
|
76
|
-
"@elliemae/ds-
|
|
77
|
-
"@elliemae/ds-
|
|
78
|
-
"@elliemae/ds-data-table-cell
|
|
79
|
-
"@elliemae/ds-data-table-cell": "3.70.0-next.
|
|
80
|
-
"@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.
|
|
81
|
-
"@elliemae/ds-data-table-
|
|
82
|
-
"@elliemae/ds-data-table-
|
|
83
|
-
"@elliemae/ds-data-table-
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-dataviz-pie": "3.70.0-next.
|
|
87
|
-
"@elliemae/ds-
|
|
88
|
-
"@elliemae/ds-
|
|
89
|
-
"@elliemae/ds-
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-
|
|
93
|
-
"@elliemae/ds-
|
|
94
|
-
"@elliemae/ds-
|
|
95
|
-
"@elliemae/ds-
|
|
96
|
-
"@elliemae/ds-
|
|
97
|
-
"@elliemae/ds-
|
|
98
|
-
"@elliemae/ds-form-
|
|
99
|
-
"@elliemae/ds-form-date-
|
|
100
|
-
"@elliemae/ds-form-
|
|
101
|
-
"@elliemae/ds-form-
|
|
102
|
-
"@elliemae/ds-form-
|
|
103
|
-
"@elliemae/ds-form-
|
|
104
|
-
"@elliemae/ds-form-layout-
|
|
105
|
-
"@elliemae/ds-form-layout-blocks": "3.70.0-next.
|
|
106
|
-
"@elliemae/ds-form-multi-combobox": "3.70.0-next.
|
|
107
|
-
"@elliemae/ds-form-
|
|
108
|
-
"@elliemae/ds-form-
|
|
109
|
-
"@elliemae/ds-form-native-select": "3.70.0-next.
|
|
110
|
-
"@elliemae/ds-form-select": "3.70.0-next.
|
|
111
|
-
"@elliemae/ds-form-
|
|
112
|
-
"@elliemae/ds-form-
|
|
113
|
-
"@elliemae/ds-grid": "3.70.0-next.
|
|
114
|
-
"@elliemae/ds-
|
|
115
|
-
"@elliemae/ds-
|
|
116
|
-
"@elliemae/ds-hooks-fontsize-
|
|
117
|
-
"@elliemae/ds-hooks-
|
|
118
|
-
"@elliemae/ds-hooks-
|
|
119
|
-
"@elliemae/ds-hooks-
|
|
120
|
-
"@elliemae/ds-hooks-
|
|
121
|
-
"@elliemae/ds-hooks-
|
|
122
|
-
"@elliemae/ds-hooks-
|
|
123
|
-
"@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.
|
|
124
|
-
"@elliemae/ds-hooks-on-
|
|
125
|
-
"@elliemae/ds-icon": "3.70.0-next.
|
|
126
|
-
"@elliemae/ds-
|
|
127
|
-
"@elliemae/ds-
|
|
128
|
-
"@elliemae/ds-
|
|
129
|
-
"@elliemae/ds-
|
|
130
|
-
"@elliemae/ds-
|
|
131
|
-
"@elliemae/ds-
|
|
132
|
-
"@elliemae/ds-
|
|
133
|
-
"@elliemae/ds-menu-button": "3.70.0-next.
|
|
134
|
-
"@elliemae/ds-menu-items-action": "3.70.0-next.
|
|
135
|
-
"@elliemae/ds-menu-items": "3.70.0-next.
|
|
136
|
-
"@elliemae/ds-menu-items-
|
|
137
|
-
"@elliemae/ds-menu-items-
|
|
138
|
-
"@elliemae/ds-menu-items-
|
|
139
|
-
"@elliemae/ds-menu-items-
|
|
140
|
-
"@elliemae/ds-menu-items-single": "3.70.0-next.
|
|
141
|
-
"@elliemae/ds-menu-items-
|
|
142
|
-
"@elliemae/ds-menu-items-
|
|
143
|
-
"@elliemae/ds-menu-
|
|
144
|
-
"@elliemae/ds-
|
|
145
|
-
"@elliemae/ds-
|
|
146
|
-
"@elliemae/ds-
|
|
147
|
-
"@elliemae/ds-
|
|
148
|
-
"@elliemae/ds-
|
|
149
|
-
"@elliemae/ds-page-header": "3.70.0-next.
|
|
150
|
-
"@elliemae/ds-page-header
|
|
151
|
-
"@elliemae/ds-
|
|
152
|
-
"@elliemae/ds-
|
|
153
|
-
"@elliemae/ds-
|
|
154
|
-
"@elliemae/ds-
|
|
155
|
-
"@elliemae/ds-
|
|
156
|
-
"@elliemae/ds-props-helpers": "3.70.0-next.
|
|
157
|
-
"@elliemae/ds-
|
|
158
|
-
"@elliemae/ds-
|
|
159
|
-
"@elliemae/ds-
|
|
160
|
-
"@elliemae/ds-ribbon": "3.70.0-next.
|
|
161
|
-
"@elliemae/ds-shared": "3.70.0-next.
|
|
162
|
-
"@elliemae/ds-
|
|
163
|
-
"@elliemae/ds-
|
|
164
|
-
"@elliemae/ds-shuttle-v2": "3.70.0-next.
|
|
165
|
-
"@elliemae/ds-side-panel-header": "3.70.0-next.
|
|
166
|
-
"@elliemae/ds-side-panel": "3.70.0-next.
|
|
167
|
-
"@elliemae/ds-skeleton": "3.70.0-next.
|
|
168
|
-
"@elliemae/ds-
|
|
169
|
-
"@elliemae/ds-
|
|
170
|
-
"@elliemae/ds-
|
|
171
|
-
"@elliemae/ds-
|
|
172
|
-
"@elliemae/ds-
|
|
173
|
-
"@elliemae/ds-
|
|
174
|
-
"@elliemae/ds-
|
|
175
|
-
"@elliemae/ds-toast": "3.70.0-next.
|
|
176
|
-
"@elliemae/ds-toolbar-
|
|
177
|
-
"@elliemae/ds-
|
|
178
|
-
"@elliemae/ds-transition": "3.70.0-next.
|
|
179
|
-
"@elliemae/ds-
|
|
180
|
-
"@elliemae/ds-tree-model": "3.70.0-next.
|
|
181
|
-
"@elliemae/ds-treeview": "3.70.0-next.
|
|
182
|
-
"@elliemae/ds-typography": "3.70.0-next.
|
|
183
|
-
"@elliemae/ds-truncated-expandable-text": "3.70.0-next.
|
|
184
|
-
"@elliemae/ds-
|
|
185
|
-
"@elliemae/ds-
|
|
186
|
-
"@elliemae/ds-
|
|
187
|
-
"@elliemae/ds-
|
|
188
|
-
"@elliemae/ds-pills-v2": "3.70.0-next.
|
|
41
|
+
"@elliemae/ds-accessibility": "3.70.0-next.74",
|
|
42
|
+
"@elliemae/ds-banner": "3.70.0-next.74",
|
|
43
|
+
"@elliemae/ds-backdrop": "3.70.0-next.74",
|
|
44
|
+
"@elliemae/ds-accordion": "3.70.0-next.74",
|
|
45
|
+
"@elliemae/ds-app-picker": "3.70.0-next.74",
|
|
46
|
+
"@elliemae/ds-basic": "3.70.0-next.74",
|
|
47
|
+
"@elliemae/ds-breadcrumb": "3.70.0-next.74",
|
|
48
|
+
"@elliemae/ds-card": "3.70.0-next.74",
|
|
49
|
+
"@elliemae/ds-card-navigation": "3.70.0-next.74",
|
|
50
|
+
"@elliemae/ds-card-v1": "3.70.0-next.74",
|
|
51
|
+
"@elliemae/ds-card-v1-detail": "3.70.0-next.74",
|
|
52
|
+
"@elliemae/ds-button-v2": "3.70.0-next.74",
|
|
53
|
+
"@elliemae/ds-card-v2": "3.70.0-next.74",
|
|
54
|
+
"@elliemae/ds-card-v2-action-addon": "3.70.0-next.74",
|
|
55
|
+
"@elliemae/ds-card-v2-group": "3.70.0-next.74",
|
|
56
|
+
"@elliemae/ds-card-v3": "3.70.0-next.74",
|
|
57
|
+
"@elliemae/ds-card-v3-poc": "3.70.0-next.74",
|
|
58
|
+
"@elliemae/ds-chat-bubble": "3.70.0-next.74",
|
|
59
|
+
"@elliemae/ds-chat": "3.70.0-next.74",
|
|
60
|
+
"@elliemae/ds-chat-card": "3.70.0-next.74",
|
|
61
|
+
"@elliemae/ds-chat-container-header": "3.70.0-next.74",
|
|
62
|
+
"@elliemae/ds-chat-container": "3.70.0-next.74",
|
|
63
|
+
"@elliemae/ds-chat-empty-state": "3.70.0-next.74",
|
|
64
|
+
"@elliemae/ds-chat-floating-button": "3.70.0-next.74",
|
|
65
|
+
"@elliemae/ds-chat-message-delimeter": "3.70.0-next.74",
|
|
66
|
+
"@elliemae/ds-chat-system-message": "3.70.0-next.74",
|
|
67
|
+
"@elliemae/ds-chat-tile": "3.70.0-next.74",
|
|
68
|
+
"@elliemae/ds-chip": "3.70.0-next.74",
|
|
69
|
+
"@elliemae/ds-chat-sidebar": "3.70.0-next.74",
|
|
70
|
+
"@elliemae/ds-circular-progress-indicator": "3.70.0-next.74",
|
|
71
|
+
"@elliemae/ds-classnames": "3.70.0-next.74",
|
|
72
|
+
"@elliemae/ds-codeeditor": "3.70.0-next.74",
|
|
73
|
+
"@elliemae/ds-comments": "3.70.0-next.74",
|
|
74
|
+
"@elliemae/ds-controlled-form": "3.70.0-next.74",
|
|
75
|
+
"@elliemae/ds-data-table": "3.70.0-next.74",
|
|
76
|
+
"@elliemae/ds-csv-converter": "3.70.0-next.74",
|
|
77
|
+
"@elliemae/ds-data-table-action-cell": "3.70.0-next.74",
|
|
78
|
+
"@elliemae/ds-data-table-cell": "3.70.0-next.74",
|
|
79
|
+
"@elliemae/ds-data-table-cell-header": "3.70.0-next.74",
|
|
80
|
+
"@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.74",
|
|
81
|
+
"@elliemae/ds-data-table-expand-cell": "3.70.0-next.74",
|
|
82
|
+
"@elliemae/ds-data-table-filters": "3.70.0-next.74",
|
|
83
|
+
"@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.74",
|
|
84
|
+
"@elliemae/ds-data-table-single-select-cell": "3.70.0-next.74",
|
|
85
|
+
"@elliemae/ds-dataviz": "3.70.0-next.74",
|
|
86
|
+
"@elliemae/ds-dataviz-pie": "3.70.0-next.74",
|
|
87
|
+
"@elliemae/ds-date-time-picker": "3.70.0-next.74",
|
|
88
|
+
"@elliemae/ds-decision-graph": "3.70.0-next.74",
|
|
89
|
+
"@elliemae/ds-dropdownmenu-v2": "3.70.0-next.74",
|
|
90
|
+
"@elliemae/ds-drag-and-drop": "3.70.0-next.74",
|
|
91
|
+
"@elliemae/ds-dialog": "3.70.0-next.74",
|
|
92
|
+
"@elliemae/ds-dropzone": "3.70.0-next.74",
|
|
93
|
+
"@elliemae/ds-filter-bar": "3.70.0-next.74",
|
|
94
|
+
"@elliemae/ds-form-checkbox": "3.70.0-next.74",
|
|
95
|
+
"@elliemae/ds-form-combobox": "3.70.0-next.74",
|
|
96
|
+
"@elliemae/ds-fast-list": "3.70.0-next.74",
|
|
97
|
+
"@elliemae/ds-floating-context": "3.70.0-next.74",
|
|
98
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.74",
|
|
99
|
+
"@elliemae/ds-form-date-range-picker": "3.70.0-next.74",
|
|
100
|
+
"@elliemae/ds-form-input-text": "3.70.0-next.74",
|
|
101
|
+
"@elliemae/ds-form-layout-autocomplete": "3.70.0-next.74",
|
|
102
|
+
"@elliemae/ds-form-input-textarea": "3.70.0-next.74",
|
|
103
|
+
"@elliemae/ds-form-date-time-picker": "3.70.0-next.74",
|
|
104
|
+
"@elliemae/ds-form-layout-input-group": "3.70.0-next.74",
|
|
105
|
+
"@elliemae/ds-form-layout-blocks": "3.70.0-next.74",
|
|
106
|
+
"@elliemae/ds-form-multi-combobox": "3.70.0-next.74",
|
|
107
|
+
"@elliemae/ds-form-layout-label": "3.70.0-next.74",
|
|
108
|
+
"@elliemae/ds-form-radio": "3.70.0-next.74",
|
|
109
|
+
"@elliemae/ds-form-native-select": "3.70.0-next.74",
|
|
110
|
+
"@elliemae/ds-form-select": "3.70.0-next.74",
|
|
111
|
+
"@elliemae/ds-form-toggle": "3.70.0-next.74",
|
|
112
|
+
"@elliemae/ds-form-single-combobox": "3.70.0-next.74",
|
|
113
|
+
"@elliemae/ds-grid": "3.70.0-next.74",
|
|
114
|
+
"@elliemae/ds-global-header": "3.70.0-next.74",
|
|
115
|
+
"@elliemae/ds-hooks-focus-trap": "3.70.0-next.74",
|
|
116
|
+
"@elliemae/ds-hooks-fontsize-media": "3.70.0-next.74",
|
|
117
|
+
"@elliemae/ds-hooks-focus-stack": "3.70.0-next.74",
|
|
118
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.74",
|
|
119
|
+
"@elliemae/ds-hooks-is-mobile": "3.70.0-next.74",
|
|
120
|
+
"@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.74",
|
|
121
|
+
"@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.74",
|
|
122
|
+
"@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.74",
|
|
123
|
+
"@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.74",
|
|
124
|
+
"@elliemae/ds-hooks-on-blur-out": "3.70.0-next.74",
|
|
125
|
+
"@elliemae/ds-icon": "3.70.0-next.74",
|
|
126
|
+
"@elliemae/ds-layout-provider": "3.70.0-next.74",
|
|
127
|
+
"@elliemae/ds-imagelibrarymodal": "3.70.0-next.74",
|
|
128
|
+
"@elliemae/ds-image": "3.70.0-next.74",
|
|
129
|
+
"@elliemae/ds-icons": "3.70.0-next.74",
|
|
130
|
+
"@elliemae/ds-left-navigation": "3.70.0-next.74",
|
|
131
|
+
"@elliemae/ds-loading-indicator": "3.70.0-next.74",
|
|
132
|
+
"@elliemae/ds-menu-items": "3.70.0-next.74",
|
|
133
|
+
"@elliemae/ds-menu-button": "3.70.0-next.74",
|
|
134
|
+
"@elliemae/ds-menu-items-action": "3.70.0-next.74",
|
|
135
|
+
"@elliemae/ds-menu-items-commons": "3.70.0-next.74",
|
|
136
|
+
"@elliemae/ds-menu-items-multi": "3.70.0-next.74",
|
|
137
|
+
"@elliemae/ds-menu-items-section": "3.70.0-next.74",
|
|
138
|
+
"@elliemae/ds-menu-items-separator": "3.70.0-next.74",
|
|
139
|
+
"@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.74",
|
|
140
|
+
"@elliemae/ds-menu-items-single": "3.70.0-next.74",
|
|
141
|
+
"@elliemae/ds-menu-items-skeleton": "3.70.0-next.74",
|
|
142
|
+
"@elliemae/ds-menu-items-submenu": "3.70.0-next.74",
|
|
143
|
+
"@elliemae/ds-menu-tree-item": "3.70.0-next.74",
|
|
144
|
+
"@elliemae/ds-notification-badge": "3.70.0-next.74",
|
|
145
|
+
"@elliemae/ds-mobile": "3.70.0-next.74",
|
|
146
|
+
"@elliemae/ds-modal-slide": "3.70.0-next.74",
|
|
147
|
+
"@elliemae/ds-overlay": "3.70.0-next.74",
|
|
148
|
+
"@elliemae/ds-page-header-v1": "3.70.0-next.74",
|
|
149
|
+
"@elliemae/ds-page-header-v2": "3.70.0-next.74",
|
|
150
|
+
"@elliemae/ds-page-header": "3.70.0-next.74",
|
|
151
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.74",
|
|
152
|
+
"@elliemae/ds-page-layout": "3.70.0-next.74",
|
|
153
|
+
"@elliemae/ds-portal": "3.70.0-next.74",
|
|
154
|
+
"@elliemae/ds-progress-indicator": "3.70.0-next.74",
|
|
155
|
+
"@elliemae/ds-pagination": "3.70.0-next.74",
|
|
156
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.74",
|
|
157
|
+
"@elliemae/ds-query-builder": "3.70.0-next.74",
|
|
158
|
+
"@elliemae/ds-read-more": "3.70.0-next.74",
|
|
159
|
+
"@elliemae/ds-scrollable-container": "3.70.0-next.74",
|
|
160
|
+
"@elliemae/ds-ribbon": "3.70.0-next.74",
|
|
161
|
+
"@elliemae/ds-shared": "3.70.0-next.74",
|
|
162
|
+
"@elliemae/ds-resizeable-container": "3.70.0-next.74",
|
|
163
|
+
"@elliemae/ds-separator": "3.70.0-next.74",
|
|
164
|
+
"@elliemae/ds-shuttle-v2": "3.70.0-next.74",
|
|
165
|
+
"@elliemae/ds-side-panel-header": "3.70.0-next.74",
|
|
166
|
+
"@elliemae/ds-side-panel": "3.70.0-next.74",
|
|
167
|
+
"@elliemae/ds-skeleton": "3.70.0-next.74",
|
|
168
|
+
"@elliemae/ds-square-indicator": "3.70.0-next.74",
|
|
169
|
+
"@elliemae/ds-stepper": "3.70.0-next.74",
|
|
170
|
+
"@elliemae/ds-slider-v2": "3.70.0-next.74",
|
|
171
|
+
"@elliemae/ds-tabs": "3.70.0-next.74",
|
|
172
|
+
"@elliemae/ds-system": "3.70.0-next.74",
|
|
173
|
+
"@elliemae/ds-svg": "3.70.0-next.74",
|
|
174
|
+
"@elliemae/ds-test-utils": "3.70.0-next.74",
|
|
175
|
+
"@elliemae/ds-toast": "3.70.0-next.74",
|
|
176
|
+
"@elliemae/ds-toolbar-v1": "3.70.0-next.74",
|
|
177
|
+
"@elliemae/ds-toolbar-v2": "3.70.0-next.74",
|
|
178
|
+
"@elliemae/ds-transition": "3.70.0-next.74",
|
|
179
|
+
"@elliemae/ds-tooltip-v3": "3.70.0-next.74",
|
|
180
|
+
"@elliemae/ds-tree-model": "3.70.0-next.74",
|
|
181
|
+
"@elliemae/ds-treeview": "3.70.0-next.74",
|
|
182
|
+
"@elliemae/ds-typography": "3.70.0-next.74",
|
|
183
|
+
"@elliemae/ds-truncated-expandable-text": "3.70.0-next.74",
|
|
184
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.74",
|
|
185
|
+
"@elliemae/ds-virtual-list": "3.70.0-next.74",
|
|
186
|
+
"@elliemae/ds-wizard": "3.70.0-next.74",
|
|
187
|
+
"@elliemae/ds-zustand-helpers": "3.70.0-next.74",
|
|
188
|
+
"@elliemae/ds-pills-v2": "3.70.0-next.74"
|
|
189
189
|
},
|
|
190
190
|
"publishConfig": {
|
|
191
191
|
"access": "public"
|
package/z-index/ZindexCO.js
CHANGED
|
@@ -82,6 +82,10 @@ export default class ZIndexCO extends PageObject {
|
|
|
82
82
|
|
|
83
83
|
// Dialog from side panel
|
|
84
84
|
|
|
85
|
+
static getCloseDialogBtn() {
|
|
86
|
+
return $('[data-testid="close-dialog-button"]');
|
|
87
|
+
}
|
|
88
|
+
|
|
85
89
|
static getToggleModalSlideWithinDialog() {
|
|
86
90
|
return $('[data-testid="toggle-btn"]');
|
|
87
91
|
}
|
|
@@ -40,7 +40,13 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
40
40
|
it('04: should display date correctly', async () => {
|
|
41
41
|
await browser.eyesOpen();
|
|
42
42
|
await (await ZIndexCO.getPickerChip(2)).click();
|
|
43
|
-
|
|
43
|
+
/*
|
|
44
|
+
* Escape cannot unwind these layers: focus sits on a chip whose label overflows, so the
|
|
45
|
+
* label is expanded and ds-chip consumes the first Escape to dismiss it (PUI-17950,
|
|
46
|
+
* WCAG 1.4.13) before the picker or the dialog ever see it. Closing the dialog explicitly
|
|
47
|
+
* tears down the picker with it, and leaves the side panel button free of the backdrop.
|
|
48
|
+
*/
|
|
49
|
+
await (await ZIndexCO.getCloseDialogBtn()).click();
|
|
44
50
|
await (await ZIndexCO.getOpenDialogOnSidePanel()).click();
|
|
45
51
|
const dateTrigger = await ZIndexCO.getDateTimeOnSidePanelDialog();
|
|
46
52
|
await dateTrigger.click();
|