Skip to content

Commit 34d1913

Browse files
fix test
1 parent 76d0be7 commit 34d1913

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,6 @@ module.exports = (env) => {
9191
await page.click('.dx-button.theme-button');
9292
await page.waitForTimeout(500);
9393

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-
10194
const image = await takeScreenshot();
10295

10396
compareSnapshot(image, name + (mode === 'light' ? '' : '-dark'));

0 commit comments

Comments
 (0)