Sylius/features/taxonomy/managing_taxons/browsing_taxon.feature
2023-08-30 07:26:47 +02:00

15 lines
493 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 @api
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