dimsum-e2e-tests 3.70.0-next.48 → 3.70.0-next.50

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.
Files changed (26) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/ds-controlled-form/ds-controlled-radio/aria-disabled/DSControlledRadio.aria-disabled.axe-core.func.spec.js +16 -2
  3. package/ds-controlled-form/ds-controlled-radio/aria-disabled/DSControlledRadio.aria-disabled.func.spec.js +37 -0
  4. package/ds-data-table-async/DSDataTableCO.js +2 -0
  5. package/ds-data-table-async/components/HeaderCO.js +15 -0
  6. package/ds-data-table-async/filter-menu-close/DSDataTable.filter-menu-close.func.spec.js +39 -0
  7. package/ds-data-table-async/header-affordances/DSDataTable.header-affordances.func.spec.js +92 -0
  8. package/ds-data-table-async/resizable/DSDataTable.resize-min-clamp.func.spec.js +72 -0
  9. package/ds-data-table-async/toggle-cell-focus/DSDataTable.toggle-cell-enter-focus.func.spec.js +31 -0
  10. package/ds-form-date-range-picker/DateRangePicker.axe-core.spec.js +5 -0
  11. package/ds-form-date-range-picker/DateRangePicker.functional.spec.js +80 -18
  12. package/ds-form-date-range-picker/DateRangePickerCO.js +6 -0
  13. package/ds-form-date-time-picker/partial-date-open-focus/DateTimePicker.partial-date-open-focus.func.spec.js +45 -0
  14. package/ds-form-toggle/DSToggle.func.spec.js +20 -23
  15. package/ds-form-toggle/DSToggleCO.js +11 -2
  16. package/ds-global-header/GlobalHeader.announcements.func.spec.js +27 -0
  17. package/ds-global-header/GlobalHeader.axe-core.func.spec.js +15 -15
  18. package/ds-global-header/GlobalHeader.func.spec.js +70 -1
  19. package/ds-global-header/GlobalHeaderCO.js +25 -1
  20. package/ds-hooks/useFocusStack/DSHook.useFocusStack.func.spec.js +83 -0
  21. package/ds-shuttle-v2/DSShuttleV2CO.js +4 -0
  22. package/ds-shuttle-v2/breadcrumb-a11y/DSShuttleV2.breadcrumb-a11y.func.spec.js +43 -0
  23. package/ds-shuttle-v2/items/DSShuttleV2.items.func.spec.js +4 -2
  24. package/package.json +149 -150
  25. package/paths.js +0 -3
  26. package/ds-hooks/useFocusStack/DSHook.useFocusStack.skipped.js +0 -57
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.48",
4
+ "version": "3.70.0-next.50",
5
5
  "description": "End-to-end tests for dimsum library",
6
6
  "dependencies": {
7
7
  "@elliemae/ds-legacy-button": "1.0.16",
@@ -38,155 +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-accessibility": "3.70.0-next.48",
42
- "@elliemae/ds-accordion": "3.70.0-next.48",
43
- "@elliemae/ds-backdrop": "3.70.0-next.48",
44
- "@elliemae/ds-banner": "3.70.0-next.48",
45
- "@elliemae/ds-breadcrumb": "3.70.0-next.48",
46
- "@elliemae/ds-basic": "3.70.0-next.48",
47
- "@elliemae/ds-button-v2": "3.70.0-next.48",
48
- "@elliemae/ds-app-picker": "3.70.0-next.48",
49
- "@elliemae/ds-accordion-native": "3.70.0-next.48",
50
- "@elliemae/ds-card": "3.70.0-next.48",
51
- "@elliemae/ds-card-navigation": "3.70.0-next.48",
52
- "@elliemae/ds-card-v1": "3.70.0-next.48",
53
- "@elliemae/ds-card-v2": "3.70.0-next.48",
54
- "@elliemae/ds-card-v1-detail": "3.70.0-next.48",
55
- "@elliemae/ds-card-v2-action-addon": "3.70.0-next.48",
56
- "@elliemae/ds-card-v2-group": "3.70.0-next.48",
57
- "@elliemae/ds-chat": "3.70.0-next.48",
58
- "@elliemae/ds-card-v3-poc": "3.70.0-next.48",
59
- "@elliemae/ds-chat-bubble": "3.70.0-next.48",
60
- "@elliemae/ds-card-v3": "3.70.0-next.48",
61
- "@elliemae/ds-chat-container": "3.70.0-next.48",
62
- "@elliemae/ds-chat-card": "3.70.0-next.48",
63
- "@elliemae/ds-chat-container-header": "3.70.0-next.48",
64
- "@elliemae/ds-chat-empty-state": "3.70.0-next.48",
65
- "@elliemae/ds-chat-message-delimeter": "3.70.0-next.48",
66
- "@elliemae/ds-chat-sidebar": "3.70.0-next.48",
67
- "@elliemae/ds-chat-floating-button": "3.70.0-next.48",
68
- "@elliemae/ds-chat-system-message": "3.70.0-next.48",
69
- "@elliemae/ds-chat-tile": "3.70.0-next.48",
70
- "@elliemae/ds-chip": "3.70.0-next.48",
71
- "@elliemae/ds-classnames": "3.70.0-next.48",
72
- "@elliemae/ds-codeeditor": "3.70.0-next.48",
73
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.48",
74
- "@elliemae/ds-comments": "3.70.0-next.48",
75
- "@elliemae/ds-controlled-form": "3.70.0-next.48",
76
- "@elliemae/ds-data-table-action-cell": "3.70.0-next.48",
77
- "@elliemae/ds-csv-converter": "3.70.0-next.48",
78
- "@elliemae/ds-data-table": "3.70.0-next.48",
79
- "@elliemae/ds-data-table-cell": "3.70.0-next.48",
80
- "@elliemae/ds-data-table-expand-cell": "3.70.0-next.48",
81
- "@elliemae/ds-data-table-cell-header": "3.70.0-next.48",
82
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.48",
83
- "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.48",
84
- "@elliemae/ds-data-table-filters": "3.70.0-next.48",
85
- "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.48",
86
- "@elliemae/ds-dataviz-pie": "3.70.0-next.48",
87
- "@elliemae/ds-dataviz": "3.70.0-next.48",
88
- "@elliemae/ds-date-time-picker": "3.70.0-next.48",
89
- "@elliemae/ds-decision-graph": "3.70.0-next.48",
90
- "@elliemae/ds-dialog": "3.70.0-next.48",
91
- "@elliemae/ds-drag-and-drop": "3.70.0-next.48",
92
- "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.48",
93
- "@elliemae/ds-filter-bar": "3.70.0-next.48",
94
- "@elliemae/ds-fast-list": "3.70.0-next.48",
95
- "@elliemae/ds-form-checkbox": "3.70.0-next.48",
96
- "@elliemae/ds-form-combobox": "3.70.0-next.48",
97
- "@elliemae/ds-floating-context": "3.70.0-next.48",
98
- "@elliemae/ds-form-date-range-picker": "3.70.0-next.48",
99
- "@elliemae/ds-dropzone": "3.70.0-next.48",
100
- "@elliemae/ds-form-date-time-picker": "3.70.0-next.48",
101
- "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.48",
102
- "@elliemae/ds-form-input-textarea": "3.70.0-next.48",
103
- "@elliemae/ds-form-input-text": "3.70.0-next.48",
104
- "@elliemae/ds-form-layout-blocks": "3.70.0-next.48",
105
- "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.48",
106
- "@elliemae/ds-form-layout-input-group": "3.70.0-next.48",
107
- "@elliemae/ds-form-layout-label": "3.70.0-next.48",
108
- "@elliemae/ds-form-radio": "3.70.0-next.48",
109
- "@elliemae/ds-form-native-select": "3.70.0-next.48",
110
- "@elliemae/ds-form-multi-combobox": "3.70.0-next.48",
111
- "@elliemae/ds-form-single-combobox": "3.70.0-next.48",
112
- "@elliemae/ds-form-select": "3.70.0-next.48",
113
- "@elliemae/ds-global-header": "3.70.0-next.48",
114
- "@elliemae/ds-form-toggle": "3.70.0-next.48",
115
- "@elliemae/ds-hooks-focus-trap": "3.70.0-next.48",
116
- "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.48",
117
- "@elliemae/ds-hooks-focus-stack": "3.70.0-next.48",
118
- "@elliemae/ds-grid": "3.70.0-next.48",
119
- "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.48",
120
- "@elliemae/ds-hooks-is-mobile": "3.70.0-next.48",
121
- "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.48",
122
- "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.48",
123
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.48",
124
- "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.48",
125
- "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.48",
126
- "@elliemae/ds-icons": "3.70.0-next.48",
127
- "@elliemae/ds-imagelibrarymodal": "3.70.0-next.48",
128
- "@elliemae/ds-image": "3.70.0-next.48",
129
- "@elliemae/ds-icon": "3.70.0-next.48",
130
- "@elliemae/ds-layout-provider": "3.70.0-next.48",
131
- "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.48",
132
- "@elliemae/ds-left-navigation": "3.70.0-next.48",
133
- "@elliemae/ds-loading-indicator": "3.70.0-next.48",
134
- "@elliemae/ds-menu-button": "3.70.0-next.48",
135
- "@elliemae/ds-menu-items": "3.70.0-next.48",
136
- "@elliemae/ds-menu-items-commons": "3.70.0-next.48",
137
- "@elliemae/ds-menu-items-multi": "3.70.0-next.48",
138
- "@elliemae/ds-menu-items-action": "3.70.0-next.48",
139
- "@elliemae/ds-menu-items-section": "3.70.0-next.48",
140
- "@elliemae/ds-menu-items-single": "3.70.0-next.48",
141
- "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.48",
142
- "@elliemae/ds-menu-items-separator": "3.70.0-next.48",
143
- "@elliemae/ds-menu-items-submenu": "3.70.0-next.48",
144
- "@elliemae/ds-menu-items-skeleton": "3.70.0-next.48",
145
- "@elliemae/ds-menu-tree-item": "3.70.0-next.48",
146
- "@elliemae/ds-mobile": "3.70.0-next.48",
147
- "@elliemae/ds-notification-badge": "3.70.0-next.48",
148
- "@elliemae/ds-modal-slide": "3.70.0-next.48",
149
- "@elliemae/ds-page-header": "3.70.0-next.48",
150
- "@elliemae/ds-overlay": "3.70.0-next.48",
151
- "@elliemae/ds-page-header-v1": "3.70.0-next.48",
152
- "@elliemae/ds-page-header-v2": "3.70.0-next.48",
153
- "@elliemae/ds-page-layout": "3.70.0-next.48",
154
- "@elliemae/ds-pills-v2": "3.70.0-next.48",
155
- "@elliemae/ds-pagination": "3.70.0-next.48",
156
- "@elliemae/ds-progress-indicator": "3.70.0-next.48",
157
- "@elliemae/ds-props-helpers": "3.70.0-next.48",
158
- "@elliemae/ds-portal": "3.70.0-next.48",
159
- "@elliemae/ds-read-more": "3.70.0-next.48",
160
- "@elliemae/ds-resizeable-container": "3.70.0-next.48",
161
- "@elliemae/ds-query-builder": "3.70.0-next.48",
162
- "@elliemae/ds-ribbon": "3.70.0-next.48",
163
- "@elliemae/ds-scrollable-container": "3.70.0-next.48",
164
- "@elliemae/ds-separator": "3.70.0-next.48",
165
- "@elliemae/ds-shuttle-v2": "3.70.0-next.48",
166
- "@elliemae/ds-shared": "3.70.0-next.48",
167
- "@elliemae/ds-side-panel": "3.70.0-next.48",
168
- "@elliemae/ds-slider-v2": "3.70.0-next.48",
169
- "@elliemae/ds-skeleton": "3.70.0-next.48",
170
- "@elliemae/ds-square-indicator": "3.70.0-next.48",
171
- "@elliemae/ds-svg": "3.70.0-next.48",
172
- "@elliemae/ds-stepper": "3.70.0-next.48",
173
- "@elliemae/ds-system": "3.70.0-next.48",
174
- "@elliemae/ds-side-panel-header": "3.70.0-next.48",
175
- "@elliemae/ds-tabs": "3.70.0-next.48",
176
- "@elliemae/ds-toast": "3.70.0-next.48",
177
- "@elliemae/ds-toolbar-v1": "3.70.0-next.48",
178
- "@elliemae/ds-toolbar-v2": "3.70.0-next.48",
179
- "@elliemae/ds-transition": "3.70.0-next.48",
180
- "@elliemae/ds-test-utils": "3.70.0-next.48",
181
- "@elliemae/ds-tooltip-v3": "3.70.0-next.48",
182
- "@elliemae/ds-tree-model": "3.70.0-next.48",
183
- "@elliemae/ds-treeview": "3.70.0-next.48",
184
- "@elliemae/ds-typescript-helpers": "3.70.0-next.48",
185
- "@elliemae/ds-truncated-expandable-text": "3.70.0-next.48",
186
- "@elliemae/ds-virtual-list": "3.70.0-next.48",
187
- "@elliemae/ds-zustand-helpers": "3.70.0-next.48",
188
- "@elliemae/ds-wizard": "3.70.0-next.48",
189
- "@elliemae/ds-typography": "3.70.0-next.48"
41
+ "@elliemae/ds-accessibility": "3.70.0-next.50",
42
+ "@elliemae/ds-accordion": "3.70.0-next.50",
43
+ "@elliemae/ds-backdrop": "3.70.0-next.50",
44
+ "@elliemae/ds-app-picker": "3.70.0-next.50",
45
+ "@elliemae/ds-banner": "3.70.0-next.50",
46
+ "@elliemae/ds-basic": "3.70.0-next.50",
47
+ "@elliemae/ds-breadcrumb": "3.70.0-next.50",
48
+ "@elliemae/ds-button-v2": "3.70.0-next.50",
49
+ "@elliemae/ds-card": "3.70.0-next.50",
50
+ "@elliemae/ds-card-navigation": "3.70.0-next.50",
51
+ "@elliemae/ds-card-v1": "3.70.0-next.50",
52
+ "@elliemae/ds-card-v1-detail": "3.70.0-next.50",
53
+ "@elliemae/ds-card-v2": "3.70.0-next.50",
54
+ "@elliemae/ds-card-v2-action-addon": "3.70.0-next.50",
55
+ "@elliemae/ds-card-v2-group": "3.70.0-next.50",
56
+ "@elliemae/ds-card-v3": "3.70.0-next.50",
57
+ "@elliemae/ds-card-v3-poc": "3.70.0-next.50",
58
+ "@elliemae/ds-chat": "3.70.0-next.50",
59
+ "@elliemae/ds-chat-bubble": "3.70.0-next.50",
60
+ "@elliemae/ds-chat-card": "3.70.0-next.50",
61
+ "@elliemae/ds-chat-container": "3.70.0-next.50",
62
+ "@elliemae/ds-chat-container-header": "3.70.0-next.50",
63
+ "@elliemae/ds-chat-empty-state": "3.70.0-next.50",
64
+ "@elliemae/ds-chat-floating-button": "3.70.0-next.50",
65
+ "@elliemae/ds-chat-message-delimeter": "3.70.0-next.50",
66
+ "@elliemae/ds-chat-system-message": "3.70.0-next.50",
67
+ "@elliemae/ds-chat-tile": "3.70.0-next.50",
68
+ "@elliemae/ds-chat-sidebar": "3.70.0-next.50",
69
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.50",
70
+ "@elliemae/ds-classnames": "3.70.0-next.50",
71
+ "@elliemae/ds-chip": "3.70.0-next.50",
72
+ "@elliemae/ds-codeeditor": "3.70.0-next.50",
73
+ "@elliemae/ds-comments": "3.70.0-next.50",
74
+ "@elliemae/ds-controlled-form": "3.70.0-next.50",
75
+ "@elliemae/ds-csv-converter": "3.70.0-next.50",
76
+ "@elliemae/ds-data-table-action-cell": "3.70.0-next.50",
77
+ "@elliemae/ds-data-table-cell": "3.70.0-next.50",
78
+ "@elliemae/ds-data-table": "3.70.0-next.50",
79
+ "@elliemae/ds-data-table-cell-header": "3.70.0-next.50",
80
+ "@elliemae/ds-data-table-expand-cell": "3.70.0-next.50",
81
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.50",
82
+ "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.50",
83
+ "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.50",
84
+ "@elliemae/ds-dataviz-pie": "3.70.0-next.50",
85
+ "@elliemae/ds-data-table-filters": "3.70.0-next.50",
86
+ "@elliemae/ds-dataviz": "3.70.0-next.50",
87
+ "@elliemae/ds-decision-graph": "3.70.0-next.50",
88
+ "@elliemae/ds-date-time-picker": "3.70.0-next.50",
89
+ "@elliemae/ds-dialog": "3.70.0-next.50",
90
+ "@elliemae/ds-drag-and-drop": "3.70.0-next.50",
91
+ "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.50",
92
+ "@elliemae/ds-dropzone": "3.70.0-next.50",
93
+ "@elliemae/ds-fast-list": "3.70.0-next.50",
94
+ "@elliemae/ds-filter-bar": "3.70.0-next.50",
95
+ "@elliemae/ds-form-combobox": "3.70.0-next.50",
96
+ "@elliemae/ds-form-checkbox": "3.70.0-next.50",
97
+ "@elliemae/ds-floating-context": "3.70.0-next.50",
98
+ "@elliemae/ds-form-date-range-picker": "3.70.0-next.50",
99
+ "@elliemae/ds-form-date-time-picker": "3.70.0-next.50",
100
+ "@elliemae/ds-form-input-text": "3.70.0-next.50",
101
+ "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.50",
102
+ "@elliemae/ds-form-input-textarea": "3.70.0-next.50",
103
+ "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.50",
104
+ "@elliemae/ds-form-layout-input-group": "3.70.0-next.50",
105
+ "@elliemae/ds-form-layout-blocks": "3.70.0-next.50",
106
+ "@elliemae/ds-form-multi-combobox": "3.70.0-next.50",
107
+ "@elliemae/ds-form-native-select": "3.70.0-next.50",
108
+ "@elliemae/ds-form-layout-label": "3.70.0-next.50",
109
+ "@elliemae/ds-form-radio": "3.70.0-next.50",
110
+ "@elliemae/ds-form-select": "3.70.0-next.50",
111
+ "@elliemae/ds-form-single-combobox": "3.70.0-next.50",
112
+ "@elliemae/ds-form-toggle": "3.70.0-next.50",
113
+ "@elliemae/ds-global-header": "3.70.0-next.50",
114
+ "@elliemae/ds-grid": "3.70.0-next.50",
115
+ "@elliemae/ds-hooks-focus-stack": "3.70.0-next.50",
116
+ "@elliemae/ds-hooks-focus-trap": "3.70.0-next.50",
117
+ "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.50",
118
+ "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.50",
119
+ "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.50",
120
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.50",
121
+ "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.50",
122
+ "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.50",
123
+ "@elliemae/ds-hooks-is-mobile": "3.70.0-next.50",
124
+ "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.50",
125
+ "@elliemae/ds-image": "3.70.0-next.50",
126
+ "@elliemae/ds-icon": "3.70.0-next.50",
127
+ "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.50",
128
+ "@elliemae/ds-layout-provider": "3.70.0-next.50",
129
+ "@elliemae/ds-left-navigation": "3.70.0-next.50",
130
+ "@elliemae/ds-menu-items": "3.70.0-next.50",
131
+ "@elliemae/ds-imagelibrarymodal": "3.70.0-next.50",
132
+ "@elliemae/ds-icons": "3.70.0-next.50",
133
+ "@elliemae/ds-loading-indicator": "3.70.0-next.50",
134
+ "@elliemae/ds-menu-button": "3.70.0-next.50",
135
+ "@elliemae/ds-menu-items-action": "3.70.0-next.50",
136
+ "@elliemae/ds-menu-items-commons": "3.70.0-next.50",
137
+ "@elliemae/ds-menu-items-multi": "3.70.0-next.50",
138
+ "@elliemae/ds-menu-items-section": "3.70.0-next.50",
139
+ "@elliemae/ds-menu-items-single": "3.70.0-next.50",
140
+ "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.50",
141
+ "@elliemae/ds-menu-items-separator": "3.70.0-next.50",
142
+ "@elliemae/ds-menu-items-skeleton": "3.70.0-next.50",
143
+ "@elliemae/ds-menu-items-submenu": "3.70.0-next.50",
144
+ "@elliemae/ds-mobile": "3.70.0-next.50",
145
+ "@elliemae/ds-menu-tree-item": "3.70.0-next.50",
146
+ "@elliemae/ds-notification-badge": "3.70.0-next.50",
147
+ "@elliemae/ds-overlay": "3.70.0-next.50",
148
+ "@elliemae/ds-modal-slide": "3.70.0-next.50",
149
+ "@elliemae/ds-page-header": "3.70.0-next.50",
150
+ "@elliemae/ds-page-header-v1": "3.70.0-next.50",
151
+ "@elliemae/ds-page-header-v2": "3.70.0-next.50",
152
+ "@elliemae/ds-pagination": "3.70.0-next.50",
153
+ "@elliemae/ds-page-layout": "3.70.0-next.50",
154
+ "@elliemae/ds-pills-v2": "3.70.0-next.50",
155
+ "@elliemae/ds-portal": "3.70.0-next.50",
156
+ "@elliemae/ds-progress-indicator": "3.70.0-next.50",
157
+ "@elliemae/ds-query-builder": "3.70.0-next.50",
158
+ "@elliemae/ds-read-more": "3.70.0-next.50",
159
+ "@elliemae/ds-resizeable-container": "3.70.0-next.50",
160
+ "@elliemae/ds-ribbon": "3.70.0-next.50",
161
+ "@elliemae/ds-props-helpers": "3.70.0-next.50",
162
+ "@elliemae/ds-separator": "3.70.0-next.50",
163
+ "@elliemae/ds-scrollable-container": "3.70.0-next.50",
164
+ "@elliemae/ds-shared": "3.70.0-next.50",
165
+ "@elliemae/ds-shuttle-v2": "3.70.0-next.50",
166
+ "@elliemae/ds-skeleton": "3.70.0-next.50",
167
+ "@elliemae/ds-side-panel": "3.70.0-next.50",
168
+ "@elliemae/ds-side-panel-header": "3.70.0-next.50",
169
+ "@elliemae/ds-slider-v2": "3.70.0-next.50",
170
+ "@elliemae/ds-square-indicator": "3.70.0-next.50",
171
+ "@elliemae/ds-stepper": "3.70.0-next.50",
172
+ "@elliemae/ds-svg": "3.70.0-next.50",
173
+ "@elliemae/ds-system": "3.70.0-next.50",
174
+ "@elliemae/ds-tabs": "3.70.0-next.50",
175
+ "@elliemae/ds-test-utils": "3.70.0-next.50",
176
+ "@elliemae/ds-toast": "3.70.0-next.50",
177
+ "@elliemae/ds-toolbar-v2": "3.70.0-next.50",
178
+ "@elliemae/ds-toolbar-v1": "3.70.0-next.50",
179
+ "@elliemae/ds-tooltip-v3": "3.70.0-next.50",
180
+ "@elliemae/ds-transition": "3.70.0-next.50",
181
+ "@elliemae/ds-tree-model": "3.70.0-next.50",
182
+ "@elliemae/ds-treeview": "3.70.0-next.50",
183
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.50",
184
+ "@elliemae/ds-truncated-expandable-text": "3.70.0-next.50",
185
+ "@elliemae/ds-typography": "3.70.0-next.50",
186
+ "@elliemae/ds-virtual-list": "3.70.0-next.50",
187
+ "@elliemae/ds-wizard": "3.70.0-next.50",
188
+ "@elliemae/ds-zustand-helpers": "3.70.0-next.50"
190
189
  },
191
190
  "publishConfig": {
192
191
  "access": "public"
package/paths.js CHANGED
@@ -113,8 +113,6 @@ export const PATH_DROPDOWNMENU_V2 = `${PATH_COMPONENTS}/DropdownMenuV2`;
113
113
  export const PATH_TOAST = `${PATH_COMPONENTS}/Toast`;
114
114
  export const PATH_ACCORDION = `${PATH_COMPONENTS}/Accordion`;
115
115
  export const PATH_ACCORDION_EXAMPLES = `${PATH_ACCORDION}/Examples`;
116
- export const PATH_ACCORDION_NATIVE = `${PATH_POC}/native-accordion`;
117
- export const PATH_ACCORDION_NATIVE_EXAMPLES = `${PATH_ACCORDION_NATIVE}/Examples`;
118
116
  export const PATH_D_TOGGLED = `${PATH_COMPONENTS}/Toggle`;
119
117
  export const PATH_PAGE_NUMBER = `${PATH_END_OF_LIFE}/PageNumber/Examples`;
120
118
  export const PATH_SLIDER = `${PATH_COMPONENTS}/Slider/Examples`;
@@ -313,7 +311,6 @@ export const PATH_E2E_GLOBAL_HEADER = `${PATH_E2E}/Global-Header`;
313
311
  export const PATH_E2E_HOOK_FORM = `${PATH_E2E}/React-hook-form`;
314
312
  export const PATH_E2E_ACCORDION = `${PATH_E2E}/Accordion`;
315
313
  export const PATH_E2E_ACCORDION_PITFALLS = `${PATH_E2E_ACCORDION}/Pitfalls`;
316
- export const PATH_E2E_ACCORDION_NATIVE = `${PATH_E2E}/AccordionNative`;
317
314
  export const PATH_E2E_VIRTUAL_LIST = `${PATH_E2E}/Virtual-list`;
318
315
  export const PATH_E2E_COMBOBOX = `${PATH_E2E_END_OF_LIFE}/ComboboxV2`;
319
316
  export const PATH_E2E_COMBOBOX_V3 = `${PATH_E2E}/ComboboxV3`;
@@ -1,57 +0,0 @@
1
- /* eslint-disable max-len */
2
- import { Key } from 'webdriverio';
3
- import useFocusStackCO from './useFocusStackCO';
4
- import { tabStops, sendKeyRepeat } from '../../helpers';
5
- import DSPillsV2CO from '../../ds-pills-v2/DSPillsV2CO';
6
- import DSButtonV3CO from '../../ds-button-v3/DSButtonV3CO';
7
-
8
- if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
9
- // Skipped until 13301 gets fixed. Update testcase
10
- describe.skip('PUI-13147: UseFocusStack for focus return -Func', () => {
11
- before(async () => {
12
- const errorOnGo = await useFocusStackCO.basicURL.go();
13
- if (errorOnGo) throw errorOnGo;
14
- });
15
- it('01: should Tab x5 and have E focused', async () => {
16
- await tabStops(5);
17
- const typographys = (await useFocusStackCO.getTypographys()).length;
18
- const pillE = await DSPillsV2CO.getCloseButtonByIndex(4);
19
- await expect(typographys).toEqual(5);
20
- await expect(pillE).toBeFocused();
21
- });
22
- it('02: should delete E and return to D', async () => {
23
- const pillE = await DSPillsV2CO.getCloseButtonByIndex(4);
24
- await pillE.click();
25
- const pillD = await DSPillsV2CO.getCloseButtonByIndex(3);
26
- const typographys = (await useFocusStackCO.getTypographys()).length;
27
- await expect(typographys).toEqual(4);
28
- await expect(pillD).toBeFocused();
29
- });
30
- it('03: should delete C and D and return to RESET (fallback)', async () => {
31
- const pillC = await DSPillsV2CO.getCloseButtonByIndex(2);
32
- await pillC.click();
33
- const pillD = await DSPillsV2CO.getCloseButtonByIndex(2);
34
- await pillD.click();
35
- const typographys = (await useFocusStackCO.getTypographys()).length;
36
- const reset = await DSButtonV3CO.getButtonByIndex(0);
37
- await expect(typographys).toEqual(2);
38
- await expect(reset).toBeFocused();
39
- });
40
- it.skip('05: should cick RESET and have all items back, then shift+tab x3 and focus E', async () => {
41
- await browser.keys(Key.Return);
42
- await sendKeyRepeat([Key.Shift, Key.Tab], 3);
43
- const typographys = (await useFocusStackCO.getTypographys()).length;
44
- const pillE = await DSPillsV2CO.getCloseButtonByIndex(4);
45
- await expect(pillE).toBeFocused();
46
- await expect(typographys).toEqual(5);
47
- });
48
- it.skip('06: should delete E and return to F', async () => {
49
- const pillE = await DSPillsV2CO.getCloseButtonByIndex(4);
50
- await pillE.click();
51
- const pillF = await DSPillsV2CO.getCloseButtonByIndex(5);
52
- const typographys = (await useFocusStackCO.getTypographys()).length;
53
- await expect(typographys).toEqual(4);
54
- await expect(pillF).toBeFocused();
55
- });
56
- });
57
- }