dimsum-e2e-tests 3.37.0-next.3 → 3.37.0-next.5
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 +10 -0
- package/package.json +120 -120
- package/zzz-eol/ds-datagrids/DSDataGrids-selectable-default.func.spec.js +0 -27
- package/zzz-eol/ds-datagrids/DSDatagrid-basic.visual.spec.js +0 -16
- package/zzz-eol/ds-datagrids/DSDatagrid-editable.func.spec.js +0 -62
- package/zzz-eol/ds-datagrids/DSDatagrid-empty-state.visual.spec.js +0 -16
- package/zzz-eol/ds-datagrids/DSDatagrid-pui-5550.func.spec.js +0 -15
- package/zzz-eol/ds-datagrids/DSDatagrid-selectable-multi.visual.spec.js +0 -17
- package/zzz-eol/ds-datagrids/DSDatagrid-sortable.func.spec.js +0 -43
- package/zzz-eol/ds-datagrids/DSDatagrid.func.spec.js +0 -56
- package/zzz-eol/ds-datagrids/DSDatagrids-cell-renders.visual.spec.js +0 -43
- package/zzz-eol/ds-datagrids/DSDatagrids-control-focus.visual.spec.js +0 -30
- package/zzz-eol/ds-datagrids/DSDatagrids-filterable-dates.func.spec.js +0 -304
- package/zzz-eol/ds-datagrids/DSDatagrids-filterable-default-filters.func.spec.js +0 -27
- package/zzz-eol/ds-datagrids/DSDatagrids-filterable-default-filters.visual.spec.js +0 -16
- package/zzz-eol/ds-datagrids/DSDatagrids-filterable.func.spec.js +0 -226
- package/zzz-eol/ds-datagrids/DSDatagrids-header.visual.spec.js +0 -16
- package/zzz-eol/ds-datagrids/DSDatagrids-infinite-scrolling.func.spec.js +0 -24
- package/zzz-eol/ds-datagrids/DSDatagrids-pagination.func.spec.js +0 -85
- package/zzz-eol/ds-datagrids/DSDatagrids-pagination.visual.spec.js +0 -30
- package/zzz-eol/ds-datagrids/DSDatagrids-performance.func.spec.js +0 -23
- package/zzz-eol/ds-datagrids/DSDatagrids-selectable-multi.func.spec.js +0 -21
- package/zzz-eol/ds-datagrids/DSDatagrids-toolbar.visual.spec.js +0 -21
- package/zzz-eol/ds-datagrids/DSDatagrids-virtualization-dynamic-rows.func.spec.js +0 -18
- package/zzz-eol/ds-datagrids/DSDatagrids-virtualization.func.spec.js +0 -15
- package/zzz-eol/ds-datagrids/DSDatagrids-wrapping.visual.spec.js +0 -28
- package/zzz-eol/ds-datagrids/DatagridObject.js +0 -397
- package/zzz-eol/ds-datagrids/page-objects/Editable.componentObject.js +0 -67
- package/zzz-eol/ds-datagrids/page-objects/Pagination.componentObject.js +0 -72
- package/zzz-eol/ds-wysiwyg/DSWysiwyg.func.spec.js +0 -234
- package/zzz-eol/ds-wysiwyg/DSWysiwyg.image-positioning.func.spec.js +0 -43
- package/zzz-eol/ds-wysiwyg/DSWysiwyg.visual.spec.js +0 -81
- package/zzz-eol/ds-wysiwyg/DSWysiwygCO.js +0 -166
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.37.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-next.4...v3.37.0-next.5) (2024-06-10)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- environment:: storybook - removed wysiwyg editor & datagrid from portal ([#6864](https://git.elliemae.io/platform-ui/dimsum/issues/6864)) ([3150a9b](https://git.elliemae.io/platform-ui/dimsum/commit/3150a9b483ab1e05ed4844b9be7ee11039515a2c))
|
|
11
|
+
|
|
12
|
+
## [3.37.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-next.3...v3.37.0-next.4) (2024-06-07)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
15
|
+
|
|
6
16
|
## [3.37.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-next.2...v3.37.0-next.3) (2024-06-04)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package dimsum-e2e-tests
|
package/package.json
CHANGED
|
@@ -1,126 +1,126 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dimsum-e2e-tests",
|
|
3
|
-
"version": "3.37.0-next.
|
|
3
|
+
"version": "3.37.0-next.5",
|
|
4
4
|
"description": "End-to-end tests for dimsum library",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@elliemae/ds-accessibility": "3.37.0-next.
|
|
7
|
-
"@elliemae/ds-accordion": "3.37.0-next.
|
|
8
|
-
"@elliemae/ds-
|
|
9
|
-
"@elliemae/ds-
|
|
10
|
-
"@elliemae/ds-
|
|
11
|
-
"@elliemae/ds-
|
|
12
|
-
"@elliemae/ds-
|
|
13
|
-
"@elliemae/ds-
|
|
14
|
-
"@elliemae/ds-button
|
|
15
|
-
"@elliemae/ds-button-v1": "3.37.0-next.
|
|
16
|
-
"@elliemae/ds-button-v2": "3.37.0-next.
|
|
17
|
-
"@elliemae/ds-card": "3.37.0-next.
|
|
18
|
-
"@elliemae/ds-card
|
|
19
|
-
"@elliemae/ds-card-navigation": "3.37.0-next.
|
|
20
|
-
"@elliemae/ds-card-v2": "3.37.0-next.
|
|
21
|
-
"@elliemae/ds-card-v2-action-addon": "3.37.0-next.
|
|
22
|
-
"@elliemae/ds-card-v2-group": "3.37.0-next.
|
|
23
|
-
"@elliemae/ds-chat": "3.37.0-next.
|
|
24
|
-
"@elliemae/ds-chat-
|
|
25
|
-
"@elliemae/ds-chat-
|
|
26
|
-
"@elliemae/ds-
|
|
27
|
-
"@elliemae/ds-
|
|
28
|
-
"@elliemae/ds-
|
|
29
|
-
"@elliemae/ds-
|
|
30
|
-
"@elliemae/ds-
|
|
31
|
-
"@elliemae/ds-
|
|
32
|
-
"@elliemae/ds-
|
|
33
|
-
"@elliemae/ds-
|
|
34
|
-
"@elliemae/ds-
|
|
35
|
-
"@elliemae/ds-dataviz": "3.37.0-next.
|
|
36
|
-
"@elliemae/ds-dataviz-pie": "3.37.0-next.
|
|
37
|
-
"@elliemae/ds-date-picker": "3.37.0-next.
|
|
38
|
-
"@elliemae/ds-date-range-picker": "3.37.0-next.
|
|
39
|
-
"@elliemae/ds-date-range-selector": "3.37.0-next.
|
|
40
|
-
"@elliemae/ds-date-time-
|
|
41
|
-
"@elliemae/ds-date-time-picker": "3.37.0-next.
|
|
42
|
-
"@elliemae/ds-decision-graph": "3.37.0-next.
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-fast-list": "3.37.0-next.
|
|
48
|
-
"@elliemae/ds-filterbar": "3.37.0-next.
|
|
49
|
-
"@elliemae/ds-form": "3.37.0-next.
|
|
50
|
-
"@elliemae/ds-form
|
|
51
|
-
"@elliemae/ds-form-
|
|
52
|
-
"@elliemae/ds-form-
|
|
53
|
-
"@elliemae/ds-form-layout-label": "3.37.0-next.
|
|
54
|
-
"@elliemae/ds-global-header": "3.37.0-next.
|
|
55
|
-
"@elliemae/ds-grid": "3.37.0-next.
|
|
56
|
-
"@elliemae/ds-
|
|
57
|
-
"@elliemae/ds-
|
|
58
|
-
"@elliemae/ds-hooks-fontsize-detector": "3.37.0-next.
|
|
59
|
-
"@elliemae/ds-hooks-fontsize-media": "3.37.0-next.
|
|
60
|
-
"@elliemae/ds-icon": "3.37.0-next.
|
|
61
|
-
"@elliemae/ds-
|
|
62
|
-
"@elliemae/ds-
|
|
63
|
-
"@elliemae/ds-
|
|
64
|
-
"@elliemae/ds-indeterminate-progress-indicator": "3.37.0-next.
|
|
65
|
-
"@elliemae/ds-label-value": "3.37.0-next.
|
|
66
|
-
"@elliemae/ds-left-navigation": "3.37.0-next.
|
|
67
|
-
"@elliemae/ds-list-section-header": "3.37.0-next.
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@elliemae/ds-
|
|
70
|
-
"@elliemae/ds-
|
|
71
|
-
"@elliemae/ds-mini-toolbar": "3.37.0-next.
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-
|
|
75
|
-
"@elliemae/ds-
|
|
76
|
-
"@elliemae/ds-
|
|
77
|
-
"@elliemae/ds-page-header": "3.37.0-next.
|
|
78
|
-
"@elliemae/ds-page-header
|
|
79
|
-
"@elliemae/ds-page-
|
|
80
|
-
"@elliemae/ds-page-
|
|
81
|
-
"@elliemae/ds-page-
|
|
82
|
-
"@elliemae/ds-pagination": "3.37.0-next.
|
|
83
|
-
"@elliemae/ds-pills": "3.37.0-next.
|
|
84
|
-
"@elliemae/ds-popover": "3.37.0-next.
|
|
85
|
-
"@elliemae/ds-popper": "3.37.0-next.
|
|
86
|
-
"@elliemae/ds-popperjs": "3.37.0-next.
|
|
87
|
-
"@elliemae/ds-progress-indicator": "3.37.0-next.
|
|
88
|
-
"@elliemae/ds-read-more": "3.37.0-next.
|
|
89
|
-
"@elliemae/ds-query-builder": "3.37.0-next.
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-search-field": "3.37.0-next.
|
|
93
|
-
"@elliemae/ds-separator": "3.37.0-next.
|
|
94
|
-
"@elliemae/ds-shuttle": "3.37.0-next.
|
|
95
|
-
"@elliemae/ds-shuttle-v2": "3.37.0-next.
|
|
96
|
-
"@elliemae/ds-
|
|
97
|
-
"@elliemae/ds-
|
|
98
|
-
"@elliemae/ds-slider": "3.37.0-next.
|
|
99
|
-
"@elliemae/ds-spinner": "3.37.0-next.
|
|
100
|
-
"@elliemae/ds-square-indicator": "3.37.0-next.
|
|
101
|
-
"@elliemae/ds-stepper": "3.37.0-next.
|
|
102
|
-
"@elliemae/ds-svg": "3.37.0-next.
|
|
103
|
-
"@elliemae/ds-system": "3.37.0-next.
|
|
104
|
-
"@elliemae/ds-
|
|
105
|
-
"@elliemae/ds-
|
|
106
|
-
"@elliemae/ds-
|
|
107
|
-
"@elliemae/ds-
|
|
108
|
-
"@elliemae/ds-
|
|
109
|
-
"@elliemae/ds-toolbar": "3.37.0-next.
|
|
110
|
-
"@elliemae/ds-toolbar-v2": "3.37.0-next.
|
|
111
|
-
"@elliemae/ds-
|
|
112
|
-
"@elliemae/ds-
|
|
113
|
-
"@elliemae/ds-
|
|
114
|
-
"@elliemae/ds-
|
|
115
|
-
"@elliemae/ds-
|
|
116
|
-
"@elliemae/ds-
|
|
117
|
-
"@elliemae/ds-
|
|
118
|
-
"@elliemae/ds-uploader": "3.37.0-next.
|
|
119
|
-
"@elliemae/ds-utilities": "3.37.0-next.
|
|
120
|
-
"@elliemae/ds-
|
|
121
|
-
"@elliemae/ds-
|
|
122
|
-
"@elliemae/ds-
|
|
123
|
-
"@elliemae/ds-
|
|
124
|
-
"@elliemae/ds-
|
|
6
|
+
"@elliemae/ds-accessibility": "3.37.0-next.5",
|
|
7
|
+
"@elliemae/ds-accordion": "3.37.0-next.5",
|
|
8
|
+
"@elliemae/ds-backdrop": "3.37.0-next.5",
|
|
9
|
+
"@elliemae/ds-banner": "3.37.0-next.5",
|
|
10
|
+
"@elliemae/ds-breadcrumb": "3.37.0-next.5",
|
|
11
|
+
"@elliemae/ds-app-picker": "3.37.0-next.5",
|
|
12
|
+
"@elliemae/ds-button-group": "3.37.0-next.5",
|
|
13
|
+
"@elliemae/ds-basic": "3.37.0-next.5",
|
|
14
|
+
"@elliemae/ds-button": "3.37.0-next.5",
|
|
15
|
+
"@elliemae/ds-button-v1": "3.37.0-next.5",
|
|
16
|
+
"@elliemae/ds-button-v2": "3.37.0-next.5",
|
|
17
|
+
"@elliemae/ds-card-array": "3.37.0-next.5",
|
|
18
|
+
"@elliemae/ds-card": "3.37.0-next.5",
|
|
19
|
+
"@elliemae/ds-card-navigation": "3.37.0-next.5",
|
|
20
|
+
"@elliemae/ds-card-v2": "3.37.0-next.5",
|
|
21
|
+
"@elliemae/ds-card-v2-action-addon": "3.37.0-next.5",
|
|
22
|
+
"@elliemae/ds-card-v2-group": "3.37.0-next.5",
|
|
23
|
+
"@elliemae/ds-chat": "3.37.0-next.5",
|
|
24
|
+
"@elliemae/ds-chat-tile": "3.37.0-next.5",
|
|
25
|
+
"@elliemae/ds-chat-bubble": "3.37.0-next.5",
|
|
26
|
+
"@elliemae/ds-codeeditor": "3.37.0-next.5",
|
|
27
|
+
"@elliemae/ds-chip": "3.37.0-next.5",
|
|
28
|
+
"@elliemae/ds-circular-progress-indicator": "3.37.0-next.5",
|
|
29
|
+
"@elliemae/ds-comments": "3.37.0-next.5",
|
|
30
|
+
"@elliemae/ds-csv-converter": "3.37.0-next.5",
|
|
31
|
+
"@elliemae/ds-data-table-cell-header": "3.37.0-next.5",
|
|
32
|
+
"@elliemae/ds-controlled-form": "3.37.0-next.5",
|
|
33
|
+
"@elliemae/ds-datagrids": "3.37.0-next.5",
|
|
34
|
+
"@elliemae/ds-data-table": "3.37.0-next.5",
|
|
35
|
+
"@elliemae/ds-dataviz": "3.37.0-next.5",
|
|
36
|
+
"@elliemae/ds-dataviz-pie": "3.37.0-next.5",
|
|
37
|
+
"@elliemae/ds-date-picker": "3.37.0-next.5",
|
|
38
|
+
"@elliemae/ds-date-range-picker": "3.37.0-next.5",
|
|
39
|
+
"@elliemae/ds-date-range-selector": "3.37.0-next.5",
|
|
40
|
+
"@elliemae/ds-date-time-picker": "3.37.0-next.5",
|
|
41
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.37.0-next.5",
|
|
42
|
+
"@elliemae/ds-decision-graph": "3.37.0-next.5",
|
|
43
|
+
"@elliemae/ds-dropdownmenu": "3.37.0-next.5",
|
|
44
|
+
"@elliemae/ds-dialog": "3.37.0-next.5",
|
|
45
|
+
"@elliemae/ds-dropzone": "3.37.0-next.5",
|
|
46
|
+
"@elliemae/ds-drag-and-drop": "3.37.0-next.5",
|
|
47
|
+
"@elliemae/ds-fast-list": "3.37.0-next.5",
|
|
48
|
+
"@elliemae/ds-filterbar": "3.37.0-next.5",
|
|
49
|
+
"@elliemae/ds-form-date-range-picker": "3.37.0-next.5",
|
|
50
|
+
"@elliemae/ds-form": "3.37.0-next.5",
|
|
51
|
+
"@elliemae/ds-form-layout-blocks": "3.37.0-next.5",
|
|
52
|
+
"@elliemae/ds-form-date-time-picker": "3.37.0-next.5",
|
|
53
|
+
"@elliemae/ds-form-layout-label": "3.37.0-next.5",
|
|
54
|
+
"@elliemae/ds-global-header": "3.37.0-next.5",
|
|
55
|
+
"@elliemae/ds-grid": "3.37.0-next.5",
|
|
56
|
+
"@elliemae/ds-header": "3.37.0-next.5",
|
|
57
|
+
"@elliemae/ds-group-box": "3.37.0-next.5",
|
|
58
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.37.0-next.5",
|
|
59
|
+
"@elliemae/ds-hooks-fontsize-media": "3.37.0-next.5",
|
|
60
|
+
"@elliemae/ds-icon": "3.37.0-next.5",
|
|
61
|
+
"@elliemae/ds-image": "3.37.0-next.5",
|
|
62
|
+
"@elliemae/ds-icons": "3.37.0-next.5",
|
|
63
|
+
"@elliemae/ds-imagelibrarymodal": "3.37.0-next.5",
|
|
64
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.37.0-next.5",
|
|
65
|
+
"@elliemae/ds-label-value": "3.37.0-next.5",
|
|
66
|
+
"@elliemae/ds-left-navigation": "3.37.0-next.5",
|
|
67
|
+
"@elliemae/ds-list-section-header": "3.37.0-next.5",
|
|
68
|
+
"@elliemae/ds-menu": "3.37.0-next.5",
|
|
69
|
+
"@elliemae/ds-loading-indicator": "3.37.0-next.5",
|
|
70
|
+
"@elliemae/ds-mobile": "3.37.0-next.5",
|
|
71
|
+
"@elliemae/ds-mini-toolbar": "3.37.0-next.5",
|
|
72
|
+
"@elliemae/ds-modal": "3.37.0-next.5",
|
|
73
|
+
"@elliemae/ds-menu-items": "3.37.0-next.5",
|
|
74
|
+
"@elliemae/ds-number-range-field": "3.37.0-next.5",
|
|
75
|
+
"@elliemae/ds-modal-slide": "3.37.0-next.5",
|
|
76
|
+
"@elliemae/ds-notification-badge": "3.37.0-next.5",
|
|
77
|
+
"@elliemae/ds-page-header-v1": "3.37.0-next.5",
|
|
78
|
+
"@elliemae/ds-page-header": "3.37.0-next.5",
|
|
79
|
+
"@elliemae/ds-page-layout": "3.37.0-next.5",
|
|
80
|
+
"@elliemae/ds-page-number": "3.37.0-next.5",
|
|
81
|
+
"@elliemae/ds-page-header-v2": "3.37.0-next.5",
|
|
82
|
+
"@elliemae/ds-pagination": "3.37.0-next.5",
|
|
83
|
+
"@elliemae/ds-pills": "3.37.0-next.5",
|
|
84
|
+
"@elliemae/ds-popover": "3.37.0-next.5",
|
|
85
|
+
"@elliemae/ds-popper": "3.37.0-next.5",
|
|
86
|
+
"@elliemae/ds-popperjs": "3.37.0-next.5",
|
|
87
|
+
"@elliemae/ds-progress-indicator": "3.37.0-next.5",
|
|
88
|
+
"@elliemae/ds-read-more": "3.37.0-next.5",
|
|
89
|
+
"@elliemae/ds-query-builder": "3.37.0-next.5",
|
|
90
|
+
"@elliemae/ds-ribbon": "3.37.0-next.5",
|
|
91
|
+
"@elliemae/ds-resizeable-container": "3.37.0-next.5",
|
|
92
|
+
"@elliemae/ds-search-field": "3.37.0-next.5",
|
|
93
|
+
"@elliemae/ds-separator": "3.37.0-next.5",
|
|
94
|
+
"@elliemae/ds-shuttle": "3.37.0-next.5",
|
|
95
|
+
"@elliemae/ds-shuttle-v2": "3.37.0-next.5",
|
|
96
|
+
"@elliemae/ds-skeleton": "3.37.0-next.5",
|
|
97
|
+
"@elliemae/ds-side-panel": "3.37.0-next.5",
|
|
98
|
+
"@elliemae/ds-slider": "3.37.0-next.5",
|
|
99
|
+
"@elliemae/ds-spinner": "3.37.0-next.5",
|
|
100
|
+
"@elliemae/ds-square-indicator": "3.37.0-next.5",
|
|
101
|
+
"@elliemae/ds-stepper": "3.37.0-next.5",
|
|
102
|
+
"@elliemae/ds-svg": "3.37.0-next.5",
|
|
103
|
+
"@elliemae/ds-system": "3.37.0-next.5",
|
|
104
|
+
"@elliemae/ds-test-utils": "3.37.0-next.5",
|
|
105
|
+
"@elliemae/ds-text-wrapper": "3.37.0-next.5",
|
|
106
|
+
"@elliemae/ds-tabs": "3.37.0-next.5",
|
|
107
|
+
"@elliemae/ds-toast": "3.37.0-next.5",
|
|
108
|
+
"@elliemae/ds-time-picker": "3.37.0-next.5",
|
|
109
|
+
"@elliemae/ds-toolbar": "3.37.0-next.5",
|
|
110
|
+
"@elliemae/ds-toolbar-v2": "3.37.0-next.5",
|
|
111
|
+
"@elliemae/ds-transition": "3.37.0-next.5",
|
|
112
|
+
"@elliemae/ds-tooltip": "3.37.0-next.5",
|
|
113
|
+
"@elliemae/ds-truncated-expandable-text": "3.37.0-next.5",
|
|
114
|
+
"@elliemae/ds-tree-model": "3.37.0-next.5",
|
|
115
|
+
"@elliemae/ds-treeview": "3.37.0-next.5",
|
|
116
|
+
"@elliemae/ds-typography": "3.37.0-next.5",
|
|
117
|
+
"@elliemae/ds-truncated-tooltip-text": "3.37.0-next.5",
|
|
118
|
+
"@elliemae/ds-uploader": "3.37.0-next.5",
|
|
119
|
+
"@elliemae/ds-utilities": "3.37.0-next.5",
|
|
120
|
+
"@elliemae/ds-wysiwygeditor": "3.37.0-next.5",
|
|
121
|
+
"@elliemae/ds-virtual-list": "3.37.0-next.5",
|
|
122
|
+
"@elliemae/ds-wizard": "3.37.0-next.5",
|
|
123
|
+
"@elliemae/ds-zoom": "3.37.0-next.5",
|
|
124
|
+
"@elliemae/ds-zipcode-search": "3.37.0-next.5"
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import DG from './DatagridObject';
|
|
2
|
-
import { isChecked } from '../../helpers';
|
|
3
|
-
|
|
4
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
|
-
describe('PUI-6168 - DataGrid, Multi, First row selected by default', () => {
|
|
6
|
-
before('loading page', async () => {
|
|
7
|
-
const errorOnGo = await DG.selectableMultiFirstRowSelectedURL.go();
|
|
8
|
-
if (errorOnGo) throw errorOnGo;
|
|
9
|
-
});
|
|
10
|
-
it('should display the first row selected by default', async () => {
|
|
11
|
-
const checkBox = await DG.getCheckbox(1);
|
|
12
|
-
const checkBoxChecked = await isChecked(checkBox);
|
|
13
|
-
await expect(checkBoxChecked).toBe(true);
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
describe('PUI-6169 - DataGrid, First row selected by default', () => {
|
|
17
|
-
before('loading page', async () => {
|
|
18
|
-
const errorOnGo = await DG.selectableFirstRowSelectedURL.go();
|
|
19
|
-
if (errorOnGo) throw errorOnGo;
|
|
20
|
-
});
|
|
21
|
-
it('should display the first row selected by default', async () => {
|
|
22
|
-
const radioButton = await DG.getRadioButton(0);
|
|
23
|
-
const radioButtonChecked = await isChecked(radioButton);
|
|
24
|
-
await expect(radioButtonChecked).toBe(true);
|
|
25
|
-
});
|
|
26
|
-
});
|
|
27
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import DG from './DatagridObject';
|
|
2
|
-
|
|
3
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
4
|
-
describe('PUI-4032 - DataGrid - Visual test for sticky toolbar', () => {
|
|
5
|
-
before('loading page', async () => {
|
|
6
|
-
const errorOnGo = await DG.allFeatures.go();
|
|
7
|
-
if (errorOnGo) throw errorOnGo;
|
|
8
|
-
});
|
|
9
|
-
it('should not display extra scrollbar when toolbar is present', async () => {
|
|
10
|
-
await browser.eyesOpen();
|
|
11
|
-
await (await DG.getFilterHeader('Name')).waitForDisplayed({ timeout: 5000 });
|
|
12
|
-
const snapshot = await browser.eyesCheckSnapshot(DG.snapshotPath('datagrid--basic'));
|
|
13
|
-
await expect(snapshot).toEqual(0);
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/* eslint-env mocha */
|
|
2
|
-
import Editable from './page-objects/Editable.componentObject';
|
|
3
|
-
|
|
4
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
|
-
describe('PUI-2900 - DataGrid Editable textbox', () => {
|
|
6
|
-
before('loading page', async () => {
|
|
7
|
-
const errorOnGo = await Editable.editableURL.go();
|
|
8
|
-
if (errorOnGo) throw errorOnGo;
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
it('should clear content of cell', async () => {
|
|
12
|
-
await Editable.clearField(2);
|
|
13
|
-
await Editable.clickCell(3);
|
|
14
|
-
const cellText = await (await Editable.getCell(2)).getText();
|
|
15
|
-
await expect(cellText).not.toEqual('artist');
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
it('should edit correctly textbox', async () => {
|
|
19
|
-
const cell = await Editable.getCell(2);
|
|
20
|
-
await cell.doubleClick();
|
|
21
|
-
await Editable.sendVal('Editable test');
|
|
22
|
-
await Editable.clickCell(3);
|
|
23
|
-
const cellText = await (await Editable.getCell(2)).getText();
|
|
24
|
-
await expect(cellText).toContain('Editable test');
|
|
25
|
-
});
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
describe('PUI-2901 - DataGrid Editable combobox', () => {
|
|
29
|
-
before('loading page', async () => {
|
|
30
|
-
const errorOnGo = await Editable.editableURL.go();
|
|
31
|
-
if (errorOnGo) throw errorOnGo;
|
|
32
|
-
});
|
|
33
|
-
it('should open combobox', async () => {
|
|
34
|
-
const cell = await Editable.getCellCountry(1);
|
|
35
|
-
await cell.waitForDisplayed();
|
|
36
|
-
await cell.click(); // TODO : check why this explodes in BS but not in local
|
|
37
|
-
const combobox = await Editable.getComboBoxMenu();
|
|
38
|
-
await combobox.waitForDisplayed();
|
|
39
|
-
const comboMenu = await Editable.getComboBoxMenu();
|
|
40
|
-
await expect(comboMenu).toExist();
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
it('should set correctly an option of combobox', async () => {
|
|
44
|
-
await (await Editable.getComboBoxOption('Option 2')).click();
|
|
45
|
-
await Editable.clickCell(2);
|
|
46
|
-
const cellText = await (await Editable.getCellCountry(1)).getText();
|
|
47
|
-
await expect(cellText).toContain('Option 2');
|
|
48
|
-
});
|
|
49
|
-
});
|
|
50
|
-
describe('PUI-3741 - DataGrid Editable tooltip', () => {
|
|
51
|
-
before('loading page', async () => {
|
|
52
|
-
const errorOnGo = await Editable.editableURL.go();
|
|
53
|
-
if (errorOnGo) throw errorOnGo;
|
|
54
|
-
});
|
|
55
|
-
it('should not render tooltip on cell without truncation', async () => {
|
|
56
|
-
const cell = await Editable.getCellName(6);
|
|
57
|
-
await cell.moveTo();
|
|
58
|
-
const dsPortal = await $('.em-ds-portal');
|
|
59
|
-
await expect(dsPortal).not.toBeDisplayed();
|
|
60
|
-
});
|
|
61
|
-
});
|
|
62
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import DG from './DatagridObject';
|
|
2
|
-
|
|
3
|
-
if (!browser.capabilities['ice:options'].isPhone) {
|
|
4
|
-
describe('pui-6156 - DataGrid, Emtpy State - Visual Test', () => {
|
|
5
|
-
before('loading page', async () => {
|
|
6
|
-
const errorOnGo = await DG.emptyStateURL.go();
|
|
7
|
-
if (errorOnGo) throw errorOnGo;
|
|
8
|
-
});
|
|
9
|
-
it('should display datagrid with empty state', async () => {
|
|
10
|
-
await browser.eyesOpen();
|
|
11
|
-
await (await DG.getClickMeBtn()).waitForDisplayed({ timeout: 5000 });
|
|
12
|
-
const snapshot = await browser.eyesCheckSnapshot(DG.snapshotPath('datagrid--empty-state'));
|
|
13
|
-
await expect(snapshot).toEqual(0);
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Key } from 'webdriverio';
|
|
2
|
-
import DG from './DatagridObject';
|
|
3
|
-
|
|
4
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
5
|
-
describe('PUI-5773 - DataGrid - Shift key down on input', () => {
|
|
6
|
-
it('should not lose current focus on shift keypress', async () => {
|
|
7
|
-
await (await DG.pui5550).go();
|
|
8
|
-
await (await DG.getHeaderCell(1)).waitForDisplayed({ timeout: 5000 });
|
|
9
|
-
const input = await DG.getInputField(0);
|
|
10
|
-
await input.click();
|
|
11
|
-
await browser.keys(Key.Shift);
|
|
12
|
-
await expect(input).toBeFocused();
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import DG from './DatagridObject';
|
|
2
|
-
|
|
3
|
-
if (!browser.capabilities['ice:options'].isPhone) {
|
|
4
|
-
describe('PUI-6155 - DataGrid, Selectable Multi - Visual Test', () => {
|
|
5
|
-
before('loading page', async () => {
|
|
6
|
-
const errorOnGo = await DG.selectableMultiURL.go();
|
|
7
|
-
if (errorOnGo) throw errorOnGo;
|
|
8
|
-
});
|
|
9
|
-
it('should display basic DataGrid with selectable multi', async () => {
|
|
10
|
-
await (await DG.getFilterHeader('Name')).waitForDisplayed();
|
|
11
|
-
// eslint-disable-next-line wdio/no-pause
|
|
12
|
-
await browser.pause(500);
|
|
13
|
-
const snapshot = await browser.checkSnapshot(DG.snapshotPath('datagrid--selectable-multi'));
|
|
14
|
-
await expect(snapshot).toEqual(0);
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import DG from './DatagridObject';
|
|
2
|
-
|
|
3
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
4
|
-
describe('PUI-4111 - DataGrid - Sorting dates', () => {
|
|
5
|
-
before('loading page', async () => {
|
|
6
|
-
const errorOnGo = await DG.sortablePUI4017.go();
|
|
7
|
-
if (errorOnGo) throw errorOnGo;
|
|
8
|
-
});
|
|
9
|
-
it('should display dates in correct order', async () => {
|
|
10
|
-
await (await DG.getDataGridHeader(1)).click();
|
|
11
|
-
const columnText0 = await (await DG.getColumnDate(0)).getText();
|
|
12
|
-
const columnText3 = await (await DG.getColumnDate(3)).getText();
|
|
13
|
-
const columnText4 = await (await DG.getColumnDate(4)).getText();
|
|
14
|
-
await expect(columnText0).toContain('12:05 am');
|
|
15
|
-
await expect(columnText3).toContain('11:00 am');
|
|
16
|
-
await expect(columnText4).toContain('08:00 pm');
|
|
17
|
-
await (await DG.getDataGridHeader(1)).click();
|
|
18
|
-
const columnText0b = await (await DG.getColumnDate(0)).getText();
|
|
19
|
-
const columnText1 = await (await DG.getColumnDate(1)).getText();
|
|
20
|
-
const columnText4b = await (await DG.getColumnDate(4)).getText();
|
|
21
|
-
await expect(columnText0b).toContain('08:00 pm');
|
|
22
|
-
await expect(columnText1).toContain('11:00 am');
|
|
23
|
-
await expect(columnText4b).toContain('12:05 am');
|
|
24
|
-
});
|
|
25
|
-
});
|
|
26
|
-
describe('PUI-4799 - [DataGrid] - Sorting with empty columns', () => {
|
|
27
|
-
before('loading page', async () => {
|
|
28
|
-
const errorOnGo = await DG.sortableEmpty.go();
|
|
29
|
-
if (errorOnGo) throw errorOnGo;
|
|
30
|
-
});
|
|
31
|
-
it('should display dates in correct order', async () => {
|
|
32
|
-
const sortCell = await DG.getSortCell('position', 0);
|
|
33
|
-
await expect(sortCell).toHaveTextContaining('Developer');
|
|
34
|
-
await (await DG.getDataGridHeader(1)).click();
|
|
35
|
-
const sortCell0 = await DG.getSortCell('position', 0);
|
|
36
|
-
const sortCell12 = await DG.getSortCell('position', 12);
|
|
37
|
-
const sortCell15 = await DG.getSortCell('position', 15);
|
|
38
|
-
await expect(sortCell0).toHaveTextContaining('Designer');
|
|
39
|
-
await expect(sortCell12).toHaveTextContaining('');
|
|
40
|
-
await expect(sortCell15).toHaveTextContaining('');
|
|
41
|
-
});
|
|
42
|
-
});
|
|
43
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/* eslint-env mocha */
|
|
2
|
-
import { Key } from 'webdriverio';
|
|
3
|
-
import DataGridObject from './DatagridObject';
|
|
4
|
-
import DSTabsCO from '../../ds-tabs/DSTabsCO';
|
|
5
|
-
import { type, clearValue } from '../../helpers';
|
|
6
|
-
|
|
7
|
-
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
8
|
-
describe('PUI-4529 - DataGrid:: Filter on grouped DataGrid', () => {
|
|
9
|
-
before('loading page', async () => {
|
|
10
|
-
const errorOnGo = await DataGridObject.pui4416.go();
|
|
11
|
-
if (errorOnGo) throw errorOnGo;
|
|
12
|
-
});
|
|
13
|
-
it('value is properly filtered', async () => {
|
|
14
|
-
await (await DataGridObject.getInputField()).moveTo();
|
|
15
|
-
await (await DataGridObject.getInputField()).setValue('Doe');
|
|
16
|
-
await (await DataGridObject.getSearchBtn()).click();
|
|
17
|
-
await (await DataGridObject.getPillTitle()).waitForDisplayed();
|
|
18
|
-
const pillTitle = await DataGridObject.getPillTitle();
|
|
19
|
-
const removablePill = await DataGridObject.getRemovablePill();
|
|
20
|
-
const columnLenght = await DataGridObject.getColumnLength();
|
|
21
|
-
const columnName = await DataGridObject.getColumnName(0);
|
|
22
|
-
await expect(pillTitle).toHaveTextContaining('Name');
|
|
23
|
-
await expect(removablePill).toHaveTextContaining('Doe');
|
|
24
|
-
await expect(columnLenght).toBeGreaterThan(0);
|
|
25
|
-
await expect(columnName).toHaveTextContaining('Doe');
|
|
26
|
-
});
|
|
27
|
-
});
|
|
28
|
-
describe('PUI-5201 - Tabs, Edit cell inside tab', () => {
|
|
29
|
-
before('loading page', async () => {
|
|
30
|
-
const errorOnGo = await DataGridObject.pui2553.go();
|
|
31
|
-
if (errorOnGo) throw errorOnGo;
|
|
32
|
-
});
|
|
33
|
-
it('should open correctly tab', async () => {
|
|
34
|
-
const tab = await DSTabsCO.getTab(1);
|
|
35
|
-
await expect(tab).toBeDisplayed();
|
|
36
|
-
});
|
|
37
|
-
it('should open 2nd tab correctly', async () => {
|
|
38
|
-
await (await DSTabsCO.getTab(2)).click();
|
|
39
|
-
const tabPanel = await DSTabsCO.getTabPanel(2);
|
|
40
|
-
await expect(tabPanel).toBeDisplayed();
|
|
41
|
-
});
|
|
42
|
-
it('should edit correctly textbox', async () => {
|
|
43
|
-
const cell = await DataGridObject.getCell('position', 2);
|
|
44
|
-
await cell.waitForDisplayed();
|
|
45
|
-
// eslint-disable-next-line wdio/no-pause
|
|
46
|
-
await browser.pause(500);
|
|
47
|
-
await cell.click();
|
|
48
|
-
await clearValue(await cell);
|
|
49
|
-
await type('Editable test');
|
|
50
|
-
await browser.keys(Key.Enter);
|
|
51
|
-
const tabPanel = await DSTabsCO.getTabPanel(2);
|
|
52
|
-
await expect(cell).toHaveTextContaining('Editable test');
|
|
53
|
-
await expect(tabPanel).toBeDisplayed();
|
|
54
|
-
});
|
|
55
|
-
});
|
|
56
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import DG from './DatagridObject';
|
|
2
|
-
|
|
3
|
-
if (!browser.capabilities['ice:options'].isPhone) {
|
|
4
|
-
describe('PUI-4105 - DataGrid Cell Renders', () => {
|
|
5
|
-
before('loading page', async () => {
|
|
6
|
-
const errorOnGo = await DG.cellRenders.go();
|
|
7
|
-
if (errorOnGo) throw errorOnGo;
|
|
8
|
-
});
|
|
9
|
-
|
|
10
|
-
it('check cell render combinations', async () => {
|
|
11
|
-
await browser.eyesOpen();
|
|
12
|
-
await (await DG.getGrid()).waitForDisplayed();
|
|
13
|
-
const cell = await DG.getCellIndexInRow(1, 1);
|
|
14
|
-
await cell.waitForDisplayed();
|
|
15
|
-
const checkSnapshot = await browser.eyesCheckSnapshot(DG.snapshotPath('datagrid--cell-render-combinations'));
|
|
16
|
-
await expect(checkSnapshot).toEqual(0);
|
|
17
|
-
});
|
|
18
|
-
});
|
|
19
|
-
if (!browser.capabilities['ice:options'].isTablet) {
|
|
20
|
-
describe('PUI-6276 - DataGrid, Custom cell edit - Date Picker - Visual Test', () => {
|
|
21
|
-
before('loading page', async () => {
|
|
22
|
-
const errorOnGo = await DG.customCellEditDatePickerURL.go();
|
|
23
|
-
if (errorOnGo) throw errorOnGo;
|
|
24
|
-
});
|
|
25
|
-
it('should display datepicker properly', async () => {
|
|
26
|
-
await browser.eyesOpen();
|
|
27
|
-
await (await DG.getGrid()).waitForDisplayed();
|
|
28
|
-
await (await DG.getColumnDate(3)).click();
|
|
29
|
-
const checkSnapshot = await browser.eyesCheckSnapshot(DG.snapshotPath('datagrid--custom-edit-cell-datepicker'));
|
|
30
|
-
await expect(checkSnapshot).toEqual(0);
|
|
31
|
-
});
|
|
32
|
-
it('should display calendar properly', async () => {
|
|
33
|
-
await browser.eyesOpen();
|
|
34
|
-
await (await DG.getGrid()).waitForDisplayed();
|
|
35
|
-
await (await DG.getDatePickerBtn(0)).click();
|
|
36
|
-
const checkSnapshot = await browser.eyesCheckSnapshot(
|
|
37
|
-
DG.snapshotPath('datagrid--custom-edit-cell-datepicker-open'),
|
|
38
|
-
);
|
|
39
|
-
await expect(checkSnapshot).toEqual(0);
|
|
40
|
-
});
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import DG from './DatagridObject';
|
|
2
|
-
|
|
3
|
-
if (!browser.capabilities['ice:options'].isPhone) {
|
|
4
|
-
describe('PUI-6157 - DataGrid, Control Focus OnSort - Visual Test', () => {
|
|
5
|
-
beforeEach('loading page', async () => {
|
|
6
|
-
const errorOnGo = await DG.sortableURL.go();
|
|
7
|
-
if (errorOnGo) throw errorOnGo;
|
|
8
|
-
const grid = await DG.getGrid();
|
|
9
|
-
await grid.waitForDisplayed();
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
it('should focus first cell/first column', async () => {
|
|
13
|
-
const cell = await DG.getCellIndexInRow(0, 1);
|
|
14
|
-
await cell.waitForDisplayed();
|
|
15
|
-
await cell.click();
|
|
16
|
-
const snapshot = await browser.checkSnapshot(DG.snapshotPath('datagrid--sortable-focus-first-cell'));
|
|
17
|
-
await expect(snapshot).toEqual(0);
|
|
18
|
-
});
|
|
19
|
-
it("shouldn't focus last row after sort", async () => {
|
|
20
|
-
const cell = await DG.getCellIndexInRow(1, 1);
|
|
21
|
-
await cell.waitForDisplayed();
|
|
22
|
-
await cell.click(); // focus first cell
|
|
23
|
-
const positionHeader = await DG.getHeaderCell(2);
|
|
24
|
-
await positionHeader.waitForDisplayed();
|
|
25
|
-
await positionHeader.click();
|
|
26
|
-
const snapshot = await browser.checkSnapshot(DG.snapshotPath('datagrid--sortable-sort-position-focus'));
|
|
27
|
-
await expect(snapshot).toEqual(0);
|
|
28
|
-
});
|
|
29
|
-
});
|
|
30
|
-
}
|