diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-05-16 12:28:23 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-05-29 20:25:18 +0200 |
commit | aedcbb64da3078dff19548d8d3122ac6431c175b (patch) | |
tree | e5f8002bffb931b377c9193d145ec495d17e0d20 /tests/acceptance/config/behat.yml | |
parent | 3bdb07320d25034482620258645047b2de1f54e3 (diff) | |
download | nextcloud-server-aedcbb64da3078dff19548d8d3122ac6431c175b.tar.gz nextcloud-server-aedcbb64da3078dff19548d8d3122ac6431c175b.zip |
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/acceptance/config/behat.yml')
-rw-r--r-- | tests/acceptance/config/behat.yml | 2 |
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 |