mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Add channel setup dependency to managing taxons feature file in admin API suite
This commit is contained in:
parent
8950a4f083
commit
240ff65fd6
2 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ Feature: Taxons autocomplete
|
|||
I want to get taxons according to my specified phrase
|
||||
|
||||
Background:
|
||||
Given the store classifies its products as "T-Shirts", "Watches", "Belts" and "Wallets"
|
||||
Given the store operates on a single channel in "United States"
|
||||
And the store classifies its products as "T-Shirts", "Watches", "Belts" and "Wallets"
|
||||
And I am logged in as an administrator
|
||||
|
||||
@api
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ default:
|
|||
- sylius.behat.context.transform.shared_storage
|
||||
- sylius.behat.context.transform.taxon
|
||||
|
||||
- sylius.behat.context.setup.channel
|
||||
- sylius.behat.context.setup.locale
|
||||
- sylius.behat.context.setup.admin_security
|
||||
- sylius.behat.context.setup.taxonomy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue