dimsum-e2e-tests 3.70.0-next.2 → 3.70.0-next.21

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 (93) hide show
  1. package/CHANGELOG.md +110 -0
  2. package/ds-autocomplete/DSAutocomplete.visual.spec.js +34 -0
  3. package/ds-autocomplete/DSAutocompleteCO.js +2 -0
  4. package/ds-chat/DSChat.axe-core.func.spec.js +2 -2
  5. package/ds-chat/DSChat.visual.spec.js +3 -3
  6. package/ds-chat/DSChatCO.js +17 -23
  7. package/ds-chat/bubbles/slots/DSChatBubble.slots.axe-core.func.spec.js +24 -0
  8. package/ds-chat/bubbles/slots/DSChatBubble.slots.func.spec.js +49 -0
  9. package/ds-chat/bubbles/slots/DSChatBubble.slots.visual.spec.js +25 -0
  10. package/ds-chat/card/slots/DSChatCard.slots.axe-core.func.spec.js +24 -0
  11. package/ds-chat/card/slots/DSChatCard.slots.func.spec.js +47 -0
  12. package/ds-chat/card/slots/DSChatCard.slots.visual.spec.js +18 -0
  13. package/ds-chat/card/truncated-text/DSChatCard.truncated-text.func.spec.js +32 -0
  14. package/ds-chat/card/truncated-text/DSChatCard.truncated-text.visual.spec.js +26 -0
  15. package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.axe-core.func.spec.js +23 -0
  16. package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.visual.spec.js +17 -0
  17. package/ds-chat/components/BubbleCO.js +46 -3
  18. package/ds-chat/components/CardCO.js +77 -0
  19. package/ds-chat/components/ComposerCO.js +6 -6
  20. package/ds-chat/components/FloatingButtonCO.js +2 -2
  21. package/ds-chat/components/HeaderCO.js +2 -2
  22. package/ds-chat/components/TileCO.js +82 -0
  23. package/ds-chat/components/index.js +3 -2
  24. package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.axe-core.func.spec.js +2 -2
  25. package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.func.spec.js +1 -1
  26. package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.visual.spec.js +2 -2
  27. package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.axe-core.func.spec.js +2 -2
  28. package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.visual.spec.js +1 -1
  29. package/ds-chat/tile/slots/DSChatTile.slots.func.spec.js +53 -0
  30. package/ds-chat/tile/slots/DSChatTile.slots.visual.spec.js +18 -0
  31. package/ds-controlled-form/ds-combobox/DSComboboxCO.js +2 -2
  32. package/ds-controlled-form/ds-controlled-checkbox/DSControlledCheckboxCO.js +1 -1
  33. package/ds-controlled-form/ds-controlled-inputgroup/DSControlledInputGroupCO.js +1 -1
  34. package/ds-data-table-async/DSDataTableCO.js +10 -12
  35. package/ds-data-table-async/basic/DSDataTable.basic.visual.spec.js +1 -1
  36. package/ds-data-table-async/components/FiltersCO.js +1 -1
  37. package/ds-data-table-async/components/HeaderCO.js +22 -10
  38. package/ds-dialog/DSDialog.visual.spec.js +16 -31
  39. package/ds-dialog/DSDialogCO.js +58 -0
  40. package/ds-dialog/alert-dialog/DSDialog.alert-dialog-critical.axe-core.func.spec.js +27 -0
  41. package/ds-dialog/alert-dialog/DSDialog.alert-dialog-critical.func.spec.js +56 -0
  42. package/ds-dialog/alert-dialog/DSDialog.alert-dialog-critical.visual.spec.js +20 -0
  43. package/ds-dialog/alert-dialog/DSDialog.alert-dialog-dismissible.axe-core.func.spec.js +25 -0
  44. package/ds-dialog/alert-dialog/DSDialog.alert-dialog-dismissible.func.spec.js +52 -0
  45. package/ds-dialog/alert-dialog/DSDialog.alert-dialog-dismissible.visual.spec.js +20 -0
  46. package/ds-dialog/axe-core/DSDialog.accessible-form.axe-core.func.spec.js +25 -0
  47. package/ds-dialog/axe-core/DSDialog.basic.axe-core.func.spec.js +25 -0
  48. package/ds-dialog/axe-core/DSDialog.centered.axe-core.func.spec.js +25 -0
  49. package/ds-dialog/axe-core/DSDialog.decision.axe-core.func.spec.js +57 -0
  50. package/ds-dialog/axe-core/DSDialog.long-body.axe-core.func.spec.js +25 -0
  51. package/ds-dialog/axe-core/DSDialog.warning.axe-core.func.spec.js +24 -0
  52. package/ds-dialog/axe-core/DSDialog.wizard.axe-core.func.spec.js +28 -0
  53. package/ds-dialog/click-outside/DSDialog.click-outside.func.spec.js +31 -0
  54. package/ds-dialog/esc-close/DSDialog.esc-close.func.spec.js +31 -0
  55. package/ds-dialog/flexible-heading-level/DSDialog.flexible-heading-level.axe-core.func.spec.js +46 -0
  56. package/ds-dialog/flexible-heading-level/DSDialog.flexible-heading-level.func.spec.js +50 -0
  57. package/ds-dialog/form-dialog-datepicker/DSDialog.form-datepicker.axe-core.func.spec.js +25 -0
  58. package/ds-dialog/form-dialog-datepicker/DSDialog.form-datepicker.visual.spec.js +37 -0
  59. package/ds-dialog/single-button-footer/DSDialog.single-button-footer.axe-core.func.spec.js +25 -0
  60. package/ds-dialog/single-button-footer/DSDialog.single-button-footer.visual.spec.js +20 -0
  61. package/ds-dialog/size-variants/DSDialog.size-variants.visual.spec.js +116 -0
  62. package/ds-form-combobox-multi/DSComboboxMultiCO.js +6 -2
  63. package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.axe-core.func.spec.js +49 -0
  64. package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.func.spec.js +57 -0
  65. package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.axe-core.func.spec.js +24 -0
  66. package/ds-form-combobox-single/DSComboboxSingleCO.js +6 -2
  67. package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.axe-core.func.spec.js +49 -0
  68. package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.func.spec.js +54 -0
  69. package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.axe-core.func.spec.js +24 -0
  70. package/ds-form-native-select/NativeSelect.axe-core.func.spec.js +39 -0
  71. package/ds-form-native-select/NativeSelectCO.js +6 -0
  72. package/ds-global-header/GlobalHeader.axe-core.func.spec.js +30 -0
  73. package/ds-global-header/GlobalHeader.visual.spec.js +31 -0
  74. package/ds-leftnavigation/LeftNavigationCO.js +2 -2
  75. package/ds-modal-slide/ModalSlideCO.js +39 -0
  76. package/ds-modal-slide/custom-header/ModalSlide.customHeader.focusRing.visual.spec.js +2 -1
  77. package/ds-modal-slide/slots/ModalSlide.slots.func.spec.js +74 -0
  78. package/ds-modal-slide/slots/ModalSlide.slots.visual.spec.js +27 -0
  79. package/ds-page-layout/PageLayoutCO.js +4 -4
  80. package/ds-progress-indicator/DSProgressIndicator.axe-core.func.spec.js +2 -0
  81. package/ds-progress-indicator/DSProgressIndicatorCO.js +1 -1
  82. package/ds-tab-button/DSTabButton.func.spec.js +1 -1
  83. package/ds-tabs/DSTabs.visual.spec.js +1 -2
  84. package/ds-tabs/DSTabsCO.js +2 -2
  85. package/ds-tabs/with-carousel/DSTabs.with-carousel.func.spec.js +22 -7
  86. package/ds-tabs/with-carousel/DSTabs.with-carousel.visual.spec.js +9 -9
  87. package/ds-tooltip-v3/DSTooltipV3CO.js +6 -0
  88. package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.axe-core.func.spec.js +23 -0
  89. package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.func.spec.js +29 -0
  90. package/ds-treeview/DSTreeViewCO.js +2 -2
  91. package/package.json +149 -151
  92. package/paths.js +5 -1
  93. package/ds-chat-tile/TileCO.js +0 -35
@@ -0,0 +1,23 @@
1
+ import DSTooltipV3CO from '../DSTooltipV3CO';
2
+ import { axeCoreCheck } from '../../helpers';
3
+
4
+ if (
5
+ (!browser.capabilities['ice:options'].isPhone &&
6
+ !browser.capabilities['ice:options'].isTablet &&
7
+ browser.capabilities.browserName === 'chrome') ||
8
+ browser.capabilities.browserName === 'Chrome'
9
+ ) {
10
+ describe('PUI-18498 - TooltipV3:: WAI-ARIA tooltip pattern - AxeCore', () => {
11
+ before('loading page', async () => {
12
+ const errorOnGo = await DSTooltipV3CO.basicTestUrl.go();
13
+ if (errorOnGo) throw errorOnGo;
14
+ });
15
+
16
+ it('01: should render the basic tooltip pattern and pass axe-core scan', async () => {
17
+ const tooltipContainer = await DSTooltipV3CO.getTooltip();
18
+ await tooltipContainer.waitForDisplayed();
19
+ const result = await axeCoreCheck();
20
+ expect(result.length).toBe(0);
21
+ });
22
+ });
23
+ }
@@ -0,0 +1,29 @@
1
+ import DSTooltipV3CO from '../DSTooltipV3CO';
2
+
3
+ // Tests for the fix introduced in PUI-18011 / PUI-18010:
4
+ // the tooltip container must expose role="tooltip" and its `id` so that consumers
5
+ // can wire `aria-describedby` from the trigger element (W3C WAI-ARIA tooltip pattern).
6
+ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
7
+ describe('PUI-18495 - TooltipV3:: WAI-ARIA tooltip pattern (role + aria-describedby) - func', () => {
8
+ before('loading page', async () => {
9
+ const errorOnGo = await DSTooltipV3CO.basicTestUrl.go();
10
+ if (errorOnGo) throw errorOnGo;
11
+ });
12
+
13
+ it('01: should expose role="tooltip", a matching id on the container and aria-describedby on trigger', async () => {
14
+ const tooltipContainer = await DSTooltipV3CO.getTooltip();
15
+ const triggerButton = await DSTooltipV3CO.getBasicTestTriggerButton();
16
+
17
+ await expect(tooltipContainer).toBeExisting();
18
+ await expect(tooltipContainer).toHaveAttribute('role', 'tooltip');
19
+ await expect(tooltipContainer).toHaveAttribute('id', 'basic-tooltip');
20
+
21
+ await expect(triggerButton).toBeExisting();
22
+ await expect(triggerButton).toHaveAttribute('aria-describedby', 'basic-tooltip');
23
+
24
+ const containerId = await tooltipContainer.getAttribute('id');
25
+ const triggerDescribedBy = await triggerButton.getAttribute('aria-describedby');
26
+ await expect(containerId).toBe(triggerDescribedBy);
27
+ });
28
+ });
29
+ }
@@ -226,7 +226,7 @@ export default class DSTreeViewCO extends PageObject {
226
226
  }
227
227
 
228
228
  static async getElementsTexts() {
229
- return $$('[data-testid="DS-SimpleTruncateText"]');
229
+ return $$('[data-testid="tree-item-content"]');
230
230
  }
231
231
 
232
232
  static async getCollapseBtn() {
@@ -269,7 +269,7 @@ export default class DSTreeViewCO extends PageObject {
269
269
  }
270
270
 
271
271
  static async getTooltip() {
272
- return $('[data-testid="popover-container"]');
272
+ return $('[data-testid="ds-floating-wrapper-root"]');
273
273
  }
274
274
 
275
275
  static async noItemsFound() {
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.2",
4
+ "version": "3.70.0-next.21",
5
5
  "description": "End-to-end tests for dimsum library",
6
6
  "dependencies": {
7
7
  "@elliemae/ds-legacy-button": "1.0.16",
@@ -41,156 +41,154 @@
41
41
  "@elliemae/ds-legacy-wysiwygeditor": "1.0.16",
42
42
  "@elliemae/ds-legacy-zipcode-search": "1.0.16",
43
43
  "@elliemae/ds-legacy-zoom": "1.0.16",
44
- "@elliemae/ds-accessibility": "3.70.0-next.2",
45
- "@elliemae/ds-accordion": "3.70.0-next.2",
46
- "@elliemae/ds-backdrop": "3.70.0-next.2",
47
- "@elliemae/ds-app-picker": "3.70.0-next.2",
48
- "@elliemae/ds-banner": "3.70.0-next.2",
49
- "@elliemae/ds-basic": "3.70.0-next.2",
50
- "@elliemae/ds-breadcrumb": "3.70.0-next.2",
51
- "@elliemae/ds-button-v2": "3.70.0-next.2",
52
- "@elliemae/ds-card-v1": "3.70.0-next.2",
53
- "@elliemae/ds-card": "3.70.0-next.2",
54
- "@elliemae/ds-card-v1-detail": "3.70.0-next.2",
55
- "@elliemae/ds-card-navigation": "3.70.0-next.2",
56
- "@elliemae/ds-card-v2": "3.70.0-next.2",
57
- "@elliemae/ds-card-v2-group": "3.70.0-next.2",
58
- "@elliemae/ds-card-v3": "3.70.0-next.2",
59
- "@elliemae/ds-card-v2-action-addon": "3.70.0-next.2",
60
- "@elliemae/ds-card-v3-poc": "3.70.0-next.2",
61
- "@elliemae/ds-chat": "3.70.0-next.2",
62
- "@elliemae/ds-chat-bubble": "3.70.0-next.2",
63
- "@elliemae/ds-chat-card": "3.70.0-next.2",
64
- "@elliemae/ds-chat-container-header": "3.70.0-next.2",
65
- "@elliemae/ds-chat-container": "3.70.0-next.2",
66
- "@elliemae/ds-chat-empty-state": "3.70.0-next.2",
67
- "@elliemae/ds-chat-message-delimeter": "3.70.0-next.2",
68
- "@elliemae/ds-chat-sidebar": "3.70.0-next.2",
69
- "@elliemae/ds-chat-floating-button": "3.70.0-next.2",
70
- "@elliemae/ds-chat-system-message": "3.70.0-next.2",
71
- "@elliemae/ds-chat-tile": "3.70.0-next.2",
72
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.2",
73
- "@elliemae/ds-classnames": "3.70.0-next.2",
74
- "@elliemae/ds-chip": "3.70.0-next.2",
75
- "@elliemae/ds-codeeditor": "3.70.0-next.2",
76
- "@elliemae/ds-data-table": "3.70.0-next.2",
77
- "@elliemae/ds-comments": "3.70.0-next.2",
78
- "@elliemae/ds-csv-converter": "3.70.0-next.2",
79
- "@elliemae/ds-controlled-form": "3.70.0-next.2",
80
- "@elliemae/ds-data-table-cell": "3.70.0-next.2",
81
- "@elliemae/ds-data-table-cell-header": "3.70.0-next.2",
82
- "@elliemae/ds-data-table-action-cell": "3.70.0-next.2",
83
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.2",
84
- "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.2",
85
- "@elliemae/ds-data-table-filters": "3.70.0-next.2",
86
- "@elliemae/ds-data-table-expand-cell": "3.70.0-next.2",
87
- "@elliemae/ds-date-time-picker": "3.70.0-next.2",
88
- "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.2",
89
- "@elliemae/ds-dataviz": "3.70.0-next.2",
90
- "@elliemae/ds-dialog": "3.70.0-next.2",
91
- "@elliemae/ds-dataviz-pie": "3.70.0-next.2",
92
- "@elliemae/ds-drag-and-drop": "3.70.0-next.2",
93
- "@elliemae/ds-decision-graph": "3.70.0-next.2",
94
- "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.2",
95
- "@elliemae/ds-dropzone": "3.70.0-next.2",
96
- "@elliemae/ds-filter-bar": "3.70.0-next.2",
97
- "@elliemae/ds-fast-list": "3.70.0-next.2",
98
- "@elliemae/ds-form-checkbox": "3.70.0-next.2",
99
- "@elliemae/ds-floating-context": "3.70.0-next.2",
100
- "@elliemae/ds-form-date-time-picker": "3.70.0-next.2",
101
- "@elliemae/ds-form-input-text": "3.70.0-next.2",
102
- "@elliemae/ds-form-date-range-picker": "3.70.0-next.2",
103
- "@elliemae/ds-form-combobox": "3.70.0-next.2",
104
- "@elliemae/ds-form-input-textarea": "3.70.0-next.2",
105
- "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.2",
106
- "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.2",
107
- "@elliemae/ds-form-layout-blocks": "3.70.0-next.2",
108
- "@elliemae/ds-form-layout-input-group": "3.70.0-next.2",
109
- "@elliemae/ds-form-layout-label": "3.70.0-next.2",
110
- "@elliemae/ds-form-radio": "3.70.0-next.2",
111
- "@elliemae/ds-form-native-select": "3.70.0-next.2",
112
- "@elliemae/ds-form-multi-combobox": "3.70.0-next.2",
113
- "@elliemae/ds-form-select": "3.70.0-next.2",
114
- "@elliemae/ds-form-toggle": "3.70.0-next.2",
115
- "@elliemae/ds-form-single-combobox": "3.70.0-next.2",
116
- "@elliemae/ds-global-header": "3.70.0-next.2",
117
- "@elliemae/ds-grid": "3.70.0-next.2",
118
- "@elliemae/ds-hooks-focus-stack": "3.70.0-next.2",
119
- "@elliemae/ds-hooks-focus-trap": "3.70.0-next.2",
120
- "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.2",
121
- "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.2",
122
- "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.2",
123
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.2",
124
- "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.2",
125
- "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.2",
126
- "@elliemae/ds-hooks-is-mobile": "3.70.0-next.2",
127
- "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.2",
128
- "@elliemae/ds-icon": "3.70.0-next.2",
129
- "@elliemae/ds-icons": "3.70.0-next.2",
130
- "@elliemae/ds-imagelibrarymodal": "3.70.0-next.2",
131
- "@elliemae/ds-image": "3.70.0-next.2",
132
- "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.2",
133
- "@elliemae/ds-layout-provider": "3.70.0-next.2",
134
- "@elliemae/ds-left-navigation": "3.70.0-next.2",
135
- "@elliemae/ds-loading-indicator": "3.70.0-next.2",
136
- "@elliemae/ds-menu-button": "3.70.0-next.2",
137
- "@elliemae/ds-menu-items": "3.70.0-next.2",
138
- "@elliemae/ds-menu-items-action": "3.70.0-next.2",
139
- "@elliemae/ds-menu-items-commons": "3.70.0-next.2",
140
- "@elliemae/ds-menu-items-multi": "3.70.0-next.2",
141
- "@elliemae/ds-menu-items-section": "3.70.0-next.2",
142
- "@elliemae/ds-menu-items-separator": "3.70.0-next.2",
143
- "@elliemae/ds-menu-items-single": "3.70.0-next.2",
144
- "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.2",
145
- "@elliemae/ds-menu-items-skeleton": "3.70.0-next.2",
146
- "@elliemae/ds-menu-items-submenu": "3.70.0-next.2",
147
- "@elliemae/ds-menu-tree-item": "3.70.0-next.2",
148
- "@elliemae/ds-mobile": "3.70.0-next.2",
149
- "@elliemae/ds-modal-slide": "3.70.0-next.2",
150
- "@elliemae/ds-notification-badge": "3.70.0-next.2",
151
- "@elliemae/ds-overlay": "3.70.0-next.2",
152
- "@elliemae/ds-page-header": "3.70.0-next.2",
153
- "@elliemae/ds-page-header-v2": "3.70.0-next.2",
154
- "@elliemae/ds-page-layout": "3.70.0-next.2",
155
- "@elliemae/ds-page-header-v1": "3.70.0-next.2",
156
- "@elliemae/ds-pagination": "3.70.0-next.2",
157
- "@elliemae/ds-pills-v2": "3.70.0-next.2",
158
- "@elliemae/ds-popperjs": "3.70.0-next.2",
159
- "@elliemae/ds-portal": "3.70.0-next.2",
160
- "@elliemae/ds-progress-indicator": "3.70.0-next.2",
161
- "@elliemae/ds-props-helpers": "3.70.0-next.2",
162
- "@elliemae/ds-resizeable-container": "3.70.0-next.2",
163
- "@elliemae/ds-query-builder": "3.70.0-next.2",
164
- "@elliemae/ds-ribbon": "3.70.0-next.2",
165
- "@elliemae/ds-scrollable-container": "3.70.0-next.2",
166
- "@elliemae/ds-separator": "3.70.0-next.2",
167
- "@elliemae/ds-read-more": "3.70.0-next.2",
168
- "@elliemae/ds-shared": "3.70.0-next.2",
169
- "@elliemae/ds-shuttle-v2": "3.70.0-next.2",
170
- "@elliemae/ds-side-panel-header": "3.70.0-next.2",
171
- "@elliemae/ds-side-panel": "3.70.0-next.2",
172
- "@elliemae/ds-slider-v2": "3.70.0-next.2",
173
- "@elliemae/ds-square-indicator": "3.70.0-next.2",
174
- "@elliemae/ds-svg": "3.70.0-next.2",
175
- "@elliemae/ds-tabs": "3.70.0-next.2",
176
- "@elliemae/ds-skeleton": "3.70.0-next.2",
177
- "@elliemae/ds-system": "3.70.0-next.2",
178
- "@elliemae/ds-stepper": "3.70.0-next.2",
179
- "@elliemae/ds-test-utils": "3.70.0-next.2",
180
- "@elliemae/ds-toast": "3.70.0-next.2",
181
- "@elliemae/ds-toolbar-v1": "3.70.0-next.2",
182
- "@elliemae/ds-toolbar-v2": "3.70.0-next.2",
183
- "@elliemae/ds-tooltip-v3": "3.70.0-next.2",
184
- "@elliemae/ds-transition": "3.70.0-next.2",
185
- "@elliemae/ds-tree-model": "3.70.0-next.2",
186
- "@elliemae/ds-treeview": "3.70.0-next.2",
187
- "@elliemae/ds-truncated-expandable-text": "3.70.0-next.2",
188
- "@elliemae/ds-typescript-helpers": "3.70.0-next.2",
189
- "@elliemae/ds-truncated-tooltip-text": "3.70.0-next.2",
190
- "@elliemae/ds-typography": "3.70.0-next.2",
191
- "@elliemae/ds-virtual-list": "3.70.0-next.2",
192
- "@elliemae/ds-zustand-helpers": "3.70.0-next.2",
193
- "@elliemae/ds-wizard": "3.70.0-next.2"
44
+ "@elliemae/ds-accessibility": "3.70.0-next.21",
45
+ "@elliemae/ds-accordion": "3.70.0-next.21",
46
+ "@elliemae/ds-app-picker": "3.70.0-next.21",
47
+ "@elliemae/ds-banner": "3.70.0-next.21",
48
+ "@elliemae/ds-backdrop": "3.70.0-next.21",
49
+ "@elliemae/ds-basic": "3.70.0-next.21",
50
+ "@elliemae/ds-button-v2": "3.70.0-next.21",
51
+ "@elliemae/ds-card": "3.70.0-next.21",
52
+ "@elliemae/ds-breadcrumb": "3.70.0-next.21",
53
+ "@elliemae/ds-card-navigation": "3.70.0-next.21",
54
+ "@elliemae/ds-card-v1": "3.70.0-next.21",
55
+ "@elliemae/ds-card-v1-detail": "3.70.0-next.21",
56
+ "@elliemae/ds-card-v2": "3.70.0-next.21",
57
+ "@elliemae/ds-card-v2-action-addon": "3.70.0-next.21",
58
+ "@elliemae/ds-card-v2-group": "3.70.0-next.21",
59
+ "@elliemae/ds-card-v3": "3.70.0-next.21",
60
+ "@elliemae/ds-chat": "3.70.0-next.21",
61
+ "@elliemae/ds-card-v3-poc": "3.70.0-next.21",
62
+ "@elliemae/ds-chat-bubble": "3.70.0-next.21",
63
+ "@elliemae/ds-chat-card": "3.70.0-next.21",
64
+ "@elliemae/ds-chat-container-header": "3.70.0-next.21",
65
+ "@elliemae/ds-chat-container": "3.70.0-next.21",
66
+ "@elliemae/ds-chat-floating-button": "3.70.0-next.21",
67
+ "@elliemae/ds-chat-empty-state": "3.70.0-next.21",
68
+ "@elliemae/ds-chat-message-delimeter": "3.70.0-next.21",
69
+ "@elliemae/ds-chat-system-message": "3.70.0-next.21",
70
+ "@elliemae/ds-chat-sidebar": "3.70.0-next.21",
71
+ "@elliemae/ds-chat-tile": "3.70.0-next.21",
72
+ "@elliemae/ds-chip": "3.70.0-next.21",
73
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.21",
74
+ "@elliemae/ds-classnames": "3.70.0-next.21",
75
+ "@elliemae/ds-comments": "3.70.0-next.21",
76
+ "@elliemae/ds-controlled-form": "3.70.0-next.21",
77
+ "@elliemae/ds-data-table": "3.70.0-next.21",
78
+ "@elliemae/ds-data-table-action-cell": "3.70.0-next.21",
79
+ "@elliemae/ds-data-table-cell": "3.70.0-next.21",
80
+ "@elliemae/ds-csv-converter": "3.70.0-next.21",
81
+ "@elliemae/ds-data-table-cell-header": "3.70.0-next.21",
82
+ "@elliemae/ds-codeeditor": "3.70.0-next.21",
83
+ "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.21",
84
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.21",
85
+ "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.21",
86
+ "@elliemae/ds-data-table-expand-cell": "3.70.0-next.21",
87
+ "@elliemae/ds-data-table-filters": "3.70.0-next.21",
88
+ "@elliemae/ds-date-time-picker": "3.70.0-next.21",
89
+ "@elliemae/ds-dataviz-pie": "3.70.0-next.21",
90
+ "@elliemae/ds-dataviz": "3.70.0-next.21",
91
+ "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.21",
92
+ "@elliemae/ds-dialog": "3.70.0-next.21",
93
+ "@elliemae/ds-drag-and-drop": "3.70.0-next.21",
94
+ "@elliemae/ds-dropzone": "3.70.0-next.21",
95
+ "@elliemae/ds-fast-list": "3.70.0-next.21",
96
+ "@elliemae/ds-filter-bar": "3.70.0-next.21",
97
+ "@elliemae/ds-floating-context": "3.70.0-next.21",
98
+ "@elliemae/ds-decision-graph": "3.70.0-next.21",
99
+ "@elliemae/ds-form-checkbox": "3.70.0-next.21",
100
+ "@elliemae/ds-form-combobox": "3.70.0-next.21",
101
+ "@elliemae/ds-form-date-range-picker": "3.70.0-next.21",
102
+ "@elliemae/ds-form-date-time-picker": "3.70.0-next.21",
103
+ "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.21",
104
+ "@elliemae/ds-form-input-text": "3.70.0-next.21",
105
+ "@elliemae/ds-form-input-textarea": "3.70.0-next.21",
106
+ "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.21",
107
+ "@elliemae/ds-form-layout-blocks": "3.70.0-next.21",
108
+ "@elliemae/ds-form-native-select": "3.70.0-next.21",
109
+ "@elliemae/ds-form-layout-input-group": "3.70.0-next.21",
110
+ "@elliemae/ds-form-radio": "3.70.0-next.21",
111
+ "@elliemae/ds-form-select": "3.70.0-next.21",
112
+ "@elliemae/ds-form-layout-label": "3.70.0-next.21",
113
+ "@elliemae/ds-form-single-combobox": "3.70.0-next.21",
114
+ "@elliemae/ds-form-multi-combobox": "3.70.0-next.21",
115
+ "@elliemae/ds-global-header": "3.70.0-next.21",
116
+ "@elliemae/ds-form-toggle": "3.70.0-next.21",
117
+ "@elliemae/ds-hooks-focus-trap": "3.70.0-next.21",
118
+ "@elliemae/ds-grid": "3.70.0-next.21",
119
+ "@elliemae/ds-hooks-focus-stack": "3.70.0-next.21",
120
+ "@elliemae/ds-hooks-is-mobile": "3.70.0-next.21",
121
+ "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.21",
122
+ "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.21",
123
+ "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.21",
124
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.21",
125
+ "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.21",
126
+ "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.21",
127
+ "@elliemae/ds-icon": "3.70.0-next.21",
128
+ "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.21",
129
+ "@elliemae/ds-image": "3.70.0-next.21",
130
+ "@elliemae/ds-icons": "3.70.0-next.21",
131
+ "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.21",
132
+ "@elliemae/ds-imagelibrarymodal": "3.70.0-next.21",
133
+ "@elliemae/ds-menu-button": "3.70.0-next.21",
134
+ "@elliemae/ds-layout-provider": "3.70.0-next.21",
135
+ "@elliemae/ds-menu-items": "3.70.0-next.21",
136
+ "@elliemae/ds-left-navigation": "3.70.0-next.21",
137
+ "@elliemae/ds-loading-indicator": "3.70.0-next.21",
138
+ "@elliemae/ds-menu-items-action": "3.70.0-next.21",
139
+ "@elliemae/ds-menu-items-section": "3.70.0-next.21",
140
+ "@elliemae/ds-menu-items-commons": "3.70.0-next.21",
141
+ "@elliemae/ds-menu-items-separator": "3.70.0-next.21",
142
+ "@elliemae/ds-menu-items-multi": "3.70.0-next.21",
143
+ "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.21",
144
+ "@elliemae/ds-menu-items-skeleton": "3.70.0-next.21",
145
+ "@elliemae/ds-menu-items-submenu": "3.70.0-next.21",
146
+ "@elliemae/ds-menu-tree-item": "3.70.0-next.21",
147
+ "@elliemae/ds-menu-items-single": "3.70.0-next.21",
148
+ "@elliemae/ds-mobile": "3.70.0-next.21",
149
+ "@elliemae/ds-modal-slide": "3.70.0-next.21",
150
+ "@elliemae/ds-page-header": "3.70.0-next.21",
151
+ "@elliemae/ds-overlay": "3.70.0-next.21",
152
+ "@elliemae/ds-notification-badge": "3.70.0-next.21",
153
+ "@elliemae/ds-page-header-v2": "3.70.0-next.21",
154
+ "@elliemae/ds-pills-v2": "3.70.0-next.21",
155
+ "@elliemae/ds-pagination": "3.70.0-next.21",
156
+ "@elliemae/ds-page-header-v1": "3.70.0-next.21",
157
+ "@elliemae/ds-page-layout": "3.70.0-next.21",
158
+ "@elliemae/ds-progress-indicator": "3.70.0-next.21",
159
+ "@elliemae/ds-portal": "3.70.0-next.21",
160
+ "@elliemae/ds-query-builder": "3.70.0-next.21",
161
+ "@elliemae/ds-props-helpers": "3.70.0-next.21",
162
+ "@elliemae/ds-read-more": "3.70.0-next.21",
163
+ "@elliemae/ds-ribbon": "3.70.0-next.21",
164
+ "@elliemae/ds-scrollable-container": "3.70.0-next.21",
165
+ "@elliemae/ds-resizeable-container": "3.70.0-next.21",
166
+ "@elliemae/ds-shuttle-v2": "3.70.0-next.21",
167
+ "@elliemae/ds-separator": "3.70.0-next.21",
168
+ "@elliemae/ds-side-panel": "3.70.0-next.21",
169
+ "@elliemae/ds-skeleton": "3.70.0-next.21",
170
+ "@elliemae/ds-shared": "3.70.0-next.21",
171
+ "@elliemae/ds-side-panel-header": "3.70.0-next.21",
172
+ "@elliemae/ds-slider-v2": "3.70.0-next.21",
173
+ "@elliemae/ds-square-indicator": "3.70.0-next.21",
174
+ "@elliemae/ds-stepper": "3.70.0-next.21",
175
+ "@elliemae/ds-svg": "3.70.0-next.21",
176
+ "@elliemae/ds-tabs": "3.70.0-next.21",
177
+ "@elliemae/ds-system": "3.70.0-next.21",
178
+ "@elliemae/ds-toast": "3.70.0-next.21",
179
+ "@elliemae/ds-toolbar-v1": "3.70.0-next.21",
180
+ "@elliemae/ds-test-utils": "3.70.0-next.21",
181
+ "@elliemae/ds-toolbar-v2": "3.70.0-next.21",
182
+ "@elliemae/ds-tooltip-v3": "3.70.0-next.21",
183
+ "@elliemae/ds-transition": "3.70.0-next.21",
184
+ "@elliemae/ds-tree-model": "3.70.0-next.21",
185
+ "@elliemae/ds-treeview": "3.70.0-next.21",
186
+ "@elliemae/ds-truncated-expandable-text": "3.70.0-next.21",
187
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.21",
188
+ "@elliemae/ds-typography": "3.70.0-next.21",
189
+ "@elliemae/ds-wizard": "3.70.0-next.21",
190
+ "@elliemae/ds-virtual-list": "3.70.0-next.21",
191
+ "@elliemae/ds-zustand-helpers": "3.70.0-next.21"
194
192
  },
195
193
  "publishConfig": {
196
194
  "access": "public"
package/paths.js CHANGED
@@ -304,7 +304,9 @@ export const PATH_E2E_BREADCRUMB = `${PATH_E2E}/Breadcrumb`;
304
304
  export const PATH_E2E_FORM_ITEM_LAYOUT = `${PATH_E2E}/FormItemLayout`;
305
305
  export const PATH_E2E_BANNER = `${PATH_E2E}/Banner`;
306
306
  export const PATH_E2E_CHAT = `${PATH_E2E}/Chat`;
307
- export const PATH_E2E_CHAT_TILE = `${PATH_E2E}/ChatTile`;
307
+ export const PATH_E2E_CHAT_BUBBLE = `${PATH_E2E_CHAT}/Bubble`;
308
+ export const PATH_E2E_CHAT_CARD = `${PATH_E2E_CHAT}/Card`;
309
+ export const PATH_E2E_CHAT_TILE = `${PATH_E2E_CHAT}/Tile`;
308
310
  export const PATH_E2E_DIALOG = `${PATH_E2E}/Dialog`;
309
311
  export const PATH_E2E_TOAST = `${PATH_E2E}/Toast`;
310
312
  export const PATH_E2E_GLOBAL_HEADER = `${PATH_E2E}/Global-Header`;
@@ -398,6 +400,8 @@ export const PATH_E2E_RIBBON = `${PATH_E2E}/Ribbon`;
398
400
  export const PATH_E2E_MENU_BUTTON = `${PATH_E2E}/MenuButton/Features`;
399
401
  export const PATH_E2E_PROGRESS_INDICATOR = `${PATH_E2E}/ProgressIndicator`;
400
402
 
403
+ export const PATH_E2E_PAGE_LAYOUT = `${PATH_E2E}/PageLayout`;
404
+
401
405
  // atom components (e2e)
402
406
  export const PATH_E2E_TOOLTIP_V3 = `${PATH_E2E}/TooltipV3`;
403
407
  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
- }