[Behat] Change localization to locale

This commit is contained in:
Łukasz Chruściel 2016-03-17 13:08:46 +01:00
parent d2e439a279
commit 8ebc48e4de
9 changed files with 12 additions and 12 deletions

View file

@ -13,7 +13,7 @@ imports:
- suites/legacy/homepage.yml
- suites/legacy/i18n.yml
- suites/legacy/inventory.yml
- suites/legacy/localization.yml
- suites/legacy/locale.yml
- suites/legacy/metadata.yml
- suites/legacy/oauth.yml
- suites/legacy/order.yml
@ -38,7 +38,7 @@ imports:
- suites/ui/promotion.yml
- suites/ui/theme.yml
- suites/ui/user.yml
- suites/ui/localization.yml
- suites/ui/locale.yml
- suites/ui/product.yml
- suites/ui/shipping.yml

View file

@ -3,7 +3,7 @@
default:
suites:
legacy_localization:
legacy_locale:
contexts:
- Behat\MinkExtension\Context\MinkContext
- Sylius\Bundle\CoreBundle\Behat\HookContext
@ -14,4 +14,4 @@ default:
- Sylius\Bundle\ChannelBundle\Behat\ChannelContext
- Sylius\Bundle\LocaleBundle\Behat\LocaleContext
filters:
tags: "@legacy && @localization"
tags: "@legacy && @locale"

View file

@ -3,7 +3,7 @@
default:
suites:
ui_localization:
ui_locale:
contexts_as_services:
- sylius.behat.context.hook.doctrine_orm
@ -11,4 +11,4 @@ default:
- sylius.behat.context.ui.admin.managing_locale
filters:
tags: @localization && @ui
tags: @locale && @ui

View file

@ -1,4 +1,4 @@
@legacy @localization
@legacy @locale
Feature: Managing locales
In order to reach customers from different countries
As a store owner

View file

@ -1,4 +1,4 @@
@legacy @localization
@legacy @locale
Feature: Locale selection
In order to browse the website in my preferred language
As a customer

View file

@ -1,4 +1,4 @@
@localization
@locale
Feature: Adding a new locale
In order to provide service to my customers in their preferred language
As an Administrator

View file

@ -1,4 +1,4 @@
@localization
@locale
Feature: Locale unique code validation
In order to avoid making mistakes when managing locales
As an Administrator

View file

@ -1,4 +1,4 @@
@localization
@locale
Feature: Locale validation
In order to avoid making mistakes when managing locales
As an Administrator

View file

@ -1,4 +1,4 @@
@localization
@locale
Feature: Toggling a locale
In order to change locales in which the service is available to my customers
As an Administrator