Skip to content

Commit

Permalink
fix(ML): Remove TabPanel repaint
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Dec 11, 2024
1 parent f58a5fe commit 2fef984
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/testcafe-devextreme/tests/chat/messageList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ test('Messagelist should scrolled to the latest messages after being rendered in
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
const tabPanel = new TabPanel('#container');

await tabPanel.repaint();

await t
.click(tabPanel.tabs.getItem(1).element);

Expand Down

0 comments on commit 2fef984

Please sign in to comment.