mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Feature] Add deleting a taxon that is a main taxon of a product scenario
This commit is contained in:
parent
e5d808bcb7
commit
9eb7a3134a
1 changed files with 9 additions and 0 deletions
|
|
@ -32,6 +32,15 @@ Feature: Deleting a taxon
|
|||
When I try to delete taxon named "Caps"
|
||||
Then I should be notified that I cannot delete a menu taxon of any channel
|
||||
|
||||
@todo
|
||||
Scenario: Deleting a taxon that is a main taxon of a product
|
||||
Given the store classifies its products as "T-Shirts"
|
||||
And the store has a product "T-Shirts PHP"
|
||||
And this product has a main taxon "T-Shirts"
|
||||
When I delete taxon named "T-Shirts"
|
||||
Then the taxon named "T-Shirts" should no longer exist in the registry
|
||||
And the product "T-Shirts PHP" should no longer have a main taxon
|
||||
|
||||
@ui @javascript @api
|
||||
Scenario: Deleting root taxon above menu taxon
|
||||
Given the store has "Main Category" taxonomy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue