[Behat] [DX] Renaming order tag

This commit is contained in:
Łukasz Chruściel 2016-04-12 17:43:15 +02:00
parent d84192f8f0
commit 9af9e96eed
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
default:
suites:
domain_order:
domain_managing_orders:
contexts_as_services:
- sylius.behat.context.hook.doctrine_orm
@ -25,4 +25,4 @@ default:
- sylius.behat.context.domain.shipment
filters:
tags: "@order && @domain"
tags: "@managing_orders && @domain"

View file

@ -1,4 +1,4 @@
@order
@managing_orders
Feature: Deleting an order
In order to to remove test, obsolete or incorrect orders
As an Administrator