Sylius / CustomerReorderPlugin

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

Remaining behat tests #26

Closed bartoszpietrzak1994 closed 6 years ago

bartoszpietrzak1994 commented 6 years ago
    Scenario: Having shipping method not filled with shipping information taken from previously placed order
        Given I browse my orders
        When I click reorder button next to the order "#00000666"
        And I proceed to the addressing step
        And I proceed to the shipping step
        Then "Golab Pocztowy" shipping method should not be selected

    Scenario: Having payment method not filled with payment information taken from previously placed order
        Given I browse my orders
        When I click reorder button next to the order "#00000666"
        And I proceed to the addressing step
        And I proceed to the shipping step
        And I proceed to the payment step
        Then "Paypal" payment method should not be selected

Scenarios fulfilled

Fixes https://github.com/Sylius/CustomerReorderPlugin/issues/23

Zales0123 commented 6 years ago

@bartoszpietrzak1994 could you please squash these 2 "Review fixes" and "Rebase fixes" commits? 😄

Zales0123 commented 6 years ago

Thank you Bartosz! 🎉