Sylius/features/taxonomy/managing_taxons/browsing_taxon.feature
2022-03-11 09:20:29 +01:00

15 lines
488 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
When 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