Skip to content

Commit 71bc345

Browse files
committed
Solution to disable help integration when will be enabled as default by creating valid yaml file for regression purpose
1 parent 5ae9970 commit 71bc345

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

behat_ibexa_commerce.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ regression:
2424
- '%paths.base%/vendor/ibexa/discounts/features/setup/setup.feature'
2525
- '%paths.base%/vendor/ibexa/discounts-codes/features/setup/setup.feature'
2626
- '%paths.base%/vendor/ibexa/activity-log/features/setup/setup.feature'
27+
- '%paths.base%/vendor/ibexa/behat/features/setup/userSettings/helpIntegration.feature'
2728
contexts:
2829
- Ibexa\Behat\API\Context\ContentContext
2930
- Ibexa\Behat\API\Context\ContentTypeContext

behat_ibexa_experience.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ regression:
2828
- '%paths.base%/vendor/ibexa/dashboard/features/setup/setup.feature'
2929
- '%paths.base%/vendor/ibexa/connector-openai/features/setup/setup.feature'
3030
- '%paths.base%/vendor/ibexa/activity-log/features/setup/setup.feature'
31+
- '%paths.base%/vendor/ibexa/behat/features/setup/userSettings/helpIntegration.feature'
3132
contexts:
3233
- Ibexa\Behat\API\Context\ContentContext
3334
- Ibexa\Behat\API\Context\ContentTypeContext

behat_ibexa_headless.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ regression:
1818
- '%paths.base%/vendor/ibexa/behat/features/setup/contentTranslation'
1919
- '%paths.base%/vendor/ibexa/product-catalog/features/setup/setup.feature'
2020
- '%paths.base%/vendor/ibexa/connector-openai/features/setup/setup.feature'
21+
- '%paths.base%/vendor/ibexa/behat/features/setup/userSettings/helpIntegration.feature'
2122
contexts:
2223
- Ibexa\Behat\API\Context\ContentContext
2324
- Ibexa\Behat\API\Context\ContentTypeContext

behat_suites.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ setup:
8686
- Ibexa\Behat\Core\Context\ConfigurationContext
8787
- Ibexa\Behat\API\Context\LanguageContext
8888
- Ibexa\Behat\API\Context\TestContext
89+
user-settings:
90+
paths:
91+
- '%paths.base%/vendor/ibexa/behat/features/setup/userSettings/helpIntegration.feature'
92+
contexts:
93+
- Ibexa\Behat\Core\Context\FileContext
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Feature: Setup help integration configuration
2+
3+
@setup @help
4+
Scenario: Set up help configuration to disable help integration
5+
Given I create a file "config/packages/ibexa_integrated_help.yaml" with contents
6+
"""
7+
ibexa_integrated_help:
8+
enabled: false
9+
10+
"""

0 commit comments

Comments
 (0)