mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
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:
commit
42b3aa45c5
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user