dimsum-e2e-tests 3.70.0-next.4 → 3.70.0-next.41
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 +210 -0
- package/ds-accordion/DSAccordion.visual.spec.js +6 -0
- package/ds-accordion/DSAccordionCO.js +11 -3
- package/ds-accordion/controlled/DSAccordion.controlled.func.spec.js +23 -0
- package/ds-accordion/header-structure/DSAccordion.header-structure.func.spec.js +49 -0
- package/ds-accordion/input-inside/DSAccordion.input-inside.func.spec.js +17 -0
- package/ds-accordion-native/DSAccordionNative.axe-core.func.spec.js +135 -0
- package/ds-accordion-native/DSAccordionNative.func.spec.js +200 -0
- package/ds-accordion-native/DSAccordionNative.visual.spec.js +158 -0
- package/ds-accordion-native/DSAccordionNativeCO.js +161 -0
- package/ds-accordion-native/QA_NOTES.md +88 -0
- package/ds-accordion-native/aria-disabled/DSAccordionNative.aria-disabled.axe-core.func.spec.js +25 -0
- package/ds-accordion-native/aria-disabled/DSAccordionNative.aria-disabled.visual.spec.js +28 -0
- package/ds-accordion-native/controlled/DSAccordionNative.controlled.func.spec.js +22 -0
- package/ds-accordion-native/header-structure/DSAccordionNative.header-structure.func.spec.js +53 -0
- package/ds-accordion-native/input-inside/DSAccordionNative.input-inside.func.spec.js +16 -0
- package/ds-accordion-native/role/DSAccordionNative.role-heading.func.spec.js +27 -0
- package/ds-accordion-native/scrollable-content/DSAccordionNative.scrollable-content.visual.spec.js +49 -0
- package/ds-accordion-native/slots/DSAccordionNative.slots.axe-core.func.spec.js +25 -0
- package/ds-accordion-native/slots/DSAccordionNative.slots.func.spec.js +73 -0
- package/ds-accordion-native/slots/DSAccordionNative.slots.visual.spec.js +21 -0
- package/ds-accordion-native/wrapLabel/DSAccordionNative.wrap-label.visual.spec.js +21 -0
- package/ds-apppicker/DSAppPickerCO.js +1 -1
- package/ds-autocomplete/DSAutocomplete.visual.spec.js +34 -0
- package/ds-autocomplete/DSAutocompleteCO.js +2 -0
- package/ds-card-v3/DSCardV3CO.js +14 -0
- package/ds-card-v3/accordion/DSCardV3.accordion-aria-structure.func.spec.js +41 -0
- package/ds-card-v3/disabled/DSCardV3.disabled-non-interactive.func.spec.js +25 -0
- package/ds-card-v3/multi-select/DSCardV3.multi-select.aria-grouping.func.spec.js +24 -0
- package/ds-card-v3/single-select/DSCardV3.single-select.aria-grouping.func.spec.js +24 -0
- package/ds-chat/DSChat.axe-core.func.spec.js +2 -2
- package/ds-chat/DSChat.visual.spec.js +3 -3
- package/ds-chat/DSChatCO.js +17 -23
- package/ds-chat/bubbles/slots/DSChatBubble.slots.axe-core.func.spec.js +24 -0
- package/ds-chat/bubbles/slots/DSChatBubble.slots.func.spec.js +49 -0
- package/ds-chat/bubbles/slots/DSChatBubble.slots.visual.spec.js +25 -0
- package/ds-chat/card/slots/DSChatCard.slots.axe-core.func.spec.js +24 -0
- package/ds-chat/card/slots/DSChatCard.slots.func.spec.js +47 -0
- package/ds-chat/card/slots/DSChatCard.slots.visual.spec.js +18 -0
- package/ds-chat/card/truncated-text/DSChatCard.truncated-text.func.spec.js +32 -0
- package/ds-chat/card/truncated-text/DSChatCard.truncated-text.visual.spec.js +26 -0
- package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.axe-core.func.spec.js +23 -0
- package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.visual.spec.js +17 -0
- package/ds-chat/components/BubbleCO.js +46 -3
- package/ds-chat/components/CardCO.js +77 -0
- package/ds-chat/components/ComposerCO.js +6 -6
- package/ds-chat/components/FloatingButtonCO.js +2 -2
- package/ds-chat/components/HeaderCO.js +2 -2
- package/ds-chat/components/TileCO.js +82 -0
- package/ds-chat/components/index.js +3 -2
- package/ds-chat/loadmore/DSChat-loadmore.func.spec.js +1 -1
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.axe-core.func.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.func.spec.js +1 -1
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.visual.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.axe-core.func.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.visual.spec.js +1 -1
- package/ds-chat/tile/slots/DSChatTile.slots.func.spec.js +53 -0
- package/ds-chat/tile/slots/DSChatTile.slots.visual.spec.js +18 -0
- package/ds-controlled-form/ds-combobox/DSComboboxCO.js +2 -2
- package/ds-controlled-form/ds-controlled-checkbox/DSControlledCheckboxCO.js +1 -1
- package/ds-controlled-form/ds-controlled-inputgroup/DSControlledInputGroupCO.js +1 -1
- package/ds-data-table-async/DSDataTableCO.js +18 -12
- package/ds-data-table-async/basic/DSDataTable.basic.visual.spec.js +1 -1
- package/ds-data-table-async/components/FiltersCO.js +1 -1
- package/ds-data-table-async/menubutton/DSDataTable.MenuButton.keyboard.func.spec.js +8 -7
- package/ds-data-table-async/menubutton/DSDataTable.MenuButton.mouse.func.spec.js +6 -7
- package/ds-data-table-async/textwrapping/DSDataTable.header-wrap-alignment.axe-core.func.spec.js +23 -0
- package/ds-data-table-async/textwrapping/DSDataTable.header-wrap-alignment.visual.spec.js +106 -0
- package/ds-data-table-async/textwrapping/DSDataTable.text-wrap-toolbar.visual.spec.js +27 -0
- package/ds-floating-context/DSFloatingContextCO.js +10 -0
- package/ds-floating-context/placement/DSFloatingContext.placement.visual.spec.js +48 -0
- package/ds-form-combobox-multi/DSComboboxMultiCO.js +11 -3
- package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.axe-core.func.spec.js +55 -0
- package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.func.spec.js +57 -0
- package/ds-form-combobox-multi/aria-disabled/DSComboboxMulti.aria-disabled.visual.spec.js +15 -0
- package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.axe-core.func.spec.js +24 -0
- package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.visual.spec.js +22 -0
- package/ds-form-combobox-multi/grouped/DSComboboxMulti.grouped.visual.spec.js +42 -0
- package/ds-form-combobox-multi/inline/DSComboboxMulti.inline.visual.spec.js +21 -0
- package/ds-form-combobox-multi/skeleton/DSComboboxMulti.skeleton.visual.spec.js +25 -0
- package/ds-form-combobox-single/DSComboboxSingleCO.js +11 -3
- package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.axe-core.func.spec.js +49 -0
- package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.func.spec.js +54 -0
- package/ds-form-combobox-single/aria-disabled/DSComboboxSingle.aria-disabled.visual.spec.js +18 -0
- package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.axe-core.func.spec.js +24 -0
- package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.visual.spec.js +22 -0
- package/ds-form-combobox-single/grouped/DSComboboxSingle.grouped.visual.spec.js +45 -0
- package/ds-form-combobox-single/inline/DSComboboxSingle.inline.visual.spec.js +23 -0
- package/ds-form-combobox-single/skeleton/DSComboboxSingle.skeleton.visual.spec.js +25 -0
- package/ds-form-date-range-picker/date-segment-aria-labels/DateRangePicker.date-segment-aria-labels.func.spec.js +64 -0
- package/ds-form-native-select/NativeSelect.axe-core.func.spec.js +39 -0
- package/ds-form-native-select/NativeSelect.visual.spec.js +33 -0
- package/ds-form-native-select/NativeSelectCO.js +6 -0
- package/ds-form-native-select/option-selection/NativeSelect.option-selection.func.spec.js +25 -0
- package/ds-leftnavigation/LeftNavigationCO.js +2 -2
- package/ds-menu-button/DSMenuButtonCO.js +23 -0
- package/ds-menu-button/slots/DSMenuButton.slots.func.spec.js +40 -0
- package/ds-menu-button/slots/DSMenuButton.slots.visual.spec.js +26 -0
- package/ds-modal-slide/ModalSlideCO.js +39 -0
- package/ds-modal-slide/custom-header/ModalSlide.customHeader.focusRing.visual.spec.js +2 -1
- package/ds-modal-slide/slots/ModalSlide.slots.func.spec.js +74 -0
- package/ds-modal-slide/slots/ModalSlide.slots.visual.spec.js +27 -0
- package/ds-notification-badge/DSNotificationBadge.visual.spec.js +17 -20
- package/ds-page-layout/PageLayoutCO.js +4 -4
- package/ds-progress-indicator/DSProgressIndicator.axe-core.func.spec.js +2 -0
- package/ds-progress-indicator/DSProgressIndicatorCO.js +1 -1
- package/ds-shuttle-v2/DSShuttleV2CO.js +11 -1
- package/ds-shuttle-v2/explicit-selection-ui/DSShuttleV2.explicit-selection-ui.func.spec.js +37 -0
- package/ds-shuttle-v2/explicit-selection-ui/DSShuttleV2.explicit-selection-ui.visual.spec.js +27 -0
- package/ds-shuttle-v2/skipped/DSShuttleV2.extra.axe-core.skipped.js +1 -1
- package/ds-shuttle-v2/skipped/DSShuttleV2.filter.axe-core.skipped.js +1 -1
- package/ds-shuttle-v2/skipped/DSShuttleV2.globalcheckbox.axe-core.skipped.js +1 -1
- package/ds-shuttle-v2/skipped/DSShuttleV2.items.axe-core.skipped.js +3 -3
- package/ds-shuttle-v2/skipped/DSShuttleV2.skipped.js +5 -5
- package/ds-tab-button/DSTabButton.func.spec.js +1 -1
- package/ds-tooltip-v3/DSTooltipV3CO.js +21 -0
- package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.axe-core.func.spec.js +23 -0
- package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.func.spec.js +29 -0
- package/ds-tooltip-v3/dialog/DSTooltipV3.dialog.func.spec.js +45 -0
- package/ds-tooltip-v3/dialog/DSTooltipV3.dialog.visual.spec.js +29 -0
- package/ds-treeview/DSTreeViewCO.js +25 -2
- package/ds-treeview/dragAndDrop/TreeView-dnd_keyboard.func.spec.js +96 -0
- package/package.json +150 -153
- package/paths.js +9 -1
- package/ds-chat-tile/TileCO.js +0 -35
- package/ds-treeview/dragAndDrop/TreeView-dnd_mouse.func.spec.js +0 -61
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.41",
|
|
5
5
|
"description": "End-to-end tests for dimsum library",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@elliemae/ds-legacy-button": "1.0.16",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"@elliemae/ds-legacy-button-v1": "1.0.16",
|
|
10
10
|
"@elliemae/ds-legacy-card-array": "1.0.16",
|
|
11
11
|
"@elliemae/ds-legacy-common": "1.0.16",
|
|
12
|
-
"@elliemae/ds-legacy-datagrids": "1.0.16",
|
|
13
12
|
"@elliemae/ds-legacy-date-picker": "1.0.16",
|
|
14
13
|
"@elliemae/ds-legacy-date-range-picker": "1.0.16",
|
|
15
14
|
"@elliemae/ds-legacy-date-range-selector": "1.0.16",
|
|
@@ -28,8 +27,6 @@
|
|
|
28
27
|
"@elliemae/ds-legacy-number-range-field": "1.0.16",
|
|
29
28
|
"@elliemae/ds-legacy-page-number": "1.0.16",
|
|
30
29
|
"@elliemae/ds-legacy-pills": "1.0.16",
|
|
31
|
-
"@elliemae/ds-legacy-popover": "1.0.16",
|
|
32
|
-
"@elliemae/ds-legacy-popper": "1.0.16",
|
|
33
30
|
"@elliemae/ds-legacy-search-field": "1.0.16",
|
|
34
31
|
"@elliemae/ds-legacy-shuttle": "1.0.16",
|
|
35
32
|
"@elliemae/ds-legacy-slider": "1.0.16",
|
|
@@ -41,155 +38,155 @@
|
|
|
41
38
|
"@elliemae/ds-legacy-wysiwygeditor": "1.0.16",
|
|
42
39
|
"@elliemae/ds-legacy-zipcode-search": "1.0.16",
|
|
43
40
|
"@elliemae/ds-legacy-zoom": "1.0.16",
|
|
44
|
-
"@elliemae/ds-accessibility": "3.70.0-next.
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-app-picker": "3.70.0-next.
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-card
|
|
54
|
-
"@elliemae/ds-card-v1
|
|
55
|
-
"@elliemae/ds-card-
|
|
56
|
-
"@elliemae/ds-card-
|
|
57
|
-
"@elliemae/ds-card-v2-action-addon": "3.70.0-next.
|
|
58
|
-
"@elliemae/ds-card-
|
|
59
|
-
"@elliemae/ds-card-
|
|
60
|
-
"@elliemae/ds-
|
|
61
|
-
"@elliemae/ds-
|
|
62
|
-
"@elliemae/ds-chat
|
|
63
|
-
"@elliemae/ds-chat-
|
|
64
|
-
"@elliemae/ds-chat-
|
|
65
|
-
"@elliemae/ds-chat-container
|
|
66
|
-
"@elliemae/ds-chat-
|
|
67
|
-
"@elliemae/ds-chat-
|
|
68
|
-
"@elliemae/ds-chat-
|
|
69
|
-
"@elliemae/ds-chat-
|
|
70
|
-
"@elliemae/ds-chat-system-message": "3.70.0-next.
|
|
71
|
-
"@elliemae/ds-chat-sidebar": "3.70.0-next.
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-
|
|
75
|
-
"@elliemae/ds-
|
|
76
|
-
"@elliemae/ds-
|
|
77
|
-
"@elliemae/ds-
|
|
78
|
-
"@elliemae/ds-controlled-form": "3.70.0-next.
|
|
79
|
-
"@elliemae/ds-
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-data-table-cell": "3.70.0-next.
|
|
82
|
-
"@elliemae/ds-data-table-
|
|
83
|
-
"@elliemae/ds-data-table-
|
|
84
|
-
"@elliemae/ds-data-table-
|
|
85
|
-
"@elliemae/ds-data-table-
|
|
86
|
-
"@elliemae/ds-
|
|
87
|
-
"@elliemae/ds-
|
|
88
|
-
"@elliemae/ds-data-table-cell
|
|
89
|
-
"@elliemae/ds-
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-
|
|
93
|
-
"@elliemae/ds-
|
|
94
|
-
"@elliemae/ds-
|
|
95
|
-
"@elliemae/ds-drag-and-drop": "3.70.0-next.
|
|
96
|
-
"@elliemae/ds-
|
|
97
|
-
"@elliemae/ds-
|
|
98
|
-
"@elliemae/ds-
|
|
99
|
-
"@elliemae/ds-
|
|
100
|
-
"@elliemae/ds-form-
|
|
101
|
-
"@elliemae/ds-form-
|
|
102
|
-
"@elliemae/ds-form-
|
|
103
|
-
"@elliemae/ds-form-combobox": "3.70.0-next.
|
|
104
|
-
"@elliemae/ds-form-
|
|
105
|
-
"@elliemae/ds-form-
|
|
106
|
-
"@elliemae/ds-form-
|
|
107
|
-
"@elliemae/ds-form-
|
|
108
|
-
"@elliemae/ds-form-layout-
|
|
109
|
-
"@elliemae/ds-form-layout-
|
|
110
|
-
"@elliemae/ds-form-multi-combobox": "3.70.0-next.
|
|
111
|
-
"@elliemae/ds-form-
|
|
112
|
-
"@elliemae/ds-form-
|
|
113
|
-
"@elliemae/ds-form-select": "3.70.0-next.
|
|
114
|
-
"@elliemae/ds-form-
|
|
115
|
-
"@elliemae/ds-
|
|
116
|
-
"@elliemae/ds-
|
|
117
|
-
"@elliemae/ds-
|
|
118
|
-
"@elliemae/ds-
|
|
119
|
-
"@elliemae/ds-hooks-focus-stack": "3.70.0-next.
|
|
120
|
-
"@elliemae/ds-hooks-
|
|
121
|
-
"@elliemae/ds-hooks-
|
|
122
|
-
"@elliemae/ds-hooks-
|
|
123
|
-
"@elliemae/ds-hooks-
|
|
124
|
-
"@elliemae/ds-hooks-is-
|
|
125
|
-
"@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.
|
|
126
|
-
"@elliemae/ds-hooks-
|
|
127
|
-
"@elliemae/ds-hooks-on-blur-out": "3.70.0-next.
|
|
128
|
-
"@elliemae/ds-
|
|
129
|
-
"@elliemae/ds-
|
|
130
|
-
"@elliemae/ds-
|
|
131
|
-
"@elliemae/ds-icons": "3.70.0-next.
|
|
132
|
-
"@elliemae/ds-
|
|
133
|
-
"@elliemae/ds-
|
|
134
|
-
"@elliemae/ds-
|
|
135
|
-
"@elliemae/ds-loading-indicator": "3.70.0-next.
|
|
136
|
-
"@elliemae/ds-menu-button": "3.70.0-next.
|
|
137
|
-
"@elliemae/ds-menu-items": "3.70.0-next.
|
|
138
|
-
"@elliemae/ds-
|
|
139
|
-
"@elliemae/ds-menu-items-action": "3.70.0-next.
|
|
140
|
-
"@elliemae/ds-menu-items-
|
|
141
|
-
"@elliemae/ds-menu-items-
|
|
142
|
-
"@elliemae/ds-menu-items-
|
|
143
|
-
"@elliemae/ds-menu-items-
|
|
144
|
-
"@elliemae/ds-menu-items-
|
|
145
|
-
"@elliemae/ds-menu-
|
|
146
|
-
"@elliemae/ds-menu-items-skeleton": "3.70.0-next.
|
|
147
|
-
"@elliemae/ds-
|
|
148
|
-
"@elliemae/ds-menu-items-
|
|
149
|
-
"@elliemae/ds-mobile": "3.70.0-next.
|
|
150
|
-
"@elliemae/ds-
|
|
151
|
-
"@elliemae/ds-
|
|
152
|
-
"@elliemae/ds-
|
|
153
|
-
"@elliemae/ds-page-header
|
|
154
|
-
"@elliemae/ds-
|
|
155
|
-
"@elliemae/ds-
|
|
156
|
-
"@elliemae/ds-page-layout": "3.70.0-next.
|
|
157
|
-
"@elliemae/ds-
|
|
158
|
-
"@elliemae/ds-portal": "3.70.0-next.
|
|
159
|
-
"@elliemae/ds-
|
|
160
|
-
"@elliemae/ds-
|
|
161
|
-
"@elliemae/ds-props-helpers": "3.70.0-next.
|
|
162
|
-
"@elliemae/ds-
|
|
163
|
-
"@elliemae/ds-
|
|
164
|
-
"@elliemae/ds-resizeable-container": "3.70.0-next.
|
|
165
|
-
"@elliemae/ds-
|
|
166
|
-
"@elliemae/ds-
|
|
167
|
-
"@elliemae/ds-
|
|
168
|
-
"@elliemae/ds-
|
|
169
|
-
"@elliemae/ds-
|
|
170
|
-
"@elliemae/ds-side-panel": "3.70.0-next.
|
|
171
|
-
"@elliemae/ds-side-panel-header": "3.70.0-next.
|
|
172
|
-
"@elliemae/ds-
|
|
173
|
-
"@elliemae/ds-
|
|
174
|
-
"@elliemae/ds-
|
|
175
|
-
"@elliemae/ds-
|
|
176
|
-
"@elliemae/ds-
|
|
177
|
-
"@elliemae/ds-
|
|
178
|
-
"@elliemae/ds-
|
|
179
|
-
"@elliemae/ds-
|
|
180
|
-
"@elliemae/ds-
|
|
181
|
-
"@elliemae/ds-toolbar-
|
|
182
|
-
"@elliemae/ds-tooltip-v3": "3.70.0-next.
|
|
183
|
-
"@elliemae/ds-
|
|
184
|
-
"@elliemae/ds-
|
|
185
|
-
"@elliemae/ds-
|
|
186
|
-
"@elliemae/ds-
|
|
187
|
-
"@elliemae/ds-
|
|
188
|
-
"@elliemae/ds-typescript-helpers": "3.70.0-next.
|
|
189
|
-
"@elliemae/ds-typography": "3.70.0-next.
|
|
190
|
-
"@elliemae/ds-
|
|
191
|
-
"@elliemae/ds-
|
|
192
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-accessibility": "3.70.0-next.41",
|
|
42
|
+
"@elliemae/ds-accordion": "3.70.0-next.41",
|
|
43
|
+
"@elliemae/ds-app-picker": "3.70.0-next.41",
|
|
44
|
+
"@elliemae/ds-banner": "3.70.0-next.41",
|
|
45
|
+
"@elliemae/ds-backdrop": "3.70.0-next.41",
|
|
46
|
+
"@elliemae/ds-accordion-native": "3.70.0-next.41",
|
|
47
|
+
"@elliemae/ds-basic": "3.70.0-next.41",
|
|
48
|
+
"@elliemae/ds-breadcrumb": "3.70.0-next.41",
|
|
49
|
+
"@elliemae/ds-button-v2": "3.70.0-next.41",
|
|
50
|
+
"@elliemae/ds-card": "3.70.0-next.41",
|
|
51
|
+
"@elliemae/ds-card-v1": "3.70.0-next.41",
|
|
52
|
+
"@elliemae/ds-card-v1-detail": "3.70.0-next.41",
|
|
53
|
+
"@elliemae/ds-card-navigation": "3.70.0-next.41",
|
|
54
|
+
"@elliemae/ds-card-v2-action-addon": "3.70.0-next.41",
|
|
55
|
+
"@elliemae/ds-card-v2": "3.70.0-next.41",
|
|
56
|
+
"@elliemae/ds-card-v2-group": "3.70.0-next.41",
|
|
57
|
+
"@elliemae/ds-card-v3": "3.70.0-next.41",
|
|
58
|
+
"@elliemae/ds-card-v3-poc": "3.70.0-next.41",
|
|
59
|
+
"@elliemae/ds-chat": "3.70.0-next.41",
|
|
60
|
+
"@elliemae/ds-chat-bubble": "3.70.0-next.41",
|
|
61
|
+
"@elliemae/ds-chat-card": "3.70.0-next.41",
|
|
62
|
+
"@elliemae/ds-chat-container": "3.70.0-next.41",
|
|
63
|
+
"@elliemae/ds-chat-container-header": "3.70.0-next.41",
|
|
64
|
+
"@elliemae/ds-chat-empty-state": "3.70.0-next.41",
|
|
65
|
+
"@elliemae/ds-chat-floating-button": "3.70.0-next.41",
|
|
66
|
+
"@elliemae/ds-chat-message-delimeter": "3.70.0-next.41",
|
|
67
|
+
"@elliemae/ds-chat-system-message": "3.70.0-next.41",
|
|
68
|
+
"@elliemae/ds-chat-sidebar": "3.70.0-next.41",
|
|
69
|
+
"@elliemae/ds-chat-tile": "3.70.0-next.41",
|
|
70
|
+
"@elliemae/ds-circular-progress-indicator": "3.70.0-next.41",
|
|
71
|
+
"@elliemae/ds-chip": "3.70.0-next.41",
|
|
72
|
+
"@elliemae/ds-classnames": "3.70.0-next.41",
|
|
73
|
+
"@elliemae/ds-codeeditor": "3.70.0-next.41",
|
|
74
|
+
"@elliemae/ds-comments": "3.70.0-next.41",
|
|
75
|
+
"@elliemae/ds-controlled-form": "3.70.0-next.41",
|
|
76
|
+
"@elliemae/ds-csv-converter": "3.70.0-next.41",
|
|
77
|
+
"@elliemae/ds-data-table": "3.70.0-next.41",
|
|
78
|
+
"@elliemae/ds-data-table-cell": "3.70.0-next.41",
|
|
79
|
+
"@elliemae/ds-data-table-action-cell": "3.70.0-next.41",
|
|
80
|
+
"@elliemae/ds-data-table-cell-header": "3.70.0-next.41",
|
|
81
|
+
"@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.41",
|
|
82
|
+
"@elliemae/ds-data-table-expand-cell": "3.70.0-next.41",
|
|
83
|
+
"@elliemae/ds-data-table-filters": "3.70.0-next.41",
|
|
84
|
+
"@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.41",
|
|
85
|
+
"@elliemae/ds-data-table-single-select-cell": "3.70.0-next.41",
|
|
86
|
+
"@elliemae/ds-dataviz-pie": "3.70.0-next.41",
|
|
87
|
+
"@elliemae/ds-dataviz": "3.70.0-next.41",
|
|
88
|
+
"@elliemae/ds-date-time-picker": "3.70.0-next.41",
|
|
89
|
+
"@elliemae/ds-dialog": "3.70.0-next.41",
|
|
90
|
+
"@elliemae/ds-decision-graph": "3.70.0-next.41",
|
|
91
|
+
"@elliemae/ds-dropzone": "3.70.0-next.41",
|
|
92
|
+
"@elliemae/ds-drag-and-drop": "3.70.0-next.41",
|
|
93
|
+
"@elliemae/ds-fast-list": "3.70.0-next.41",
|
|
94
|
+
"@elliemae/ds-floating-context": "3.70.0-next.41",
|
|
95
|
+
"@elliemae/ds-dropdownmenu-v2": "3.70.0-next.41",
|
|
96
|
+
"@elliemae/ds-filter-bar": "3.70.0-next.41",
|
|
97
|
+
"@elliemae/ds-form-checkbox": "3.70.0-next.41",
|
|
98
|
+
"@elliemae/ds-form-date-time-picker": "3.70.0-next.41",
|
|
99
|
+
"@elliemae/ds-form-date-range-picker": "3.70.0-next.41",
|
|
100
|
+
"@elliemae/ds-form-combobox": "3.70.0-next.41",
|
|
101
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.41",
|
|
102
|
+
"@elliemae/ds-form-input-text": "3.70.0-next.41",
|
|
103
|
+
"@elliemae/ds-form-input-textarea": "3.70.0-next.41",
|
|
104
|
+
"@elliemae/ds-form-layout-blocks": "3.70.0-next.41",
|
|
105
|
+
"@elliemae/ds-form-layout-input-group": "3.70.0-next.41",
|
|
106
|
+
"@elliemae/ds-form-layout-autocomplete": "3.70.0-next.41",
|
|
107
|
+
"@elliemae/ds-form-multi-combobox": "3.70.0-next.41",
|
|
108
|
+
"@elliemae/ds-form-layout-label": "3.70.0-next.41",
|
|
109
|
+
"@elliemae/ds-form-native-select": "3.70.0-next.41",
|
|
110
|
+
"@elliemae/ds-form-select": "3.70.0-next.41",
|
|
111
|
+
"@elliemae/ds-form-single-combobox": "3.70.0-next.41",
|
|
112
|
+
"@elliemae/ds-form-radio": "3.70.0-next.41",
|
|
113
|
+
"@elliemae/ds-global-header": "3.70.0-next.41",
|
|
114
|
+
"@elliemae/ds-form-toggle": "3.70.0-next.41",
|
|
115
|
+
"@elliemae/ds-grid": "3.70.0-next.41",
|
|
116
|
+
"@elliemae/ds-hooks-focus-stack": "3.70.0-next.41",
|
|
117
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.41",
|
|
118
|
+
"@elliemae/ds-hooks-focus-trap": "3.70.0-next.41",
|
|
119
|
+
"@elliemae/ds-hooks-fontsize-media": "3.70.0-next.41",
|
|
120
|
+
"@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.41",
|
|
121
|
+
"@elliemae/ds-hooks-is-mobile": "3.70.0-next.41",
|
|
122
|
+
"@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.41",
|
|
123
|
+
"@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.41",
|
|
124
|
+
"@elliemae/ds-hooks-on-blur-out": "3.70.0-next.41",
|
|
125
|
+
"@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.41",
|
|
126
|
+
"@elliemae/ds-icon": "3.70.0-next.41",
|
|
127
|
+
"@elliemae/ds-image": "3.70.0-next.41",
|
|
128
|
+
"@elliemae/ds-icons": "3.70.0-next.41",
|
|
129
|
+
"@elliemae/ds-layout-provider": "3.70.0-next.41",
|
|
130
|
+
"@elliemae/ds-imagelibrarymodal": "3.70.0-next.41",
|
|
131
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.41",
|
|
132
|
+
"@elliemae/ds-loading-indicator": "3.70.0-next.41",
|
|
133
|
+
"@elliemae/ds-menu-button": "3.70.0-next.41",
|
|
134
|
+
"@elliemae/ds-menu-items": "3.70.0-next.41",
|
|
135
|
+
"@elliemae/ds-left-navigation": "3.70.0-next.41",
|
|
136
|
+
"@elliemae/ds-menu-items-action": "3.70.0-next.41",
|
|
137
|
+
"@elliemae/ds-menu-items-commons": "3.70.0-next.41",
|
|
138
|
+
"@elliemae/ds-menu-items-multi": "3.70.0-next.41",
|
|
139
|
+
"@elliemae/ds-menu-items-section": "3.70.0-next.41",
|
|
140
|
+
"@elliemae/ds-menu-items-single": "3.70.0-next.41",
|
|
141
|
+
"@elliemae/ds-menu-items-separator": "3.70.0-next.41",
|
|
142
|
+
"@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.41",
|
|
143
|
+
"@elliemae/ds-menu-items-skeleton": "3.70.0-next.41",
|
|
144
|
+
"@elliemae/ds-menu-tree-item": "3.70.0-next.41",
|
|
145
|
+
"@elliemae/ds-menu-items-submenu": "3.70.0-next.41",
|
|
146
|
+
"@elliemae/ds-mobile": "3.70.0-next.41",
|
|
147
|
+
"@elliemae/ds-notification-badge": "3.70.0-next.41",
|
|
148
|
+
"@elliemae/ds-modal-slide": "3.70.0-next.41",
|
|
149
|
+
"@elliemae/ds-overlay": "3.70.0-next.41",
|
|
150
|
+
"@elliemae/ds-page-header": "3.70.0-next.41",
|
|
151
|
+
"@elliemae/ds-page-header-v1": "3.70.0-next.41",
|
|
152
|
+
"@elliemae/ds-page-header-v2": "3.70.0-next.41",
|
|
153
|
+
"@elliemae/ds-page-layout": "3.70.0-next.41",
|
|
154
|
+
"@elliemae/ds-pills-v2": "3.70.0-next.41",
|
|
155
|
+
"@elliemae/ds-portal": "3.70.0-next.41",
|
|
156
|
+
"@elliemae/ds-pagination": "3.70.0-next.41",
|
|
157
|
+
"@elliemae/ds-progress-indicator": "3.70.0-next.41",
|
|
158
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.41",
|
|
159
|
+
"@elliemae/ds-query-builder": "3.70.0-next.41",
|
|
160
|
+
"@elliemae/ds-read-more": "3.70.0-next.41",
|
|
161
|
+
"@elliemae/ds-resizeable-container": "3.70.0-next.41",
|
|
162
|
+
"@elliemae/ds-ribbon": "3.70.0-next.41",
|
|
163
|
+
"@elliemae/ds-scrollable-container": "3.70.0-next.41",
|
|
164
|
+
"@elliemae/ds-separator": "3.70.0-next.41",
|
|
165
|
+
"@elliemae/ds-shared": "3.70.0-next.41",
|
|
166
|
+
"@elliemae/ds-shuttle-v2": "3.70.0-next.41",
|
|
167
|
+
"@elliemae/ds-side-panel": "3.70.0-next.41",
|
|
168
|
+
"@elliemae/ds-side-panel-header": "3.70.0-next.41",
|
|
169
|
+
"@elliemae/ds-skeleton": "3.70.0-next.41",
|
|
170
|
+
"@elliemae/ds-slider-v2": "3.70.0-next.41",
|
|
171
|
+
"@elliemae/ds-square-indicator": "3.70.0-next.41",
|
|
172
|
+
"@elliemae/ds-stepper": "3.70.0-next.41",
|
|
173
|
+
"@elliemae/ds-svg": "3.70.0-next.41",
|
|
174
|
+
"@elliemae/ds-system": "3.70.0-next.41",
|
|
175
|
+
"@elliemae/ds-tabs": "3.70.0-next.41",
|
|
176
|
+
"@elliemae/ds-test-utils": "3.70.0-next.41",
|
|
177
|
+
"@elliemae/ds-toolbar-v1": "3.70.0-next.41",
|
|
178
|
+
"@elliemae/ds-toolbar-v2": "3.70.0-next.41",
|
|
179
|
+
"@elliemae/ds-tooltip-v3": "3.70.0-next.41",
|
|
180
|
+
"@elliemae/ds-toast": "3.70.0-next.41",
|
|
181
|
+
"@elliemae/ds-transition": "3.70.0-next.41",
|
|
182
|
+
"@elliemae/ds-tree-model": "3.70.0-next.41",
|
|
183
|
+
"@elliemae/ds-treeview": "3.70.0-next.41",
|
|
184
|
+
"@elliemae/ds-truncated-expandable-text": "3.70.0-next.41",
|
|
185
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.41",
|
|
186
|
+
"@elliemae/ds-typography": "3.70.0-next.41",
|
|
187
|
+
"@elliemae/ds-virtual-list": "3.70.0-next.41",
|
|
188
|
+
"@elliemae/ds-zustand-helpers": "3.70.0-next.41",
|
|
189
|
+
"@elliemae/ds-wizard": "3.70.0-next.41"
|
|
193
190
|
},
|
|
194
191
|
"publishConfig": {
|
|
195
192
|
"access": "public"
|
package/paths.js
CHANGED
|
@@ -115,6 +115,8 @@ export const PATH_DROPDOWNMENU_V2 = `${PATH_COMPONENTS}/DropdownMenuV2`;
|
|
|
115
115
|
export const PATH_TOAST = `${PATH_COMPONENTS}/Toast`;
|
|
116
116
|
export const PATH_ACCORDION = `${PATH_COMPONENTS}/Accordion`;
|
|
117
117
|
export const PATH_ACCORDION_EXAMPLES = `${PATH_ACCORDION}/Examples`;
|
|
118
|
+
export const PATH_ACCORDION_NATIVE = `${PATH_POC}/native-accordion`;
|
|
119
|
+
export const PATH_ACCORDION_NATIVE_EXAMPLES = `${PATH_ACCORDION_NATIVE}/Examples`;
|
|
118
120
|
export const PATH_D_TOGGLED = `${PATH_COMPONENTS}/Toggle`;
|
|
119
121
|
export const PATH_PAGE_NUMBER = `${PATH_END_OF_LIFE}/PageNumber/Examples`;
|
|
120
122
|
export const PATH_SLIDER = `${PATH_COMPONENTS}/Slider/Examples`;
|
|
@@ -304,12 +306,16 @@ export const PATH_E2E_BREADCRUMB = `${PATH_E2E}/Breadcrumb`;
|
|
|
304
306
|
export const PATH_E2E_FORM_ITEM_LAYOUT = `${PATH_E2E}/FormItemLayout`;
|
|
305
307
|
export const PATH_E2E_BANNER = `${PATH_E2E}/Banner`;
|
|
306
308
|
export const PATH_E2E_CHAT = `${PATH_E2E}/Chat`;
|
|
307
|
-
export const
|
|
309
|
+
export const PATH_E2E_CHAT_BUBBLE = `${PATH_E2E_CHAT}/Bubble`;
|
|
310
|
+
export const PATH_E2E_CHAT_CARD = `${PATH_E2E_CHAT}/Card`;
|
|
311
|
+
export const PATH_E2E_CHAT_TILE = `${PATH_E2E_CHAT}/Tile`;
|
|
308
312
|
export const PATH_E2E_DIALOG = `${PATH_E2E}/Dialog`;
|
|
309
313
|
export const PATH_E2E_TOAST = `${PATH_E2E}/Toast`;
|
|
310
314
|
export const PATH_E2E_GLOBAL_HEADER = `${PATH_E2E}/Global-Header`;
|
|
311
315
|
export const PATH_E2E_HOOK_FORM = `${PATH_E2E}/React-hook-form`;
|
|
312
316
|
export const PATH_E2E_ACCORDION = `${PATH_E2E}/Accordion`;
|
|
317
|
+
export const PATH_E2E_ACCORDION_PITFALLS = `${PATH_E2E_ACCORDION}/Pitfalls`;
|
|
318
|
+
export const PATH_E2E_ACCORDION_NATIVE = `${PATH_E2E}/AccordionNative`;
|
|
313
319
|
export const PATH_E2E_VIRTUAL_LIST = `${PATH_E2E}/Virtual-list`;
|
|
314
320
|
export const PATH_E2E_COMBOBOX = `${PATH_E2E_END_OF_LIFE}/ComboboxV2`;
|
|
315
321
|
export const PATH_E2E_COMBOBOX_V3 = `${PATH_E2E}/ComboboxV3`;
|
|
@@ -398,6 +404,8 @@ export const PATH_E2E_RIBBON = `${PATH_E2E}/Ribbon`;
|
|
|
398
404
|
export const PATH_E2E_MENU_BUTTON = `${PATH_E2E}/MenuButton/Features`;
|
|
399
405
|
export const PATH_E2E_PROGRESS_INDICATOR = `${PATH_E2E}/ProgressIndicator`;
|
|
400
406
|
|
|
407
|
+
export const PATH_E2E_PAGE_LAYOUT = `${PATH_E2E}/PageLayout`;
|
|
408
|
+
|
|
401
409
|
// atom components (e2e)
|
|
402
410
|
export const PATH_E2E_TOOLTIP_V3 = `${PATH_E2E}/TooltipV3`;
|
|
403
411
|
export const PATH_E2E_BUTTON = `${PATH_E2E}/Button`;
|
package/ds-chat-tile/TileCO.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { PATH_CHAT_PARTS, PATH_E2E_CHAT_TILE } from '../paths';
|
|
2
|
-
import { PageObject, Urlbuilder } from '../helpers';
|
|
3
|
-
|
|
4
|
-
export default class TileCO extends PageObject {
|
|
5
|
-
static tilesURL = new Urlbuilder(PATH_CHAT_PARTS, 'tile');
|
|
6
|
-
|
|
7
|
-
static sidebarURL = new Urlbuilder(PATH_CHAT_PARTS, 'sidebar');
|
|
8
|
-
|
|
9
|
-
static applyAriaDisabledURL = new Urlbuilder(PATH_E2E_CHAT_TILE, 'apply-aria-disabled-test');
|
|
10
|
-
|
|
11
|
-
static async getChatTile(tileId) {
|
|
12
|
-
return $(`[data-testid="tile-button-${tileId}"]`);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
static async getChatTileButtonItem(tileId) {
|
|
16
|
-
return $(`[data-testid="tile-button-item-id-${tileId}"]`);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
static async getSideBarSelectedTile() {
|
|
20
|
-
return $(`[data-testid="selected-tile"]`).getText();
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
static async getTileTooltip(id) {
|
|
24
|
-
return $(`[data-testid="ds-tooltip-v3-trigger-wrapper_ds-chat-tile-tooltip-button-item-id-${id}"]`);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
static async getCounter() {
|
|
28
|
-
return $('[data-testid="counter"]');
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
// Snapshots
|
|
32
|
-
static snapshotPath(example = 'basic') {
|
|
33
|
-
return PageObject.getSnapshotPathBuilder('Tile', example, 'ds-chat');
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/* eslint-disable wdio/no-pause */
|
|
2
|
-
import DSTreeViewCO from '../DSTreeViewCO';
|
|
3
|
-
|
|
4
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
|
-
describe('PUI-11320 - TreeView, Basic Drag and Drop Functionality', () => {
|
|
6
|
-
before(async () => {
|
|
7
|
-
const errorOnGo = await DSTreeViewCO.dragAndDrop.go();
|
|
8
|
-
if (errorOnGo) throw errorOnGo;
|
|
9
|
-
});
|
|
10
|
-
it('01: drag and drop in the same position - parent item', async () => {
|
|
11
|
-
const firstRow = await DSTreeViewCO.getRowContent(0);
|
|
12
|
-
const dragHandleFirstRow = await DSTreeViewCO.getDragHandle(0);
|
|
13
|
-
await dragHandleFirstRow.dragAndDrop(firstRow, { duration: 1000 });
|
|
14
|
-
await expect(firstRow).toHaveText(expect.stringContaining('Parent. id: 1'));
|
|
15
|
-
});
|
|
16
|
-
it('02: drag and drop in the same position - child item', async () => {
|
|
17
|
-
const expandableBtnFirstRow = await DSTreeViewCO.getToggleBtn(0);
|
|
18
|
-
await expandableBtnFirstRow.click();
|
|
19
|
-
const firstChildRow = await DSTreeViewCO.getRowContent(1);
|
|
20
|
-
const dragHandleFirstChild = await DSTreeViewCO.getDragHandle(1);
|
|
21
|
-
await dragHandleFirstChild.dragAndDrop(firstChildRow, { duration: 1000 });
|
|
22
|
-
await expect(firstChildRow).toHaveText(expect.stringContaining('Child of 1. id: 2'));
|
|
23
|
-
});
|
|
24
|
-
it('03: drag a parent and drop it in another parent', async () => {
|
|
25
|
-
const parentId4 = await DSTreeViewCO.getRowContent(3);
|
|
26
|
-
const dragHandleParentId1 = await DSTreeViewCO.getDragHandle(0);
|
|
27
|
-
await dragHandleParentId1.dragAndDrop(parentId4, { duration: 1000 });
|
|
28
|
-
await browser.pause(300);
|
|
29
|
-
await DSTreeViewCO.expandCollapseAll();
|
|
30
|
-
await browser.pause(300);
|
|
31
|
-
const firstRow = await DSTreeViewCO.getRowContent(0);
|
|
32
|
-
await expect(firstRow).toHaveText(expect.stringContaining('Parent. id: 4'));
|
|
33
|
-
});
|
|
34
|
-
it('04: drag a child of a parent and drop it in another parent with no children', async () => {
|
|
35
|
-
const dragHandleChildOfParent1 = await DSTreeViewCO.getDragHandle(5);
|
|
36
|
-
const parentId7 = await DSTreeViewCO.getRowContent(8);
|
|
37
|
-
await dragHandleChildOfParent1.dragAndDrop(parentId7, { duration: 1000 });
|
|
38
|
-
await browser.pause(300);
|
|
39
|
-
await DSTreeViewCO.expandCollapseAll();
|
|
40
|
-
await browser.pause(300);
|
|
41
|
-
|
|
42
|
-
const sixthRow = await DSTreeViewCO.getRowContent(6);
|
|
43
|
-
const sixthRowValue = await sixthRow.getText();
|
|
44
|
-
await expect(sixthRowValue).toEqual('Child of 1. Also parent. id: 3');
|
|
45
|
-
});
|
|
46
|
-
it('05: drag a parent and drop it into last row', async () => {
|
|
47
|
-
const parentId8 = await DSTreeViewCO.getRowContent(9);
|
|
48
|
-
const dragHandleParentId4 = await DSTreeViewCO.getDragHandle(0);
|
|
49
|
-
await dragHandleParentId4.click();
|
|
50
|
-
await dragHandleParentId4.dragAndDrop(parentId8, { duration: 1000 });
|
|
51
|
-
await DSTreeViewCO.expandCollapseAll();
|
|
52
|
-
await DSTreeViewCO.expandCollapseAll();
|
|
53
|
-
await browser.pause(300);
|
|
54
|
-
|
|
55
|
-
await $('span*=Parent. id: 4').waitForDisplayed({ timeout: 5000 });
|
|
56
|
-
const parentId4 = await DSTreeViewCO.getRowContent(5);
|
|
57
|
-
const parentId4Value = await parentId4.getText();
|
|
58
|
-
await expect(parentId4Value).toEqual('Parent. id: 4');
|
|
59
|
-
});
|
|
60
|
-
});
|
|
61
|
-
}
|