From 743a82d6f4f556f5ad5752600b2b97c44ed3db24 Mon Sep 17 00:00:00 2001 From: Jakub Wesolowski <121794185+jwibexa@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:47:37 +0200 Subject: [PATCH] IBX-6406: Cover "My Drafts" Page, adding new contexts, backport (#75) * IBX 6404 Cover "My Drafts" Page, adding new contexts, backport * adding context to behat_ibexa_oss.yaml --- behat_ibexa_commerce.yaml | 6 +++++- behat_ibexa_content.yaml | 1 + behat_ibexa_experience.yaml | 1 + behat_ibexa_oss.yaml | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/behat_ibexa_commerce.yaml b/behat_ibexa_commerce.yaml index 75ed85fa..e8263975 100644 --- a/behat_ibexa_commerce.yaml +++ b/behat_ibexa_commerce.yaml @@ -1,6 +1,7 @@ imports: - behat_ibexa_experience.yaml - vendor/ibexa/payment/behat_suites.yml + - vendor/ibexa/storefront/behat_suites.yml regression: suites: @@ -14,6 +15,7 @@ regression: - '%paths.base%/vendor/ibexa/behat/features/setup/contentTranslation' - '%paths.base%/vendor/ibexa/product-catalog/features/setup/setup.feature' - '%paths.base%/vendor/ibexa/corporate-account/features/setup/setup.feature' + - '%paths.base%/vendor/ibexa/storefront/features/setup/setup.feature' contexts: - Ibexa\Behat\API\Context\ContentContext - Ibexa\Behat\API\Context\ContentTypeContext @@ -39,6 +41,7 @@ regression: - '%paths.base%/vendor/ibexa/segmentation/features' - '%paths.base%/vendor/ibexa/taxonomy/features' - '%paths.base%/vendor/ibexa/user/features/browser' + - '%paths.base%/vendor/ibexa/storefront/features' - '%paths.base%/vendor/ibexa/version-comparison/features' - '%paths.base%/vendor/ibexa/workflow/features/browser' filters: @@ -92,7 +95,6 @@ regression: - Ibexa\ProductCatalog\Behat\Context\ProductTypesContext - Ibexa\Scheduler\Behat\BrowserContext\DateBasedPublisherContext - Ibexa\Segmentation\Behat\Context\SegmentationContext - - Ibexa\Segmentation\Behat\Context\SegmentationContext - Ibexa\Taxonomy\Behat\Context\Browser\TaxonomyContext - Ibexa\Taxonomy\Behat\Context\Service\TaxonomyContext - Ibexa\User\Behat\Context\UserSettingsContext @@ -100,3 +102,5 @@ regression: - Ibexa\VersionComparison\Behat\Context\VersionComparisonContext - Ibexa\Workflow\Behat\Context\WorkflowAdminContext - Ibexa\Workflow\Behat\Context\WorkflowContext + - Ibexa\AdminUi\Behat\BrowserContext\MyDraftsContext + - Ibexa\Storefront\Behat\Context\StorefrontContext diff --git a/behat_ibexa_content.yaml b/behat_ibexa_content.yaml index aaeeb3e8..5460ebd2 100644 --- a/behat_ibexa_content.yaml +++ b/behat_ibexa_content.yaml @@ -85,3 +85,4 @@ regression: - Ibexa\VersionComparison\Behat\Context\VersionComparisonContext - Ibexa\Workflow\Behat\Context\WorkflowAdminContext - Ibexa\Workflow\Behat\Context\WorkflowContext + - Ibexa\AdminUi\Behat\BrowserContext\MyDraftsContext diff --git a/behat_ibexa_experience.yaml b/behat_ibexa_experience.yaml index 09c99c1b..b9025cca 100644 --- a/behat_ibexa_experience.yaml +++ b/behat_ibexa_experience.yaml @@ -105,3 +105,4 @@ regression: - Ibexa\Workflow\Behat\Context\WorkflowAdminContext - Ibexa\Workflow\Behat\Context\WorkflowContext - Ibexa\Segmentation\Behat\Context\SegmentationContext + - Ibexa\AdminUi\Behat\BrowserContext\MyDraftsContext diff --git a/behat_ibexa_oss.yaml b/behat_ibexa_oss.yaml index e7593c2b..a5af198d 100644 --- a/behat_ibexa_oss.yaml +++ b/behat_ibexa_oss.yaml @@ -121,3 +121,4 @@ regression: - Ibexa\Behat\Browser\Context\DebuggingContext - Ibexa\User\Behat\Context\UserSettingsContext - Ibexa\User\Behat\Context\UserSetupContext + - Ibexa\AdminUi\Behat\BrowserContext\MyDraftsContext