parent
7f39f37003
commit
4e91ead40b
|
@ -108,10 +108,7 @@ if (process.env['WEB_TEST_METADATA']) {
|
|||
args.push('--disable-gpu');
|
||||
}
|
||||
setConf(conf, 'directConnect', true, 'is set to true for chrome');
|
||||
setConf(
|
||||
conf, 'chromeDriver',
|
||||
chromeDriver,
|
||||
'is determined by the browsers attribute');
|
||||
setConf(conf, 'chromeDriver', chromeDriver, 'is determined by the browsers attribute');
|
||||
setConf(
|
||||
conf, 'capabilities', {
|
||||
browserName: 'chrome',
|
||||
|
|
Loading…
Reference in New Issue