diff --git a/.gitignore b/.gitignore index 3e7937e03..118eb3dc5 100644 --- a/.gitignore +++ b/.gitignore @@ -67,7 +67,6 @@ bundle/ .docker .shell-env .vagrant/ -phantomjsdriver.log selenium-debug.log tests/downloads tests/assets/* diff --git a/tests/nightwatch.json b/tests/nightwatch.json index a71efe17b..f7336e594 100644 --- a/tests/nightwatch.json +++ b/tests/nightwatch.json @@ -41,15 +41,6 @@ }, "filter" : "./unittests/*", "exclude" : "" - }, - - "phantomjs" : { - "desiredCapabilities": { - "browserName": "phantomjs", - "javascriptEnabled" : true, - "acceptSslCerts" : true, - "phantomjs.binary.path" : "node_modules/phantomjs/bin/phantomjs" - } } } }