File tree Expand file tree Collapse file tree 5 files changed +18
-0
lines changed
features/setup/userSettings Expand file tree Collapse file tree 5 files changed +18
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ """
You can’t perform that action at this time.
0 commit comments