Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyar committed Oct 28, 2024
1 parent e11862b commit 4b3593d
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 4b3593d

Please sign in to comment.