Sylius/features/shop/checkout
Grzegorz Sadowski 58f1cffea0
[UPMERGE] 2.0 -> payment-request (#17183)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-10-11 09:03:13 +02:00
..
addressing_order [Shop][Checkout] Preselect country in addressing form 2024-09-06 14:58:26 +02:00
order_promotion [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
paying_for_order Merge branch '2.0' into payment-request 2024-10-09 14:57:29 +02:00
seeing_order_summary Enable tests for placing an orders in chosen locale 2024-09-30 13:41:29 +02:00
shipping_order [Behat] Remove redundant shipping prevention scenarios 2024-10-10 08:09:32 +02:00
ability_to_change_email_during_checkout.feature Resolve conflicts between 2.0 and bootstrap-shop 2024-09-05 07:07:43 +02:00
ability_to_checkout_as_guest_with_a_registered_email.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
ability_to_confirm_an_order_with_a_promotion_on_shipping.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
accessing_order_right_after_completing_checkout.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
adding_product_with_promotion_that_makes_the_order_free.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
being_able_to_modify_remaining_steps.feature Resolve conflicts between 2.0 and bootstrap-shop 2024-09-17 13:56:55 +02:00
emptying_the_cart_after_checkout.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
having_new_addresses_saved_in_address_book.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
having_registration_account_form_prefilled_after_checkout.feature [Shop] Registration after checkout 2024-09-10 14:18:30 +02:00
not_seeing_payment_method_instructions_on_thank_you_page_if_order_total_is_zero.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
picking_up_the_cart_with_the_locale_other_than_the_default.feature [Behat][Checkout] Enable shipping step tests 2024-09-05 16:11:35 +02:00
placing_an_order_after_moving_back_in_checkout.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
placing_an_order_with_different_scopes_for_shipping_and_taxes.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
preventing_adding_to_cart_disabled_products.feature [Api][Shop][Order] Enable checkout behat tests 2024-08-20 09:31:23 +02:00
preventing_adding_to_cart_inexistent_variant.feature [Api][Shop][Order] Enable checkout behat tests 2024-08-20 09:31:23 +02:00
preventing_adding_to_cart_product_or_variant_from_another_channel.feature [Api][Shop][Order] Enable checkout behat tests 2024-08-20 09:31:23 +02:00
preventing_cart_from_being_modified_after_checkout.feature [Behat] Simplify and improve scenarios' flow 2024-08-29 12:34:57 +02:00
preventing_from_claiming_cart_of_wrong_user.feature [Cart] Fix scenarios 2024-09-16 07:48:36 +02:00
preventing_skipping_checkout_steps.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
preventing_starting_checkout_with_empty_cart.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
prices_get_updated_throughout_checkout.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
product_integrity_validation.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
receiving_confirmation_email_after_completing_checkout.feature Enable tests for placing an orders in chosen locale 2024-09-30 13:41:29 +02:00
registering_account_after_checkout.feature [Shop] Registration after checkout 2024-09-10 14:18:30 +02:00
returning_from_order_summary_page_to_one_of_previous_steps.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
seeing_purchaser_identifier_in_checkout_page.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
skipping_payment_method_step_when_only_one_payment_method_is_available.feature Resolve conflicts between 2.0 and bootstrap-shop 2024-09-17 13:56:55 +02:00
skipping_payment_step_when_order_total_is_zero.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
skipping_payment_step_when_order_total_is_zero_after_applying_coupon.feature [Checkout] Cover remaining scenarios 2024-09-14 21:39:26 +02:00
skipping_shipping_and_payment_step_when_order_does_not_require_any_shipping_and_its_total_is_zero.feature [Behat][Checkout] Enable shipping step tests 2024-09-05 16:11:35 +02:00
skipping_shipping_step_when_only_one_shipping_method_is_available.feature Resolve conflicts between 2.0 and bootstrap-shop 2024-09-17 13:56:55 +02:00
skipping_shipping_step_when_order_does_not_require_any_shipping.feature [Behat][Checkout] Enable shipping step tests 2024-09-05 16:11:35 +02:00