Merge pull request #4045 from ansible/quick-chrome75-workaround

Chrome75 workaround for e2e tests

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-06-12 11:52:09 +00:00
committed by GitHub

View File

@@ -30,6 +30,7 @@ module.exports = {
desiredCapabilities: {
browserName: 'chrome',
chromeOptions: {
w3c: false,
args: [
'window-size=1024,768'
]
@@ -61,6 +62,7 @@ module.exports = {
desiredCapabilities: {
browserName: 'chrome',
chromeOptions: {
w3c: false,
args: [
'headless',
'disable-web-security',