mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
15 lines
513 B
Gherkin
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
|