mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat] [DX] Renaming product tag
This commit is contained in:
parent
d91359483e
commit
d84192f8f0
6 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
default:
|
||||
suites:
|
||||
domain_product:
|
||||
domain_managing_products:
|
||||
contexts_as_services:
|
||||
- sylius.behat.context.hook.doctrine_orm
|
||||
|
||||
|
|
@ -27,4 +27,4 @@ default:
|
|||
- sylius.behat.context.domain.product
|
||||
|
||||
filters:
|
||||
tags: "@product && @domain"
|
||||
tags: "@managing_products && @domain"
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
default:
|
||||
suites:
|
||||
ui_product:
|
||||
ui_managing_products:
|
||||
contexts_as_services:
|
||||
- sylius.behat.context.hook.doctrine_orm
|
||||
|
||||
|
|
@ -22,4 +22,4 @@ default:
|
|||
- sylius.behat.context.ui.product
|
||||
|
||||
filters:
|
||||
tags: "@product && @ui"
|
||||
tags: "@managing_products && @ui"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@product
|
||||
@managing_products
|
||||
Feature: Deleting a product
|
||||
In order to remove test, obsolete or incorrect products
|
||||
As an Administrator
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@product
|
||||
@managing_products
|
||||
Feature: Deleting a product variant
|
||||
In order to remove test, obsolete or incorrect product variants
|
||||
As an Administrator
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@product
|
||||
@managing_products
|
||||
Feature: Prevent deletion of purchased product
|
||||
In order to maintain proper order history
|
||||
As an Administrator
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@product
|
||||
@managing_products
|
||||
Feature: Prevent deletion of purchased product variant
|
||||
In order to maintain proper order history
|
||||
As an Administrator
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue