mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
14 lines
432 B
Gherkin
14 lines
432 B
Gherkin
@managing_currencies
|
|
Feature: Editing a currency
|
|
In order to change currency configuration
|
|
As an Administrator
|
|
I want to be able to edit a currency
|
|
|
|
Background:
|
|
Given I am logged in as an administrator
|
|
|
|
@ui
|
|
Scenario: Seeing disabled code field while editing currency
|
|
Given the store has currency "Euro"
|
|
When I want to edit this currency
|
|
Then the code field should be disabled
|