[Behat] [DX] Renaming product tag

This commit is contained in:
Łukasz Chruściel 2016-04-12 17:19:13 +02:00
parent d91359483e
commit d84192f8f0
6 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

@ -1,4 +1,4 @@
@product
@managing_products
Feature: Deleting a product
In order to remove test, obsolete or incorrect products
As an Administrator

View file

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

View file

@ -1,4 +1,4 @@
@product
@managing_products
Feature: Prevent deletion of purchased product
In order to maintain proper order history
As an Administrator

View file

@ -1,4 +1,4 @@
@product
@managing_products
Feature: Prevent deletion of purchased product variant
In order to maintain proper order history
As an Administrator