From 4e27dbcd50f526a7f6fa726f1db7522f2e1045e2 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Wed, 7 Sep 2022 21:14:53 +0545 Subject: [PATCH] Add context in behat.yml --- tests/acceptance/config/behat.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 1f5e548d3..851322de0 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -35,6 +35,7 @@ default: apiSpaces: paths: - '%paths.base%/../features/apiSpaces' + context: *common_ldap_suite_context contexts: - SpacesContext: - OccContext: @@ -55,6 +56,7 @@ default: apiArchiver: paths: - '%paths.base%/../features/apiArchiver' + context: *common_ldap_suite_context contexts: - ArchiverContext: - SpacesContext: