We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c103d67 commit 71561bfCopy full SHA for 71561bf
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