British Pound Sterling -> British Pound

This commit is contained in:
Kamil Kokot 2016-05-24 15:00:57 +02:00
parent b31e9807f6
commit abff632d16
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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