mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Behat] Change localization to locale
This commit is contained in:
parent
d2e439a279
commit
8ebc48e4de
9 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@legacy @localization
|
||||
@legacy @locale
|
||||
Feature: Managing locales
|
||||
In order to reach customers from different countries
|
||||
As a store owner
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@legacy @localization
|
||||
@legacy @locale
|
||||
Feature: Locale selection
|
||||
In order to browse the website in my preferred language
|
||||
As a customer
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@localization
|
||||
@locale
|
||||
Feature: Locale unique code validation
|
||||
In order to avoid making mistakes when managing locales
|
||||
As an Administrator
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@localization
|
||||
@locale
|
||||
Feature: Locale validation
|
||||
In order to avoid making mistakes when managing locales
|
||||
As an Administrator
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue