Add channel setup dependency to managing taxons feature file in admin API suite

This commit is contained in:
Mikołaj Król 2017-09-10 21:46:54 +02:00
parent 8950a4f083
commit 240ff65fd6
2 changed files with 3 additions and 1 deletions

View file

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

View file

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