mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
16 lines
552 B
Gherkin
16 lines
552 B
Gherkin
@managing_taxons
|
|
Feature: Browsing taxons
|
|
In order to see all taxons in the store
|
|
As an Administrator
|
|
I want to browse taxons
|
|
|
|
Background:
|
|
Given the store operates on a single channel in "France"
|
|
And the store classifies its products as "T-Shirts" and "Accessories"
|
|
And I am logged in as an administrator
|
|
|
|
@ui
|
|
Scenario: Browsing taxons in store
|
|
Given I want to see all taxons in store
|
|
Then I should see 2 taxons on the list
|
|
And I should see the taxon named "T-Shirts" in the list
|