Skip to content

Commit 055a1ce

Browse files
fix test
1 parent 23200be commit 055a1ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

94+
// eslint-disable-next-line no-undef
95+
document.querySelector('.dx-button.theme-button').blur();
96+
9497
const image = await takeScreenshot();
9598

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

0 commit comments

Comments
 (0)