mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat][API] Add missing channels suite to imports
This commit is contained in:
parent
852df9f7d6
commit
19db727efd
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue