style: format (#26708)

PR Close #26708
This commit is contained in:
Greg Magolan 2018-10-24 11:46:17 -07:00 committed by Alex Rickabaugh
parent 7f39f37003
commit 4e91ead40b
1 changed files with 1 additions and 4 deletions

View File

@ -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',