Skip to content

Commit 5183d30

Browse files
revert changes
1 parent e7f789b commit 5183d30

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
LAUNCH_BROWSER: true
6767
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
6868
run: npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
69-
timeout-minutes: 30
69+
timeout-minutes: 40
7070

7171
- name: Archive artifacts
7272
if: ${{ failure() }}

packages/devextreme-cli/testing/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ exports.viewports = {
2121
hasTouch: true,
2222
isLandscape: true
2323
},
24-
/* xsmall: {
24+
xsmall: {
2525
width: 320,
2626
height: 568,
2727
isMobile: true,
2828
hasTouch: true,
29-
}*/
29+
}
3030
};
3131

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

0 commit comments

Comments
 (0)