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 01a38eb commit b52505bCopy full SHA for b52505b
packages/devextreme-cli/testing/app-template.test.shared.js
@@ -96,6 +96,8 @@ module.exports = (env) => {
96
document.querySelector('.dx-button.theme-button').blur();
97
});
98
99
+ await page.waitForTimeout(500);
100
+
101
const image = await takeScreenshot();
102
103
compareSnapshot(image, name + (mode === 'light' ? '' : '-dark'));
0 commit comments