diff --git a/e2e/testcafe-devextreme/tests/dataGrid/stickyColumns/stickyColumnReordering.ts b/e2e/testcafe-devextreme/tests/dataGrid/stickyColumns/stickyColumnReordering.ts index 0f623b7b1f5b..6930726c4f82 100644 --- a/e2e/testcafe-devextreme/tests/dataGrid/stickyColumns/stickyColumnReordering.ts +++ b/e2e/testcafe-devextreme/tests/dataGrid/stickyColumns/stickyColumnReordering.ts @@ -51,8 +51,7 @@ safeSizeTest('Move right fixed column to the left', async (t) => { // act await t.drag(dataGrid.getHeaders().getHeaderRow(0).getHeaderCell(24).element, -400, 0); - // TODO: remove this code after improving autoscroll: - // https://trello.com/c/7Mct6tJU/9827-%F0%9F%93%8C-sticky-columns-improve-auto-scrolling-when-the-tab-key-navigation-by-headers-when-there-are-fixed-columns + // TODO: issue will be fixed in the card 7Mct6tJU await dataGrid.scrollTo(t, { x: 0 }); await takeScreenshot('move_right_fixed_column_to_left.png', dataGrid.element); @@ -159,8 +158,7 @@ safeSizeTest('Move right fixed band column to the left', async (t) => { // act await t.drag(dataGrid.getHeaders().getHeaderRow(1).getHeaderCell(3).element, -500, 0); - // TODO: remove this code after improving autoscroll: - // https://trello.com/c/7Mct6tJU/9827-%F0%9F%93%8C-sticky-columns-improve-auto-scrolling-when-the-tab-key-navigation-by-headers-when-there-are-fixed-columns + // TODO: issue will be fixed in the card 7Mct6tJU await dataGrid.scrollTo(t, { x: 0 }); await takeScreenshot('move_right_fixed_band_column_to_left.png', dataGrid.element);