From 304a287af9bb49ab1189e63dc260cba7547cbb73 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 31 Jan 2021 14:42:15 +0200 Subject: [PATCH] Issue #3194401: Switch to CircleCI as the default automated testing platform --- behat.varbase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behat.varbase.yml b/behat.varbase.yml index 33e56103..d429fd52 100644 --- a/behat.varbase.yml +++ b/behat.varbase.yml @@ -86,7 +86,7 @@ default: - "disable-infobars" - "js-flags=--expose-gc" - "no-sandbox" - base_url: 'http://localhost:8000/docroot' + base_url: 'http://localhost/varbase/docroot' # browser_name: 'firefox' browser_name: 'chrome' # browser_name: 'phantomjs' -- GitLab