Skip to content

Commit 65d2a2e

Browse files
committed
test: see the problem tests
1 parent 02e679f commit 65d2a2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
149149
}
150150

151151
async function takeScreenshot(options) {
152-
await hideFooter();
152+
// await hideFooter();
153153
return await page.screenshot({
154154
...(options || {}),
155155
captureBeyondViewport: false
@@ -190,9 +190,9 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
190190
compareSnapshot(image, 'profile');
191191

192192
// TODO: fix false positive screenshot failure and uncomment
193-
// await switchTheme();
194-
// await compareThemeModeSnapshot('profile', 'dark');
195-
// await switchTheme();
193+
await switchTheme();
194+
await compareThemeModeSnapshot('profile', 'dark');
195+
await switchTheme();
196196
// test
197197

198198
await compareThemeModeSnapshot('profile', 'light');

0 commit comments

Comments
 (0)