We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f789b commit 5183d30Copy full SHA for 5183d30
2 files changed
.github/workflows/applications.yml
@@ -66,7 +66,7 @@ jobs:
66
LAUNCH_BROWSER: true
67
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
68
run: npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
69
- timeout-minutes: 30
+ timeout-minutes: 40
70
71
- name: Archive artifacts
72
if: ${{ failure() }}
packages/devextreme-cli/testing/constants.js
@@ -21,17 +21,17 @@ exports.viewports = {
21
hasTouch: true,
22
isLandscape: true
23
},
24
- /* xsmall: {
+ xsmall: {
25
width: 320,
26
height: 568,
27
isMobile: true,
28
29
- }*/
+ }
30
};
31
32
exports.themes = {
33
- /* material: 'material.blue',
34
- generic: 'generic',*/
+ material: 'material.blue',
+ generic: 'generic',
35
fluent: 'fluent.blue'
36
37
0 commit comments