Sylius / CustomerReorderPlugin

Plugin that allows customers to reorder previously placed order.
19 stars 25 forks source link

I want to be informed about total price difference #8

Closed bartoszpietrzak1994 closed 6 years ago

bartoszpietrzak1994 commented 6 years ago
screen shot 2018-05-28 at 12 24 10
Scenario: Reordering previously placed order when items' prices has changed
    Given the product "Angel T-Shirt" changed its price to "$300.00"
    When I browse my orders
    And I click reorder button next to the order "#00000666"
    Then I should be on my cart summary page
    Then I should be notified that total price differs from previously placed order and the previous price was "$19.00"

Scenario fulfilled

Zales0123 commented 6 years ago

We should fix the build and it'll be mergeable :)

Zales0123 commented 6 years ago

👌