mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
16 lines
559 B
Gherkin
16 lines
559 B
Gherkin
@managing_locales
|
|
Feature: Locale validation
|
|
In order to avoid making mistakes when managing locales
|
|
As an Administrator
|
|
I want to be prevented from adding a locale without a code
|
|
|
|
Background:
|
|
Given the store is available in the Norwegian language
|
|
And I am logged in as an administrator
|
|
|
|
@todo
|
|
Scenario: Trying to add a locale without specifying a code
|
|
Given I want to create a new locale
|
|
When I do not choose a code
|
|
And I try to add it
|
|
Then I should be notified that a code is required
|