mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
British Pound Sterling -> British Pound
This commit is contained in:
parent
b31e9807f6
commit
abff632d16
2 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@ Feature: Browsing currencies
|
|||
I want to browse currencies
|
||||
|
||||
Background:
|
||||
Given the store has currency "Euro", "British Pound Sterling"
|
||||
Given the store has currency "Euro", "British Pound"
|
||||
And I am logged in as an administrator
|
||||
|
||||
@ui
|
||||
Scenario: Browsing currencies in store
|
||||
When I want to browse currencies of the store
|
||||
Then I should see 2 currencies in the list
|
||||
And I should see the currency "British Pound Sterling" in the list
|
||||
And I should see the currency "British Pound" in the list
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ Feature: Currency management
|
|||
|
||||
Scenario: Trying to create a currency with existing code
|
||||
Given I am on the currency creation page
|
||||
When I select "British Pound Sterling" from "Name"
|
||||
When I select "British Pound" from "Name"
|
||||
And I fill in "Exchange rate" with "0.235654"
|
||||
And I press "Create"
|
||||
Then I should still be on the currency creation page
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue