File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
app/code/Magento/Shipping/Test/Mftf/Test
dev/tests/acceptance/tests/functional/Magento/ConfigurableProductWishlist/ActionGroup Expand file tree Collapse file tree 2 files changed +7
-4
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
73
73
<!-- Proceed to Review and Payments section-->
74
74
<actionGroup ref =" StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey =" clickToSaveShippingInfo" />
75
75
<waitForPageLoad stepKey =" waitForReviewAndPaymentsPageIsLoaded" />
76
+ <!-- Select Check Money Order Payment Method -->
77
+ <actionGroup ref =" CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey =" selectCheckMO" />
76
78
<!-- Place order and assert the message of success-->
77
79
<actionGroup ref =" ClickPlaceOrderActionGroup" stepKey =" placeOrderProductSuccessful" />
78
80
</test >
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
18
18
<argument name =" optionProductVar" />
19
19
</arguments >
20
20
<wait time =" 10" stepKey =" waitForMessageToPopulate" />
21
+ <reloadPage stepKey =" reloadPage" />
21
22
<scrollToTopOfPage stepKey =" scrollToTopOfPage" />
22
23
<waitForElement selector =" {{StorefrontCustomerWishlistSidebarSection.ProductTitleByName(productVar.name)}}" time =" 30" stepKey =" assertWishlistSidebarProductName" />
23
24
<see userInput =" ${{optionProductVar.price}}.00" selector =" {{StorefrontCustomerWishlistSidebarSection.ProductPriceByName(productVar.name)}}" stepKey =" AssertWishlistSidebarProductPrice" />
You can’t perform that action at this time.
0 commit comments