Skip to content

Commit 0662ec5

Browse files
wip. checking test for nextjs-ts
+ reduce test variants
1 parent 13bcc9e commit 0662ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ module.exports = (env, { port } = { port: '8080' }) => {
172172
}
173173
}]);
174174
await page.waitForTimeout(5000);
175-
175+
console.log('---takeScreenshot------>');
176176
const image = await takeScreenshot({
177177
clip: {
178178
x: 0,
@@ -181,7 +181,7 @@ module.exports = (env, { port } = { port: '8080' }) => {
181181
height: 150
182182
}
183183
});
184-
184+
console.log('---compareSnapshot------>');
185185
compareSnapshot(image, 'home');
186186
});
187187

0 commit comments

Comments
 (0)