We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123b04 commit d96673dCopy full SHA for d96673d
e2e/testcafe-devextreme/tests/treeList/markup.ts
@@ -62,6 +62,8 @@ const tasksT1223168 = [{
62
const treeList = new TreeList('#container');
63
64
await t
65
+ .expect(treeList.isReady())
66
+ .ok()
67
.expect(await takeScreenshot(`T1221037-cell-with-template-${theme}`, treeList.element))
68
.ok()
69
.expect(compareResults.isValid())
0 commit comments