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 76d0be7 commit 34d1913Copy full SHA for 34d1913
packages/devextreme-cli/testing/app-template.test.shared.js
@@ -91,13 +91,6 @@ module.exports = (env) => {
91
await page.click('.dx-button.theme-button');
92
await page.waitForTimeout(500);
93
94
- await page.evaluate(() => {
95
- // eslint-disable-next-line no-undef
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