Skip to content

Commit

Permalink
remove currency step
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDomin committed Apr 27, 2021
1 parent 9d91e25 commit f5b3c76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Feature: Viewing products from a specific taxon and a channel
I want to be able to view products from a specific taxon and a channel

Background:
Given the store has currency "Euro"
And the store operates on a channel named "Poland"
Given the store operates on a channel named "Poland"
And the store operates on another channel named "United States"
And the store classifies its products as "T-Shirts" and "Funny"
And the store has a product "T-Shirt Banana" available in "Poland" channel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ default:
- sylius.behat.context.hook.doctrine_orm

- sylius.behat.context.transform.channel
- sylius.behat.context.transform.currency
- sylius.behat.context.transform.lexical
- sylius.behat.context.transform.product
- sylius.behat.context.transform.shared_storage
- sylius.behat.context.transform.taxon

- sylius.behat.context.setup.channel
- sylius.behat.context.setup.currency
- sylius.behat.context.setup.customer
- sylius.behat.context.setup.locale
- sylius.behat.context.setup.product
Expand Down

0 comments on commit f5b3c76

Please sign in to comment.