dimsum-e2e-tests 3.70.0-next.4 → 3.70.0-next.40

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 (123) hide show
  1. package/CHANGELOG.md +204 -0
  2. package/ds-accordion/DSAccordion.visual.spec.js +6 -0
  3. package/ds-accordion/DSAccordionCO.js +11 -3
  4. package/ds-accordion/controlled/DSAccordion.controlled.func.spec.js +23 -0
  5. package/ds-accordion/header-structure/DSAccordion.header-structure.func.spec.js +49 -0
  6. package/ds-accordion/input-inside/DSAccordion.input-inside.func.spec.js +17 -0
  7. package/ds-accordion-native/DSAccordionNative.axe-core.func.spec.js +135 -0
  8. package/ds-accordion-native/DSAccordionNative.func.spec.js +200 -0
  9. package/ds-accordion-native/DSAccordionNative.visual.spec.js +158 -0
  10. package/ds-accordion-native/DSAccordionNativeCO.js +161 -0
  11. package/ds-accordion-native/QA_NOTES.md +88 -0
  12. package/ds-accordion-native/aria-disabled/DSAccordionNative.aria-disabled.axe-core.func.spec.js +25 -0
  13. package/ds-accordion-native/aria-disabled/DSAccordionNative.aria-disabled.visual.spec.js +28 -0
  14. package/ds-accordion-native/controlled/DSAccordionNative.controlled.func.spec.js +22 -0
  15. package/ds-accordion-native/header-structure/DSAccordionNative.header-structure.func.spec.js +53 -0
  16. package/ds-accordion-native/input-inside/DSAccordionNative.input-inside.func.spec.js +16 -0
  17. package/ds-accordion-native/role/DSAccordionNative.role-heading.func.spec.js +27 -0
  18. package/ds-accordion-native/scrollable-content/DSAccordionNative.scrollable-content.visual.spec.js +49 -0
  19. package/ds-accordion-native/slots/DSAccordionNative.slots.axe-core.func.spec.js +25 -0
  20. package/ds-accordion-native/slots/DSAccordionNative.slots.func.spec.js +73 -0
  21. package/ds-accordion-native/slots/DSAccordionNative.slots.visual.spec.js +21 -0
  22. package/ds-accordion-native/wrapLabel/DSAccordionNative.wrap-label.visual.spec.js +21 -0
  23. package/ds-apppicker/DSAppPickerCO.js +1 -1
  24. package/ds-autocomplete/DSAutocomplete.visual.spec.js +34 -0
  25. package/ds-autocomplete/DSAutocompleteCO.js +2 -0
  26. package/ds-card-v3/DSCardV3CO.js +14 -0
  27. package/ds-card-v3/accordion/DSCardV3.accordion-aria-structure.func.spec.js +41 -0
  28. package/ds-card-v3/disabled/DSCardV3.disabled-non-interactive.func.spec.js +25 -0
  29. package/ds-card-v3/multi-select/DSCardV3.multi-select.aria-grouping.func.spec.js +24 -0
  30. package/ds-card-v3/single-select/DSCardV3.single-select.aria-grouping.func.spec.js +24 -0
  31. package/ds-chat/DSChat.axe-core.func.spec.js +2 -2
  32. package/ds-chat/DSChat.visual.spec.js +3 -3
  33. package/ds-chat/DSChatCO.js +17 -23
  34. package/ds-chat/bubbles/slots/DSChatBubble.slots.axe-core.func.spec.js +24 -0
  35. package/ds-chat/bubbles/slots/DSChatBubble.slots.func.spec.js +49 -0
  36. package/ds-chat/bubbles/slots/DSChatBubble.slots.visual.spec.js +25 -0
  37. package/ds-chat/card/slots/DSChatCard.slots.axe-core.func.spec.js +24 -0
  38. package/ds-chat/card/slots/DSChatCard.slots.func.spec.js +47 -0
  39. package/ds-chat/card/slots/DSChatCard.slots.visual.spec.js +18 -0
  40. package/ds-chat/card/truncated-text/DSChatCard.truncated-text.func.spec.js +32 -0
  41. package/ds-chat/card/truncated-text/DSChatCard.truncated-text.visual.spec.js +26 -0
  42. package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.axe-core.func.spec.js +23 -0
  43. package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.visual.spec.js +17 -0
  44. package/ds-chat/components/BubbleCO.js +46 -3
  45. package/ds-chat/components/CardCO.js +77 -0
  46. package/ds-chat/components/ComposerCO.js +6 -6
  47. package/ds-chat/components/FloatingButtonCO.js +2 -2
  48. package/ds-chat/components/HeaderCO.js +2 -2
  49. package/ds-chat/components/TileCO.js +82 -0
  50. package/ds-chat/components/index.js +3 -2
  51. package/ds-chat/loadmore/DSChat-loadmore.func.spec.js +1 -1
  52. package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.axe-core.func.spec.js +2 -2
  53. package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.func.spec.js +1 -1
  54. package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.visual.spec.js +2 -2
  55. package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.axe-core.func.spec.js +2 -2
  56. package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.visual.spec.js +1 -1
  57. package/ds-chat/tile/slots/DSChatTile.slots.func.spec.js +53 -0
  58. package/ds-chat/tile/slots/DSChatTile.slots.visual.spec.js +18 -0
  59. package/ds-controlled-form/ds-combobox/DSComboboxCO.js +2 -2
  60. package/ds-controlled-form/ds-controlled-checkbox/DSControlledCheckboxCO.js +1 -1
  61. package/ds-controlled-form/ds-controlled-inputgroup/DSControlledInputGroupCO.js +1 -1
  62. package/ds-data-table-async/DSDataTableCO.js +14 -12
  63. package/ds-data-table-async/basic/DSDataTable.basic.visual.spec.js +1 -1
  64. package/ds-data-table-async/components/FiltersCO.js +1 -1
  65. package/ds-data-table-async/menubutton/DSDataTable.MenuButton.keyboard.func.spec.js +8 -7
  66. package/ds-data-table-async/menubutton/DSDataTable.MenuButton.mouse.func.spec.js +6 -7
  67. package/ds-floating-context/DSFloatingContextCO.js +10 -0
  68. package/ds-floating-context/placement/DSFloatingContext.placement.visual.spec.js +48 -0
  69. package/ds-form-combobox-multi/DSComboboxMultiCO.js +11 -3
  70. package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.axe-core.func.spec.js +55 -0
  71. package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.func.spec.js +57 -0
  72. package/ds-form-combobox-multi/aria-disabled/DSComboboxMulti.aria-disabled.visual.spec.js +15 -0
  73. package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.axe-core.func.spec.js +24 -0
  74. package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.visual.spec.js +22 -0
  75. package/ds-form-combobox-multi/grouped/DSComboboxMulti.grouped.visual.spec.js +42 -0
  76. package/ds-form-combobox-multi/inline/DSComboboxMulti.inline.visual.spec.js +21 -0
  77. package/ds-form-combobox-multi/skeleton/DSComboboxMulti.skeleton.visual.spec.js +25 -0
  78. package/ds-form-combobox-single/DSComboboxSingleCO.js +11 -3
  79. package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.axe-core.func.spec.js +49 -0
  80. package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.func.spec.js +54 -0
  81. package/ds-form-combobox-single/aria-disabled/DSComboboxSingle.aria-disabled.visual.spec.js +18 -0
  82. package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.axe-core.func.spec.js +24 -0
  83. package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.visual.spec.js +22 -0
  84. package/ds-form-combobox-single/grouped/DSComboboxSingle.grouped.visual.spec.js +45 -0
  85. package/ds-form-combobox-single/inline/DSComboboxSingle.inline.visual.spec.js +23 -0
  86. package/ds-form-combobox-single/skeleton/DSComboboxSingle.skeleton.visual.spec.js +25 -0
  87. package/ds-form-date-range-picker/date-segment-aria-labels/DateRangePicker.date-segment-aria-labels.func.spec.js +64 -0
  88. package/ds-form-native-select/NativeSelect.axe-core.func.spec.js +39 -0
  89. package/ds-form-native-select/NativeSelect.visual.spec.js +33 -0
  90. package/ds-form-native-select/NativeSelectCO.js +6 -0
  91. package/ds-form-native-select/option-selection/NativeSelect.option-selection.func.spec.js +25 -0
  92. package/ds-leftnavigation/LeftNavigationCO.js +2 -2
  93. package/ds-menu-button/DSMenuButtonCO.js +23 -0
  94. package/ds-menu-button/slots/DSMenuButton.slots.func.spec.js +40 -0
  95. package/ds-menu-button/slots/DSMenuButton.slots.visual.spec.js +26 -0
  96. package/ds-modal-slide/ModalSlideCO.js +39 -0
  97. package/ds-modal-slide/custom-header/ModalSlide.customHeader.focusRing.visual.spec.js +2 -1
  98. package/ds-modal-slide/slots/ModalSlide.slots.func.spec.js +74 -0
  99. package/ds-modal-slide/slots/ModalSlide.slots.visual.spec.js +27 -0
  100. package/ds-notification-badge/DSNotificationBadge.visual.spec.js +17 -20
  101. package/ds-page-layout/PageLayoutCO.js +4 -4
  102. package/ds-progress-indicator/DSProgressIndicator.axe-core.func.spec.js +2 -0
  103. package/ds-progress-indicator/DSProgressIndicatorCO.js +1 -1
  104. package/ds-shuttle-v2/DSShuttleV2CO.js +11 -1
  105. package/ds-shuttle-v2/explicit-selection-ui/DSShuttleV2.explicit-selection-ui.func.spec.js +37 -0
  106. package/ds-shuttle-v2/explicit-selection-ui/DSShuttleV2.explicit-selection-ui.visual.spec.js +27 -0
  107. package/ds-shuttle-v2/skipped/DSShuttleV2.extra.axe-core.skipped.js +1 -1
  108. package/ds-shuttle-v2/skipped/DSShuttleV2.filter.axe-core.skipped.js +1 -1
  109. package/ds-shuttle-v2/skipped/DSShuttleV2.globalcheckbox.axe-core.skipped.js +1 -1
  110. package/ds-shuttle-v2/skipped/DSShuttleV2.items.axe-core.skipped.js +3 -3
  111. package/ds-shuttle-v2/skipped/DSShuttleV2.skipped.js +5 -5
  112. package/ds-tab-button/DSTabButton.func.spec.js +1 -1
  113. package/ds-tooltip-v3/DSTooltipV3CO.js +21 -0
  114. package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.axe-core.func.spec.js +23 -0
  115. package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.func.spec.js +29 -0
  116. package/ds-tooltip-v3/dialog/DSTooltipV3.dialog.func.spec.js +45 -0
  117. package/ds-tooltip-v3/dialog/DSTooltipV3.dialog.visual.spec.js +29 -0
  118. package/ds-treeview/DSTreeViewCO.js +25 -2
  119. package/ds-treeview/dragAndDrop/TreeView-dnd_keyboard.func.spec.js +96 -0
  120. package/package.json +150 -152
  121. package/paths.js +9 -1
  122. package/ds-chat-tile/TileCO.js +0 -35
  123. 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",
4
+ "version": "3.70.0-next.40",
5
5
  "description": "End-to-end tests for dimsum library",
6
6
  "dependencies": {
7
7
  "@elliemae/ds-legacy-button": "1.0.16",
@@ -28,8 +28,6 @@
28
28
  "@elliemae/ds-legacy-number-range-field": "1.0.16",
29
29
  "@elliemae/ds-legacy-page-number": "1.0.16",
30
30
  "@elliemae/ds-legacy-pills": "1.0.16",
31
- "@elliemae/ds-legacy-popover": "1.0.16",
32
- "@elliemae/ds-legacy-popper": "1.0.16",
33
31
  "@elliemae/ds-legacy-search-field": "1.0.16",
34
32
  "@elliemae/ds-legacy-shuttle": "1.0.16",
35
33
  "@elliemae/ds-legacy-slider": "1.0.16",
@@ -41,155 +39,155 @@
41
39
  "@elliemae/ds-legacy-wysiwygeditor": "1.0.16",
42
40
  "@elliemae/ds-legacy-zipcode-search": "1.0.16",
43
41
  "@elliemae/ds-legacy-zoom": "1.0.16",
44
- "@elliemae/ds-accessibility": "3.70.0-next.4",
45
- "@elliemae/ds-backdrop": "3.70.0-next.4",
46
- "@elliemae/ds-app-picker": "3.70.0-next.4",
47
- "@elliemae/ds-button-v2": "3.70.0-next.4",
48
- "@elliemae/ds-accordion": "3.70.0-next.4",
49
- "@elliemae/ds-basic": "3.70.0-next.4",
50
- "@elliemae/ds-breadcrumb": "3.70.0-next.4",
51
- "@elliemae/ds-card": "3.70.0-next.4",
52
- "@elliemae/ds-card-v1": "3.70.0-next.4",
53
- "@elliemae/ds-card-navigation": "3.70.0-next.4",
54
- "@elliemae/ds-card-v1-detail": "3.70.0-next.4",
55
- "@elliemae/ds-card-v2-group": "3.70.0-next.4",
56
- "@elliemae/ds-card-v2": "3.70.0-next.4",
57
- "@elliemae/ds-card-v2-action-addon": "3.70.0-next.4",
58
- "@elliemae/ds-card-v3": "3.70.0-next.4",
59
- "@elliemae/ds-card-v3-poc": "3.70.0-next.4",
60
- "@elliemae/ds-chat": "3.70.0-next.4",
61
- "@elliemae/ds-banner": "3.70.0-next.4",
62
- "@elliemae/ds-chat-bubble": "3.70.0-next.4",
63
- "@elliemae/ds-chat-card": "3.70.0-next.4",
64
- "@elliemae/ds-chat-container": "3.70.0-next.4",
65
- "@elliemae/ds-chat-container-header": "3.70.0-next.4",
66
- "@elliemae/ds-chat-empty-state": "3.70.0-next.4",
67
- "@elliemae/ds-chat-floating-button": "3.70.0-next.4",
68
- "@elliemae/ds-chat-message-delimeter": "3.70.0-next.4",
69
- "@elliemae/ds-chat-tile": "3.70.0-next.4",
70
- "@elliemae/ds-chat-system-message": "3.70.0-next.4",
71
- "@elliemae/ds-chat-sidebar": "3.70.0-next.4",
72
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.4",
73
- "@elliemae/ds-chip": "3.70.0-next.4",
74
- "@elliemae/ds-comments": "3.70.0-next.4",
75
- "@elliemae/ds-csv-converter": "3.70.0-next.4",
76
- "@elliemae/ds-classnames": "3.70.0-next.4",
77
- "@elliemae/ds-data-table": "3.70.0-next.4",
78
- "@elliemae/ds-controlled-form": "3.70.0-next.4",
79
- "@elliemae/ds-data-table-action-cell": "3.70.0-next.4",
80
- "@elliemae/ds-codeeditor": "3.70.0-next.4",
81
- "@elliemae/ds-data-table-cell": "3.70.0-next.4",
82
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.4",
83
- "@elliemae/ds-data-table-filters": "3.70.0-next.4",
84
- "@elliemae/ds-data-table-expand-cell": "3.70.0-next.4",
85
- "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.4",
86
- "@elliemae/ds-dataviz-pie": "3.70.0-next.4",
87
- "@elliemae/ds-date-time-picker": "3.70.0-next.4",
88
- "@elliemae/ds-data-table-cell-header": "3.70.0-next.4",
89
- "@elliemae/ds-decision-graph": "3.70.0-next.4",
90
- "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.4",
91
- "@elliemae/ds-dialog": "3.70.0-next.4",
92
- "@elliemae/ds-dataviz": "3.70.0-next.4",
93
- "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.4",
94
- "@elliemae/ds-filter-bar": "3.70.0-next.4",
95
- "@elliemae/ds-drag-and-drop": "3.70.0-next.4",
96
- "@elliemae/ds-floating-context": "3.70.0-next.4",
97
- "@elliemae/ds-dropzone": "3.70.0-next.4",
98
- "@elliemae/ds-fast-list": "3.70.0-next.4",
99
- "@elliemae/ds-form-checkbox": "3.70.0-next.4",
100
- "@elliemae/ds-form-date-range-picker": "3.70.0-next.4",
101
- "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.4",
102
- "@elliemae/ds-form-input-text": "3.70.0-next.4",
103
- "@elliemae/ds-form-combobox": "3.70.0-next.4",
104
- "@elliemae/ds-form-date-time-picker": "3.70.0-next.4",
105
- "@elliemae/ds-form-layout-blocks": "3.70.0-next.4",
106
- "@elliemae/ds-form-layout-input-group": "3.70.0-next.4",
107
- "@elliemae/ds-form-input-textarea": "3.70.0-next.4",
108
- "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.4",
109
- "@elliemae/ds-form-layout-label": "3.70.0-next.4",
110
- "@elliemae/ds-form-multi-combobox": "3.70.0-next.4",
111
- "@elliemae/ds-form-radio": "3.70.0-next.4",
112
- "@elliemae/ds-form-toggle": "3.70.0-next.4",
113
- "@elliemae/ds-form-select": "3.70.0-next.4",
114
- "@elliemae/ds-form-native-select": "3.70.0-next.4",
115
- "@elliemae/ds-global-header": "3.70.0-next.4",
116
- "@elliemae/ds-form-single-combobox": "3.70.0-next.4",
117
- "@elliemae/ds-grid": "3.70.0-next.4",
118
- "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.4",
119
- "@elliemae/ds-hooks-focus-stack": "3.70.0-next.4",
120
- "@elliemae/ds-hooks-focus-trap": "3.70.0-next.4",
121
- "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.4",
122
- "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.4",
123
- "@elliemae/ds-hooks-is-mobile": "3.70.0-next.4",
124
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.4",
125
- "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.4",
126
- "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.4",
127
- "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.4",
128
- "@elliemae/ds-icon": "3.70.0-next.4",
129
- "@elliemae/ds-image": "3.70.0-next.4",
130
- "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.4",
131
- "@elliemae/ds-icons": "3.70.0-next.4",
132
- "@elliemae/ds-imagelibrarymodal": "3.70.0-next.4",
133
- "@elliemae/ds-layout-provider": "3.70.0-next.4",
134
- "@elliemae/ds-left-navigation": "3.70.0-next.4",
135
- "@elliemae/ds-loading-indicator": "3.70.0-next.4",
136
- "@elliemae/ds-menu-button": "3.70.0-next.4",
137
- "@elliemae/ds-menu-items": "3.70.0-next.4",
138
- "@elliemae/ds-menu-items-commons": "3.70.0-next.4",
139
- "@elliemae/ds-menu-items-action": "3.70.0-next.4",
140
- "@elliemae/ds-menu-items-multi": "3.70.0-next.4",
141
- "@elliemae/ds-menu-items-separator": "3.70.0-next.4",
142
- "@elliemae/ds-menu-items-single": "3.70.0-next.4",
143
- "@elliemae/ds-menu-items-submenu": "3.70.0-next.4",
144
- "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.4",
145
- "@elliemae/ds-menu-tree-item": "3.70.0-next.4",
146
- "@elliemae/ds-menu-items-skeleton": "3.70.0-next.4",
147
- "@elliemae/ds-modal-slide": "3.70.0-next.4",
148
- "@elliemae/ds-menu-items-section": "3.70.0-next.4",
149
- "@elliemae/ds-mobile": "3.70.0-next.4",
150
- "@elliemae/ds-page-header": "3.70.0-next.4",
151
- "@elliemae/ds-notification-badge": "3.70.0-next.4",
152
- "@elliemae/ds-page-header-v1": "3.70.0-next.4",
153
- "@elliemae/ds-page-header-v2": "3.70.0-next.4",
154
- "@elliemae/ds-overlay": "3.70.0-next.4",
155
- "@elliemae/ds-pills-v2": "3.70.0-next.4",
156
- "@elliemae/ds-page-layout": "3.70.0-next.4",
157
- "@elliemae/ds-popperjs": "3.70.0-next.4",
158
- "@elliemae/ds-portal": "3.70.0-next.4",
159
- "@elliemae/ds-progress-indicator": "3.70.0-next.4",
160
- "@elliemae/ds-pagination": "3.70.0-next.4",
161
- "@elliemae/ds-props-helpers": "3.70.0-next.4",
162
- "@elliemae/ds-read-more": "3.70.0-next.4",
163
- "@elliemae/ds-query-builder": "3.70.0-next.4",
164
- "@elliemae/ds-resizeable-container": "3.70.0-next.4",
165
- "@elliemae/ds-scrollable-container": "3.70.0-next.4",
166
- "@elliemae/ds-separator": "3.70.0-next.4",
167
- "@elliemae/ds-ribbon": "3.70.0-next.4",
168
- "@elliemae/ds-shuttle-v2": "3.70.0-next.4",
169
- "@elliemae/ds-shared": "3.70.0-next.4",
170
- "@elliemae/ds-side-panel": "3.70.0-next.4",
171
- "@elliemae/ds-side-panel-header": "3.70.0-next.4",
172
- "@elliemae/ds-stepper": "3.70.0-next.4",
173
- "@elliemae/ds-square-indicator": "3.70.0-next.4",
174
- "@elliemae/ds-skeleton": "3.70.0-next.4",
175
- "@elliemae/ds-svg": "3.70.0-next.4",
176
- "@elliemae/ds-system": "3.70.0-next.4",
177
- "@elliemae/ds-tabs": "3.70.0-next.4",
178
- "@elliemae/ds-test-utils": "3.70.0-next.4",
179
- "@elliemae/ds-toast": "3.70.0-next.4",
180
- "@elliemae/ds-slider-v2": "3.70.0-next.4",
181
- "@elliemae/ds-toolbar-v1": "3.70.0-next.4",
182
- "@elliemae/ds-tooltip-v3": "3.70.0-next.4",
183
- "@elliemae/ds-transition": "3.70.0-next.4",
184
- "@elliemae/ds-treeview": "3.70.0-next.4",
185
- "@elliemae/ds-truncated-expandable-text": "3.70.0-next.4",
186
- "@elliemae/ds-toolbar-v2": "3.70.0-next.4",
187
- "@elliemae/ds-tree-model": "3.70.0-next.4",
188
- "@elliemae/ds-typescript-helpers": "3.70.0-next.4",
189
- "@elliemae/ds-typography": "3.70.0-next.4",
190
- "@elliemae/ds-wizard": "3.70.0-next.4",
191
- "@elliemae/ds-virtual-list": "3.70.0-next.4",
192
- "@elliemae/ds-zustand-helpers": "3.70.0-next.4"
42
+ "@elliemae/ds-accessibility": "3.70.0-next.40",
43
+ "@elliemae/ds-accordion": "3.70.0-next.40",
44
+ "@elliemae/ds-backdrop": "3.70.0-next.40",
45
+ "@elliemae/ds-banner": "3.70.0-next.40",
46
+ "@elliemae/ds-accordion-native": "3.70.0-next.40",
47
+ "@elliemae/ds-app-picker": "3.70.0-next.40",
48
+ "@elliemae/ds-basic": "3.70.0-next.40",
49
+ "@elliemae/ds-breadcrumb": "3.70.0-next.40",
50
+ "@elliemae/ds-button-v2": "3.70.0-next.40",
51
+ "@elliemae/ds-card-navigation": "3.70.0-next.40",
52
+ "@elliemae/ds-card-v1-detail": "3.70.0-next.40",
53
+ "@elliemae/ds-card-v1": "3.70.0-next.40",
54
+ "@elliemae/ds-card": "3.70.0-next.40",
55
+ "@elliemae/ds-card-v2": "3.70.0-next.40",
56
+ "@elliemae/ds-card-v2-group": "3.70.0-next.40",
57
+ "@elliemae/ds-card-v2-action-addon": "3.70.0-next.40",
58
+ "@elliemae/ds-card-v3-poc": "3.70.0-next.40",
59
+ "@elliemae/ds-card-v3": "3.70.0-next.40",
60
+ "@elliemae/ds-chat-bubble": "3.70.0-next.40",
61
+ "@elliemae/ds-chat-card": "3.70.0-next.40",
62
+ "@elliemae/ds-chat": "3.70.0-next.40",
63
+ "@elliemae/ds-chat-container": "3.70.0-next.40",
64
+ "@elliemae/ds-chat-empty-state": "3.70.0-next.40",
65
+ "@elliemae/ds-chat-container-header": "3.70.0-next.40",
66
+ "@elliemae/ds-chat-floating-button": "3.70.0-next.40",
67
+ "@elliemae/ds-chat-message-delimeter": "3.70.0-next.40",
68
+ "@elliemae/ds-chat-sidebar": "3.70.0-next.40",
69
+ "@elliemae/ds-chat-system-message": "3.70.0-next.40",
70
+ "@elliemae/ds-chip": "3.70.0-next.40",
71
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.40",
72
+ "@elliemae/ds-classnames": "3.70.0-next.40",
73
+ "@elliemae/ds-chat-tile": "3.70.0-next.40",
74
+ "@elliemae/ds-comments": "3.70.0-next.40",
75
+ "@elliemae/ds-codeeditor": "3.70.0-next.40",
76
+ "@elliemae/ds-csv-converter": "3.70.0-next.40",
77
+ "@elliemae/ds-data-table": "3.70.0-next.40",
78
+ "@elliemae/ds-controlled-form": "3.70.0-next.40",
79
+ "@elliemae/ds-data-table-action-cell": "3.70.0-next.40",
80
+ "@elliemae/ds-data-table-cell": "3.70.0-next.40",
81
+ "@elliemae/ds-data-table-cell-header": "3.70.0-next.40",
82
+ "@elliemae/ds-data-table-expand-cell": "3.70.0-next.40",
83
+ "@elliemae/ds-data-table-filters": "3.70.0-next.40",
84
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.40",
85
+ "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.40",
86
+ "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.40",
87
+ "@elliemae/ds-dataviz": "3.70.0-next.40",
88
+ "@elliemae/ds-dataviz-pie": "3.70.0-next.40",
89
+ "@elliemae/ds-date-time-picker": "3.70.0-next.40",
90
+ "@elliemae/ds-dialog": "3.70.0-next.40",
91
+ "@elliemae/ds-drag-and-drop": "3.70.0-next.40",
92
+ "@elliemae/ds-decision-graph": "3.70.0-next.40",
93
+ "@elliemae/ds-dropzone": "3.70.0-next.40",
94
+ "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.40",
95
+ "@elliemae/ds-fast-list": "3.70.0-next.40",
96
+ "@elliemae/ds-filter-bar": "3.70.0-next.40",
97
+ "@elliemae/ds-floating-context": "3.70.0-next.40",
98
+ "@elliemae/ds-form-checkbox": "3.70.0-next.40",
99
+ "@elliemae/ds-form-combobox": "3.70.0-next.40",
100
+ "@elliemae/ds-form-date-range-picker": "3.70.0-next.40",
101
+ "@elliemae/ds-form-input-text": "3.70.0-next.40",
102
+ "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.40",
103
+ "@elliemae/ds-form-date-time-picker": "3.70.0-next.40",
104
+ "@elliemae/ds-form-input-textarea": "3.70.0-next.40",
105
+ "@elliemae/ds-form-layout-blocks": "3.70.0-next.40",
106
+ "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.40",
107
+ "@elliemae/ds-form-layout-input-group": "3.70.0-next.40",
108
+ "@elliemae/ds-form-layout-label": "3.70.0-next.40",
109
+ "@elliemae/ds-form-multi-combobox": "3.70.0-next.40",
110
+ "@elliemae/ds-form-native-select": "3.70.0-next.40",
111
+ "@elliemae/ds-form-radio": "3.70.0-next.40",
112
+ "@elliemae/ds-form-select": "3.70.0-next.40",
113
+ "@elliemae/ds-form-single-combobox": "3.70.0-next.40",
114
+ "@elliemae/ds-form-toggle": "3.70.0-next.40",
115
+ "@elliemae/ds-global-header": "3.70.0-next.40",
116
+ "@elliemae/ds-grid": "3.70.0-next.40",
117
+ "@elliemae/ds-hooks-focus-stack": "3.70.0-next.40",
118
+ "@elliemae/ds-hooks-focus-trap": "3.70.0-next.40",
119
+ "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.40",
120
+ "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.40",
121
+ "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.40",
122
+ "@elliemae/ds-hooks-is-mobile": "3.70.0-next.40",
123
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.40",
124
+ "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.40",
125
+ "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.40",
126
+ "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.40",
127
+ "@elliemae/ds-image": "3.70.0-next.40",
128
+ "@elliemae/ds-icon": "3.70.0-next.40",
129
+ "@elliemae/ds-icons": "3.70.0-next.40",
130
+ "@elliemae/ds-imagelibrarymodal": "3.70.0-next.40",
131
+ "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.40",
132
+ "@elliemae/ds-layout-provider": "3.70.0-next.40",
133
+ "@elliemae/ds-left-navigation": "3.70.0-next.40",
134
+ "@elliemae/ds-menu-button": "3.70.0-next.40",
135
+ "@elliemae/ds-menu-items": "3.70.0-next.40",
136
+ "@elliemae/ds-loading-indicator": "3.70.0-next.40",
137
+ "@elliemae/ds-menu-items-action": "3.70.0-next.40",
138
+ "@elliemae/ds-menu-items-commons": "3.70.0-next.40",
139
+ "@elliemae/ds-menu-items-multi": "3.70.0-next.40",
140
+ "@elliemae/ds-menu-items-section": "3.70.0-next.40",
141
+ "@elliemae/ds-menu-items-single": "3.70.0-next.40",
142
+ "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.40",
143
+ "@elliemae/ds-menu-items-separator": "3.70.0-next.40",
144
+ "@elliemae/ds-menu-items-skeleton": "3.70.0-next.40",
145
+ "@elliemae/ds-menu-items-submenu": "3.70.0-next.40",
146
+ "@elliemae/ds-menu-tree-item": "3.70.0-next.40",
147
+ "@elliemae/ds-mobile": "3.70.0-next.40",
148
+ "@elliemae/ds-modal-slide": "3.70.0-next.40",
149
+ "@elliemae/ds-notification-badge": "3.70.0-next.40",
150
+ "@elliemae/ds-page-header": "3.70.0-next.40",
151
+ "@elliemae/ds-page-header-v1": "3.70.0-next.40",
152
+ "@elliemae/ds-overlay": "3.70.0-next.40",
153
+ "@elliemae/ds-page-header-v2": "3.70.0-next.40",
154
+ "@elliemae/ds-page-layout": "3.70.0-next.40",
155
+ "@elliemae/ds-pagination": "3.70.0-next.40",
156
+ "@elliemae/ds-pills-v2": "3.70.0-next.40",
157
+ "@elliemae/ds-progress-indicator": "3.70.0-next.40",
158
+ "@elliemae/ds-props-helpers": "3.70.0-next.40",
159
+ "@elliemae/ds-portal": "3.70.0-next.40",
160
+ "@elliemae/ds-read-more": "3.70.0-next.40",
161
+ "@elliemae/ds-scrollable-container": "3.70.0-next.40",
162
+ "@elliemae/ds-resizeable-container": "3.70.0-next.40",
163
+ "@elliemae/ds-query-builder": "3.70.0-next.40",
164
+ "@elliemae/ds-separator": "3.70.0-next.40",
165
+ "@elliemae/ds-ribbon": "3.70.0-next.40",
166
+ "@elliemae/ds-shuttle-v2": "3.70.0-next.40",
167
+ "@elliemae/ds-side-panel": "3.70.0-next.40",
168
+ "@elliemae/ds-shared": "3.70.0-next.40",
169
+ "@elliemae/ds-skeleton": "3.70.0-next.40",
170
+ "@elliemae/ds-stepper": "3.70.0-next.40",
171
+ "@elliemae/ds-slider-v2": "3.70.0-next.40",
172
+ "@elliemae/ds-side-panel-header": "3.70.0-next.40",
173
+ "@elliemae/ds-svg": "3.70.0-next.40",
174
+ "@elliemae/ds-square-indicator": "3.70.0-next.40",
175
+ "@elliemae/ds-system": "3.70.0-next.40",
176
+ "@elliemae/ds-tabs": "3.70.0-next.40",
177
+ "@elliemae/ds-test-utils": "3.70.0-next.40",
178
+ "@elliemae/ds-toast": "3.70.0-next.40",
179
+ "@elliemae/ds-toolbar-v1": "3.70.0-next.40",
180
+ "@elliemae/ds-tooltip-v3": "3.70.0-next.40",
181
+ "@elliemae/ds-transition": "3.70.0-next.40",
182
+ "@elliemae/ds-tree-model": "3.70.0-next.40",
183
+ "@elliemae/ds-toolbar-v2": "3.70.0-next.40",
184
+ "@elliemae/ds-treeview": "3.70.0-next.40",
185
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.40",
186
+ "@elliemae/ds-truncated-expandable-text": "3.70.0-next.40",
187
+ "@elliemae/ds-virtual-list": "3.70.0-next.40",
188
+ "@elliemae/ds-typography": "3.70.0-next.40",
189
+ "@elliemae/ds-zustand-helpers": "3.70.0-next.40",
190
+ "@elliemae/ds-wizard": "3.70.0-next.40"
193
191
  },
194
192
  "publishConfig": {
195
193
  "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 PATH_E2E_CHAT_TILE = `${PATH_E2E}/ChatTile`;
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`;
@@ -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
- }