Skip to content

Commit 26727d6

Browse files
fix after merge
1 parent 3633937 commit 26727d6

14 files changed

+14
-14
lines changed
1 KB
Loading
10.6 KB
Loading
Loading
1.59 KB
Loading
1.66 KB
Loading
2.21 KB
Loading
1.66 KB
Loading

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,18 @@ test.meta({ browserSize: [800, 800] })('The master detail row should display cor
131131
.expect(compareResults.isValid())
132132
.ok(compareResults.errorMessages());
133133
}).before(() => createWidget('dxDataGrid', {
134-
dataSource: [...new Array(40)].map((_, index) => ({ id: index, text: `item ${index}` })),
135-
keyExpr: 'id',
136-
showBorders: true,
137-
height: 700,
138-
renderAsync: true,
139-
masterDetail: {
140-
enabled: true,
141-
},
142-
scrolling: {
143-
mode: 'virtual',
144-
},
145-
}));
134+
dataSource: [...new Array(40)].map((_, index) => ({ id: index, text: `item ${index}` })),
135+
keyExpr: 'id',
136+
showBorders: true,
137+
height: 700,
138+
renderAsync: true,
139+
masterDetail: {
140+
enabled: true,
141+
},
142+
scrolling: {
143+
mode: 'virtual',
144+
},
145+
}));
146146

147147
[true, false].forEach((useNative) => {
148148
// T1167889
-4.94 KB
Loading

0 commit comments

Comments
 (0)