Skip to content

Commit

Permalink
Merge pull request videojs#9 from ishita12/test
Browse files Browse the repository at this point in the history
ChromeCanary Support
  • Loading branch information
ishita12 authored Jan 24, 2018
2 parents 830680c + 70b0095 commit 4ec3e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = function(config) {
},
ChromeCanaryHeadlessNoSandbox: {
base: 'ChromeCanaryHeadless',
flags: ['--no-sandbox', '--no-user-gesture-required'],
flags: ['--no-sandbox', '--autoplay-policy=no-user-gesture-required'],
}
},
preprocessors: {
Expand Down

0 comments on commit 4ec3e53

Please sign in to comment.