Sylius/features/currency/managing_currency/browsing_currencies.feature
2016-04-29 14:33:27 +02:00

15 lines
513 B
Gherkin

@managing_currencies
Feature: Browsing currencies
In order to see all currencies in the store
As an Administrator
I want to browse currencies
Background:
Given the store has currency "Euro", "British Pound Sterling"
And I am logged in as an administrator
@ui
Scenario: Browsing currencies in store
Given I 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