From aedcbb64da3078dff19548d8d3122ac6431c175b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Wed, 16 May 2018 12:28:23 +0200 Subject: [PATCH] Use "paths.base" parameter for the path to the custom Firefox profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/acceptance/config/behat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 5f1b27ffe2..965d5f02fc 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