mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Behat] [DX] Unify behat features
This commit is contained in:
parent
c42d7873d5
commit
311c8fee32
9 changed files with 6 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@order
|
||||
Feature: Deleting an order
|
||||
In order to get rid of test and bad orders
|
||||
In order to to remove test, obsolete or incorrect orders
|
||||
As an Administrator
|
||||
I want to be able to delete an order with all it's details from the registry
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
@product
|
||||
Feature: Deleting a product variant
|
||||
In order to remove test or incorrect product variants
|
||||
In order to remove test, obsolete or incorrect product variants
|
||||
As an Administrator
|
||||
I want to be able to delete product variant from the registry
|
||||
I want to be able to delete product variant from the product catalog
|
||||
|
||||
Background:
|
||||
Given the store operates on a single channel in "France"
|
||||
|
|
@ -6,6 +6,7 @@ Feature: Deleting a tax category
|
|||
|
||||
Background:
|
||||
Given the store has "Alcohol" tax category with code "alcohol"
|
||||
And I am logged in as administrator
|
||||
|
||||
@todo
|
||||
Scenario: Deleted tax category should disappear from the registry
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ Feature: Tax category unique code validation
|
|||
I want to be prevented from adding two tax categories with same code
|
||||
|
||||
Background:
|
||||
Given I am logged in as an administrator
|
||||
And the store has "Alcoholic Drinks" tax category with code "alcohol"
|
||||
Given the store has "Alcoholic Drinks" tax category with code "alcohol"
|
||||
And I am logged in as an administrator
|
||||
|
||||
@todo
|
||||
Scenario: Trying to add tax category with taken code
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue