mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
15 lines
507 B
Gherkin
15 lines
507 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"
|
|
And I am logged in as an administrator
|
|
|
|
@ui @api
|
|
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" in the list
|