diff --git a/features/taxonomy/managing_taxons/autocomplete_taxon_name.feature b/features/taxonomy/managing_taxons/autocomplete_taxon_name.feature index ded238cb7a..5fd424c970 100644 --- a/features/taxonomy/managing_taxons/autocomplete_taxon_name.feature +++ b/features/taxonomy/managing_taxons/autocomplete_taxon_name.feature @@ -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 diff --git a/src/Sylius/Behat/Resources/config/suites/api/taxon/managing_taxons.yml b/src/Sylius/Behat/Resources/config/suites/api/taxon/managing_taxons.yml index ee69c7062e..b2171b715a 100644 --- a/src/Sylius/Behat/Resources/config/suites/api/taxon/managing_taxons.yml +++ b/src/Sylius/Behat/Resources/config/suites/api/taxon/managing_taxons.yml @@ -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