Skip to content

Commit 438168e

Browse files
committed
Do not use the chromedriver wrapper as it spews to stdout
1 parent aa2b32e commit 438168e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/helpers/start-atom.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ webdriverio = require '../../../script/node_modules/webdriverio'
1010

1111
AtomPath = remote.process.argv[0]
1212
AtomLauncherPath = path.join(__dirname, "..", "helpers", "atom-launcher.sh")
13-
ChromedriverPath = path.resolve(__dirname, '..', '..', '..', 'script', 'node_modules', '.bin', 'chromedriver')
13+
ChromedriverPath = path.resolve(__dirname, '..', '..', '..', 'script', 'node_modules', 'electron-chromedriver', 'bin', 'chromedriver')
1414
SocketPath = path.join(os.tmpdir(), "atom-integration-test-#{Date.now()}.sock")
1515
ChromedriverPort = 9515
1616
ChromedriverURLBase = "/wd/hub"

0 commit comments

Comments
 (0)