Skip to content

Commit

Permalink
[PriceHistory] Tag scenarios with seeing price history enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Mar 17, 2023
1 parent c30530f commit bac7a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: Seeing the correct catalog price history after creating a product varia
Given the store operates on a single channel in "United States"
And I am logged in as an administrator

@todo
@api
Scenario: Seeing historical product variant prices after the product variant has been created without any promotion applied
Given the store has a "Wyborowa Vodka" configurable product
When I want to create a new variant of this product
Expand All @@ -20,7 +20,7 @@ Feature: Seeing the correct catalog price history after creating a product varia
Then I should see a single log entry in the catalog price history
And there should be a log entry with the "$20.00" selling price, "$25.00" original price and datetime of the price change

@todo
@api
Scenario: Seeing historical product variant prices after the product variant has been created without original price and any promotion applied
Given the store has a "Wyborowa Vodka" configurable product
When I want to create a new variant of this product
Expand All @@ -31,7 +31,7 @@ Feature: Seeing the correct catalog price history after creating a product varia
Then I should see a single log entry in the catalog price history
And there should be a log entry with the "$20.00" selling price, no original price and datetime of the price change

@todo
@api
Scenario: Seeing historical product variant prices after the product variant has been created with catalog promotions applied
Given the store has a "Wyborowa Vodka" configurable product
And there is a catalog promotion "Christmas sale" that reduces price by "50%" and applies on "Wyborowa Vodka" product
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Seeing the correct catalog price history after editing a product varian
And the store has a product "Wyborowa Vodka" priced at "$40.00" in "United States" channel
And I am logged in as an administrator

@todo
@api
Scenario: Seeing historical product variant prices after the product variant has been edited
When I want to modify the "Wyborowa Vodka" product variant
And I change its price to "$42.00" for "United States" channel
Expand Down

0 comments on commit bac7a9d

Please sign in to comment.