mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Admin] Tax category deletion feature
This commit is contained in:
parent
c03da80883
commit
12da692a20
1 changed files with 3 additions and 2 deletions
|
|
@ -5,10 +5,11 @@ Feature: Deleting a tax category
|
|||
I want to be able to delete a tax category
|
||||
|
||||
Background:
|
||||
Given the store has "Alcohol" tax category with code "alcohol"
|
||||
Given the store has a tax category "Alcohol" with a code "alcohol"
|
||||
And I am logged in as an administrator
|
||||
|
||||
@todo
|
||||
@ui
|
||||
Scenario: Deleted tax category should disappear from the registry
|
||||
When I delete tax category "Alcohol"
|
||||
Then I should be notified that it has been successfully deleted
|
||||
Then this tax category should no longer exist in the registry
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue