File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details .
4
+ * Copyright 2025 Adobe
5
+ * All Rights Reserved .
6
6
*/
7
7
-->
8
8
65
65
<actionGroup ref =" StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey =" clickNext" />
66
66
<waitForElement selector =" {{CheckoutPaymentSection.paymentSectionTitle}}" time =" 30" stepKey =" waitForPaymentSectionLoaded" />
67
67
<seeCurrentUrlMatches regex =" ~/checkout/?#payment~" stepKey =" assertCheckoutPaymentUrl" />
68
+ <actionGroup ref =" CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey =" selectDefaultPaymentMethod" />
68
69
<waitForElementVisible selector =" {{CheckoutPaymentSection.placeOrder}}" time =" 30" stepKey =" waitForPlaceOrderButton" />
69
70
<click selector =" {{CheckoutPaymentSection.placeOrder}}" stepKey =" clickPlaceOrder" />
70
71
<seeElement selector =" {{CheckoutSuccessMainSection.orderNumber}}" stepKey =" seeOrderNumber" />
You can’t perform that action at this time.
0 commit comments