Browse Source

Update karma.conf.browserstack.js

Raanan Weber 7 năm trước cách đây
mục cha
commit
fea9fd5094

+ 2 - 2
Viewer/tests/validation/karma.conf.browserstack.js

@@ -81,8 +81,8 @@ module.exports = function (config) {
                 real_mobile: 'true'
                 real_mobile: 'true'
             }
             }
         },
         },
-        browsers: ['bs_chrome_android'],
+        browsers: ['bs_chrome_win'],
         reporters: ['dots', 'BrowserStack'],
         reporters: ['dots', 'BrowserStack'],
         singleRun: true
         singleRun: true
     });
     });
-};
+};