mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat] [DX] Renaming order tag
This commit is contained in:
parent
d84192f8f0
commit
9af9e96eed
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@order
|
||||
@managing_orders
|
||||
Feature: Deleting an order
|
||||
In order to to remove test, obsolete or incorrect orders
|
||||
As an Administrator
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue