Sylius/features/locale/managing_locales/adding_locale.feature
2016-04-22 13:22:43 +02:00

16 lines
528 B
Gherkin

@managing_locales
Feature: Adding a new locale
In order to provide service to my customers in their preferred language
As an Administrator
I want to add a new locale to the registry
Background:
Given I am logged in as an administrator
@ui
Scenario: Adding a new locale
Given I want to create a new locale
When I choose Norwegian
And I add it
Then I should be notified about successful creation
And the store should be available in the Norwegian language