Skip to content

Commit 189efea

Browse files
check test
1 parent 25c09e6 commit 189efea

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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
@@ -72,6 +72,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
7272
});
7373
console.log('----openPage--after--goto-waitForSelector->');
7474
await page.waitForSelector('.with-footer');
75+
console.log('----openPage---waitForSelector--FOUND-->');
7576
await page.waitForTimeout(3000);
7677
}
7778

packages/devextreme-cli/testing/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports.viewports = {
1414
width: 1280,
1515
height: 1024,
1616
},
17-
small: {
17+
/* small: {
1818
width: 667,
1919
height: 375,
2020
isMobile: true,
@@ -26,13 +26,13 @@ exports.viewports = {
2626
height: 568,
2727
isMobile: true,
2828
hasTouch: true,
29-
}
29+
}*/
3030
};
3131

3232
exports.themes = {
3333
material: 'material.blue',
34-
generic: 'generic',
35-
fluent: 'fluent.blue'
34+
/* generic: 'generic',
35+
fluent: 'fluent.blue'*/
3636
};
3737

3838
exports.layouts = [

0 commit comments

Comments
 (0)