Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-05-16 13:28:23 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-05-29 21:25:18 +0300
commitaedcbb64da3078dff19548d8d3122ac6431c175b (patch)
treee5f8002bffb931b377c9193d145ec495d17e0d20 /tests
parent3bdb07320d25034482620258645047b2de1f54e3 (diff)
Use "paths.base" parameter for the path to the custom Firefox profile
Although in the case of the acceptance tests for the server it is not strictly needed it was modified for consistency with the configuration used for the acceptance tests in apps. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/config/behat.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml
index 5f1b27ffe2d..965d5f02fcc 100644
--- a/tests/acceptance/config/behat.yml
+++ b/tests/acceptance/config/behat.yml
@@ -36,4 +36,4 @@ default:
selenium2:
capabilities:
firefox:
- profile: config/firefox-profiles/css-grid-enabled.zip
+ profile: %paths.base%/firefox-profiles/css-grid-enabled.zip