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

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