From ff7f79f237494eb971849c5b0d6203852f968de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Wed, 19 Jun 2024 07:12:45 +0200 Subject: [PATCH 1/2] Added App Switcher suites --- behat_ibexa_headless.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/behat_ibexa_headless.yaml b/behat_ibexa_headless.yaml index 31360abd..7d5c2662 100644 --- a/behat_ibexa_headless.yaml +++ b/behat_ibexa_headless.yaml @@ -1,5 +1,6 @@ imports: - behat_ibexa_oss.yaml + - vendor/ibexa/app-switcher/behat_suites.yml - vendor/ibexa/product-catalog/behat_suites.yml - vendor/ibexa/scheduler/behat_suites_headless.yml - vendor/ibexa/taxonomy/behat_suites_headless.yml @@ -39,7 +40,7 @@ regression: - '%paths.base%/vendor/ibexa/workflow/features/browser' filters: tags: "~@broken&&@IbexaHeadless" - contexts: + contexts: - Behat\MinkExtension\Context\MinkContext - Ibexa\AdminUi\Behat\BrowserContext\AdminUpdateContext - Ibexa\AdminUi\Behat\BrowserContext\BookmarkContext From 374eb759a5312406cf2a8ddaa37ce75c82b3eb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Wed, 19 Jun 2024 07:24:44 +0200 Subject: [PATCH 2/2] fixup! Added App Switcher suites --- behat_ibexa_headless.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/behat_ibexa_headless.yaml b/behat_ibexa_headless.yaml index 7d5c2662..4b6c8cf7 100644 --- a/behat_ibexa_headless.yaml +++ b/behat_ibexa_headless.yaml @@ -30,6 +30,7 @@ regression: - Ibexa\Migration\Behat\Context\MigrationContext headless: paths: + - '%paths.base%/vendor/ibexa/app-switcher/features/browser' - '%paths.base%/vendor/ibexa/admin-ui/features/personas' - '%paths.base%/vendor/ibexa/admin-ui/features/standard' - '%paths.base%/vendor/ibexa/product-catalog/features/browser' @@ -42,6 +43,7 @@ regression: tags: "~@broken&&@IbexaHeadless" contexts: - Behat\MinkExtension\Context\MinkContext + - Ibexa\AppSwitcher\Behat\Context\AppSwitcherContext - Ibexa\AdminUi\Behat\BrowserContext\AdminUpdateContext - Ibexa\AdminUi\Behat\BrowserContext\BookmarkContext - Ibexa\AdminUi\Behat\BrowserContext\ContentActionsMenuContext