From 2eacfaa27afb6bb9d85940acaaf6de62aafdac6c Mon Sep 17 00:00:00 2001 From: katarzynazawada <42930265+katarzynazawada@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:54:22 +0200 Subject: [PATCH] [Behat] IBX-8638: As a QA I want to add behat coverage to user profile (#119) * IBX-8638: Implemented scenarios for user profile * Added @broken tag * IBX-8638: Removed user profile context from oss edition --------- Co-authored-by: katarzynazawada <> --- .github/workflows/browser-tests.yaml | 2 +- behat_ibexa_commerce.yaml | 1 + behat_ibexa_experience.yaml | 1 + behat_ibexa_headless.yaml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index 041b8d56..608c582b 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -13,7 +13,7 @@ jobs: uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: 'oss' - test-suite: '--profile=browser --suite=admin-ui-full' + test-suite: '--profile=browser --suite=admin-ui-full --tags=~@broken' test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard' multirepository: true timeout: 40 diff --git a/behat_ibexa_commerce.yaml b/behat_ibexa_commerce.yaml index d67a9a53..6ebe56fb 100644 --- a/behat_ibexa_commerce.yaml +++ b/behat_ibexa_commerce.yaml @@ -75,6 +75,7 @@ regression: - Ibexa\AdminUi\Behat\BrowserContext\UDWContext - Ibexa\AdminUi\Behat\BrowserContext\UserNotificationContext - Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext + - Ibexa\AdminUi\Behat\BrowserContext\UserProfileContext - Ibexa\Behat\API\Context\ContentContext - Ibexa\Behat\API\Context\ContentTypeContext - Ibexa\Behat\API\Context\RoleContext diff --git a/behat_ibexa_experience.yaml b/behat_ibexa_experience.yaml index f85cfada..24d74536 100644 --- a/behat_ibexa_experience.yaml +++ b/behat_ibexa_experience.yaml @@ -76,6 +76,7 @@ regression: - Ibexa\AdminUi\Behat\BrowserContext\UDWContext - Ibexa\AdminUi\Behat\BrowserContext\UserNotificationContext - Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext + - Ibexa\AdminUi\Behat\BrowserContext\UserProfileContext - Ibexa\Behat\API\Context\ContentContext - Ibexa\Behat\API\Context\ContentTypeContext - Ibexa\Behat\API\Context\RoleContext diff --git a/behat_ibexa_headless.yaml b/behat_ibexa_headless.yaml index 31360abd..e65342cf 100644 --- a/behat_ibexa_headless.yaml +++ b/behat_ibexa_headless.yaml @@ -62,6 +62,7 @@ regression: - Ibexa\AdminUi\Behat\BrowserContext\UDWContext - Ibexa\AdminUi\Behat\BrowserContext\UserNotificationContext - Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext + - Ibexa\AdminUi\Behat\BrowserContext\UserProfileContext - Ibexa\Behat\API\Context\ContentContext - Ibexa\Behat\API\Context\ContentTypeContext - Ibexa\Behat\API\Context\RoleContext