mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
16 lines
528 B
Gherkin
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
|