Sylius/features/taxonomy/managing_taxons/browsing_taxon.feature
2016-04-26 13:34:12 +02:00

15 lines
489 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 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