Skip to content

Commit ba04b69

Browse files
Merge branch '25_2_reduce_accessibility-jobs' of https://github.com/EugeniyKiyashko/DevExtreme into 25_2_reduce_accessibility-jobs
2 parents 20403be + 7d932ec commit ba04b69

File tree

28 files changed

+9
-9
lines changed

28 files changed

+9
-9
lines changed
Loading
-510 Bytes
Loading
-324 Bytes
Loading
-787 Bytes
Loading
-351 Bytes
Loading

e2e/testcafe-devextreme/tests/dataGrid/common/columnReordering.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ test('HeaderRow should be highlighted when dragging column with allowColumnReord
221221
allowColumnReordering: false,
222222
}));
223223

224-
test.skip('Column without allowReordering should have same position after dragging to groupPanel and back', async (t) => {
224+
test('Column without allowReordering should have same position after dragging to groupPanel and back', async (t) => {
225225
const dataGrid = new DataGrid('#container');
226226

227227
await t.drag(dataGrid.getHeaders().getHeaderRow(0).getHeaderCell(2).element, -30, -30);

e2e/testcafe-devextreme/tests/dataGrid/common/editing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ test('Tab key on editor should focus next cell if editing mode is cell', async (
148148
columns: [{ dataField: 'name', allowEditing: false }, { dataField: 'value', showEditorAlways: true }],
149149
}));
150150

151-
test.skip('Click should work if a column button set using svg icon (T863635)', async (t) => {
151+
test('Click should work if a column button set using svg icon (T863635)', async (t) => {
152152
await t
153153
.click(Selector('.dx-command-edit-with-icons').nth(0))
154154
.expect(ClientFunction(() => (window as any).onSvgClickCounter)()).eql(1);
Loading
Loading
-525 Bytes
Loading

0 commit comments

Comments
 (0)