Skip to content

Commit c8123fb

Browse files
committed
remove unused browser size meta
1 parent 67ca9c5 commit c8123fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,9 +1546,7 @@ test('Last group should not disappear after collapsing another subgroup with vir
15461546

15471547
// T1152498
15481548
['infinite', 'virtual'].forEach((scrollingMode: DataGridScrollMode) => {
1549-
test.meta({
1550-
browserSize: [900, 600],
1551-
})(`${scrollingMode} scrolling - the markup should be correct for continuous scrolling when there is a fixed column with cellTemplate (React)`, async (t) => {
1549+
test(`${scrollingMode} scrolling - the markup should be correct for continuous scrolling when there is a fixed column with cellTemplate (React)`, async (t) => {
15521550
// arrange
15531551
const dataGrid = new DataGrid('#container');
15541552
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

0 commit comments

Comments
 (0)