diff --git a/features/channel/filtering_out_disabled_channels.feature b/features/channel/filtering_out_disabled_channels.feature index e46e261488..f255fb495b 100644 --- a/features/channel/filtering_out_disabled_channels.feature +++ b/features/channel/filtering_out_disabled_channels.feature @@ -13,6 +13,7 @@ Feature: Filtering out disabled channels @ui @api Scenario: Seeing Furniture shop products - When I check latest products + When I browse the "Furniture" channel + And I check latest products Then I should see "Old Wardrobe" product And I should not see "Black T-Shirt" product diff --git a/src/Sylius/Behat/Resources/config/suites.yml b/src/Sylius/Behat/Resources/config/suites.yml index 561eb4cbcc..c02b7636c5 100644 --- a/src/Sylius/Behat/Resources/config/suites.yml +++ b/src/Sylius/Behat/Resources/config/suites.yml @@ -12,6 +12,7 @@ imports: - suites/api/admin/login.yml - suites/api/cart/accessing_cart.yml - suites/api/cart/shopping_cart.yml + - suites/api/channel/channels.yml - suites/api/channel/managing_channels.yml - suites/api/checkout/checkout.yml - suites/api/checkout/paying_for_order.yml diff --git a/src/Sylius/Behat/Resources/config/suites/api/channel/channels.yml b/src/Sylius/Behat/Resources/config/suites/api/channel/channels.yml index 4c398b9343..9bbccf3652 100644 --- a/src/Sylius/Behat/Resources/config/suites/api/channel/channels.yml +++ b/src/Sylius/Behat/Resources/config/suites/api/channel/channels.yml @@ -3,7 +3,7 @@ default: suites: - ui_channels: + api_channels: contexts: - sylius.behat.context.hook.doctrine_orm @@ -12,7 +12,7 @@ default: - sylius.behat.context.setup.channel - sylius.behat.context.setup.product - - sylius.behat.context.api.channel + - sylius.behat.context.api.shop.channel - sylius.behat.context.api.shop.homepage filters: