mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat] [DX] Renaming shipping tag
This commit is contained in:
parent
46a5c4097f
commit
d91359483e
5 changed files with 34 additions and 3 deletions
31
etc/behat/suites/ui/shipping/applying_shipping_fee.yml
Normal file
31
etc/behat/suites/ui/shipping/applying_shipping_fee.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# This file is part of the Sylius package.
|
||||
# (c) Paweł Jędrzejewski
|
||||
|
||||
default:
|
||||
suites:
|
||||
ui_applying_shipping_fee:
|
||||
contexts_as_services:
|
||||
- sylius.behat.context.hook.doctrine_orm
|
||||
|
||||
- sylius.behat.context.transform.zone
|
||||
- sylius.behat.context.transform.lexical
|
||||
- sylius.behat.context.transform.product
|
||||
- sylius.behat.context.transform.tax_category
|
||||
- sylius.behat.context.transform.shipping_method
|
||||
|
||||
- sylius.behat.context.transform.shared_storage
|
||||
|
||||
- sylius.behat.context.setup.channel
|
||||
- sylius.behat.context.setup.currency
|
||||
- sylius.behat.context.setup.geographical
|
||||
- sylius.behat.context.setup.payment
|
||||
- sylius.behat.context.setup.product
|
||||
- sylius.behat.context.setup.security
|
||||
- sylius.behat.context.setup.shipping
|
||||
- sylius.behat.context.setup.taxation
|
||||
- sylius.behat.context.setup.zone
|
||||
|
||||
- sylius.behat.context.ui.cart
|
||||
- sylius.behat.context.ui.checkout
|
||||
filters:
|
||||
tags: "@applying_shipping_fee && @ui"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@cart
|
||||
@applying_shipping_fee
|
||||
Feature: Apply correct shipping fee on order
|
||||
In order to decide on amount paid for shipment
|
||||
As a Customer
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@cart
|
||||
@applying_shipping_fee
|
||||
Feature: Apply correct shipping fee with product taxes on order
|
||||
In order to pay proper amount for shipping and product taxes
|
||||
As a Customer
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@cart
|
||||
@applying_shipping_fee
|
||||
Feature: Apply correct shipping fee with taxes on order
|
||||
In order to pay proper amount for shipping
|
||||
As a Customer
|
||||
Loading…
Add table
Reference in a new issue