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 23200be commit 055a1ceCopy full SHA for 055a1ce
packages/devextreme-cli/testing/app-template.test.shared.js
@@ -91,6 +91,9 @@ module.exports = (env) => {
91
await page.click('.dx-button.theme-button');
92
await page.waitForTimeout(500);
93
94
+ // eslint-disable-next-line no-undef
95
+ document.querySelector('.dx-button.theme-button').blur();
96
+
97
const image = await takeScreenshot();
98
99
compareSnapshot(image, name + (mode === 'light' ? '' : '-dark'));
0 commit comments