Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomanhez committed Mar 20, 2019
1 parent 7940855 commit 30d7e64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@managing_product_variants
Feature: Generating product variants without any values
In order to sell variants without any values of a single product
As an Administrator
I want to generate variants without any values
Feature: Generating product variants without any values
In order to not be able to generate variants without any options values available
As an Administrator
I want to not be able to generate variants without any option values

Background:
Given the store operates on a single channel in "United States"
Expand All @@ -14,4 +14,3 @@
Scenario: Generating a product variant for product without options values
When I want to generate new variants for this product
Then I should be notified that it has been impossible generate
And I should not see any variants in the list
2 changes: 0 additions & 2 deletions src/Sylius/Behat/Context/Setup/ProductContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,4 @@ private function createChannelPricingForChannel(int $price, ChannelInterface $ch

return $channelPricing;
}


}

0 comments on commit 30d7e64

Please sign in to comment.