Skip to content

Commit 71561bf

Browse files
authored
TreeList: Fix unstable test (#31047)
Co-authored-by: Alyar <>
1 parent c103d67 commit 71561bf

File tree

1 file changed

+2
-0
lines changed
  • e2e/testcafe-devextreme/tests/treeList

1 file changed

+2
-0
lines changed

e2e/testcafe-devextreme/tests/treeList/markup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ const tasksT1223168 = [{
6262
const treeList = new TreeList('#container');
6363

6464
await t
65+
.expect(treeList.isReady())
66+
.ok()
6567
.expect(await takeScreenshot(`T1221037-cell-with-template-${theme}`, treeList.element))
6668
.ok()
6769
.expect(compareResults.isValid())

0 commit comments

Comments
 (0)