[Behat][API] Add missing channels suite to imports

This commit is contained in:
Grzegorz Sadowski 2022-11-03 13:12:19 +01:00 committed by TheMilek
parent 852df9f7d6
commit 19db727efd
No known key found for this signature in database
GPG key ID: 2E44205E7374692F
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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: