From 269944ecdf9c6b854816344dfc101909300e06ed Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 30 Mar 2016 15:47:29 -0700 Subject: [PATCH] Try adding phantom as the browser --- tests/acceptance.suite.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 86eb0022d..9fa47e9c4 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -12,7 +12,7 @@ class_name: AcceptanceTester modules: enabled: - WebDriver: - url: 'https://snipe-it.dev:1337' + url: https://snipe-it.dev:1337 browser: phantomjs env: @@ -21,3 +21,4 @@ env: config: WebDriver: url: http://localhost:8000 + browser: phantomjs