Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions behat_ibexa_commerce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ regression:
- '%paths.base%/vendor/ibexa/discounts/features/setup/setup.feature'
- '%paths.base%/vendor/ibexa/discounts-codes/features/setup/setup.feature'
- '%paths.base%/vendor/ibexa/activity-log/features/setup/setup.feature'
- '%paths.base%/vendor/ibexa/behat/features/setup/userSettings/helpIntegration.feature'
contexts:
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
Expand Down
1 change: 1 addition & 0 deletions behat_ibexa_experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ regression:
- '%paths.base%/vendor/ibexa/dashboard/features/setup/setup.feature'
- '%paths.base%/vendor/ibexa/connector-openai/features/setup/setup.feature'
- '%paths.base%/vendor/ibexa/activity-log/features/setup/setup.feature'
- '%paths.base%/vendor/ibexa/behat/features/setup/userSettings/helpIntegration.feature'
contexts:
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
Expand Down
1 change: 1 addition & 0 deletions behat_ibexa_headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ regression:
- '%paths.base%/vendor/ibexa/behat/features/setup/contentTranslation'
- '%paths.base%/vendor/ibexa/product-catalog/features/setup/setup.feature'
- '%paths.base%/vendor/ibexa/connector-openai/features/setup/setup.feature'
- '%paths.base%/vendor/ibexa/behat/features/setup/userSettings/helpIntegration.feature'
contexts:
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
Expand Down
5 changes: 5 additions & 0 deletions behat_suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ setup:
- Ibexa\Behat\Core\Context\ConfigurationContext
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Behat\API\Context\TestContext
user-settings:
paths:
- '%paths.base%/vendor/ibexa/behat/features/setup/userSettings/helpIntegration.feature'
contexts:
- Ibexa\Behat\Core\Context\FileContext
10 changes: 10 additions & 0 deletions features/setup/userSettings/helpIntegration.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Feature: Setup help integration configuration

@setup @help
Scenario: Set up help configuration to disable help integration
Given I create a file "config/packages/ibexa_integrated_help.yaml" with contents
"""
ibexa_integrated_help:
enabled: false

"""
Loading