[Admin] Tax category deletion feature

This commit is contained in:
Łukasz Chruściel 2016-03-18 15:21:51 +01:00
parent c03da80883
commit 12da692a20

View file

@ -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