From 9054ac0b0d64924cd66892757a1eb3cdaa8f98ad Mon Sep 17 00:00:00 2001 From: tomaszszopinski <59650405+tomaszszopinski@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:20:10 +0100 Subject: [PATCH] updated config files (#250) --- behat_ibexa_commerce.yaml | 1 + behat_ibexa_experience.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/behat_ibexa_commerce.yaml b/behat_ibexa_commerce.yaml index 16478abb..ccf5b101 100644 --- a/behat_ibexa_commerce.yaml +++ b/behat_ibexa_commerce.yaml @@ -15,6 +15,7 @@ regression: contexts: - EzSystems\Behat\API\Context\ContentContext - EzSystems\Behat\API\Context\ContentTypeContext + - EzSystems\Behat\API\Context\LanguageContext - EzSystems\Behat\API\Context\RoleContext - EzSystems\Behat\API\Context\TestContext - EzSystems\Behat\API\Context\UserContext diff --git a/behat_ibexa_experience.yaml b/behat_ibexa_experience.yaml index efd6a43d..05eba40d 100644 --- a/behat_ibexa_experience.yaml +++ b/behat_ibexa_experience.yaml @@ -19,6 +19,7 @@ regression: contexts: - EzSystems\Behat\API\Context\ContentContext - EzSystems\Behat\API\Context\ContentTypeContext + - EzSystems\Behat\API\Context\LanguageContext - EzSystems\Behat\API\Context\RoleContext - EzSystems\Behat\API\Context\TestContext - EzSystems\Behat\API\Context\UserContext