Skip to content

Commit 7135678

Browse files
committed
change wait
1 parent 28c9451 commit 7135678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
191191

192192
// TODO: fix false positive screenshot failure and uncomment
193193
await switchTheme();
194+
// eslint-disable-next-line no-undef
194195
await page.waitForFunction(() => document.fonts.ready);
195196
await compareThemeModeSnapshot('profile', 'dark');
196197
await switchTheme();

0 commit comments

Comments
 (0)