File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/devextreme-cli/testing Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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() }}
Original file line number Diff line number Diff 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
3232exports . themes = {
33- /* material: 'material.blue',
34- generic: 'generic',*/
33+ material : 'material.blue' ,
34+ generic : 'generic' ,
3535 fluent : 'fluent.blue'
3636} ;
3737
You can’t perform that action at this time.
0 commit comments