using a fake device as well

This commit is contained in:
Yotam Mann 2017-04-30 13:57:18 -04:00
parent ab282061d5
commit 1bbe67d6de

View file

@ -104,7 +104,7 @@ module.exports = function(config) {
customLaunchers: {
Chrome_travis_ci: {
base: 'Chrome',
flags: ['--no-sandbox', '--use-fake-ui-for-media-stream']
flags: ['--no-sandbox', '--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream']
},
Chrome_user_media: {
base: 'Chrome',