Sylius/features/taxonomy/managing_taxons/deleting_taxon.feature
2016-04-29 14:33:27 +02:00

15 lines
560 B
Gherkin

@managing_taxons
Feature: Deleting a taxon
In order to remove test, obsolete or incorrect taxons
As an Administrator
I want to be able to delete a taxon
Background:
Given I am logged in as an administrator
@ui
Scenario: Deleted taxon should disappear from the registry
Given the store classifies its products as "T-Shirts"
When I delete taxon named "T-Shirts"
Then I should be notified that it has been successfully deleted
And the taxon named "T-Shirts" should no longer exist in the registry