Merge branch '1.11' into 1.12

* 1.11:
  [Behat][API] Add missing channels suite to imports
This commit is contained in:
Kevin Kaniaburka 2022-11-29 08:36:42 +01:00
commit fd298f1869
No known key found for this signature in database
GPG key ID: 8DB4C54474F3FD72
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: