Skip to content

Commit a7ea256

Browse files
committed
#23440 add MFTF - update action ref
1 parent 9de9cf0 commit a7ea256

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateCreditmemoWithBundleProductTest.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,29 +80,29 @@
8080
</before>
8181

8282
<!--Create new customer order-->
83-
<actionGroup ref="navigateToNewOrderPageExistingCustomer" stepKey="navigateToNewOrderWithExistingCustomer">
83+
<actionGroup ref="NavigateToNewOrderPageExistingCustomerActionGroup" stepKey="navigateToNewOrderWithExistingCustomer">
8484
<argument name="customer" value="$$simpleCustomer$$"/>
8585
</actionGroup>
8686

8787
<!--Add bundle product to order and check product price in grid-->
88-
<actionGroup ref="addBundleProductToOrderAndCheckPriceInGrid" stepKey="addBundleProductToOrder">
88+
<actionGroup ref="AddBundleProductToOrderAndCheckPriceInGridActionGroup" stepKey="addBundleProductToOrder">
8989
<argument name="product" value="$$product$$"/>
9090
<argument name="quantity" value="1"/>
9191
<argument name="price" value="$738.00"/>
9292
</actionGroup>
9393

9494
<!--Select FlatRate shipping method-->
95-
<actionGroup ref="orderSelectFlatRateShipping" stepKey="orderSelectFlatRateShippingMethod"/>
95+
<actionGroup ref="OrderSelectFlatRateShippingActionGroup" stepKey="orderSelectFlatRateShippingMethod"/>
9696

9797
<!--Submit order-->
9898
<click selector="{{AdminOrderFormActionSection.SubmitOrder}}" stepKey="submitOrder"/>
9999

100100
<!--Verify order information-->
101-
<actionGroup ref="verifyCreatedOrderInformation" stepKey="verifyCreatedOrderInformation"/>
101+
<actionGroup ref="VerifyCreatedOrderInformationActionGroup" stepKey="verifyCreatedOrderInformation"/>
102102

103103

104104
<!-- Create Invoice -->
105-
<actionGroup ref="StartCreateInvoiceFromOrderPage" stepKey="startInvoice"/>
105+
<actionGroup ref="StartCreateInvoiceFromOrderPageActionGroup" stepKey="startInvoice"/>
106106
<click selector="{{AdminInvoiceMainActionsSection.submitInvoice}}" stepKey="clickSubmitInvoice"/>
107107
<waitForElementVisible selector="{{AdminMessagesSection.success}}" stepKey="waitForMessageAppears"/>
108108
<see selector="{{AdminMessagesSection.success}}" userInput="The invoice has been created." stepKey="seeInvoiceCreateSuccess"/>
@@ -112,7 +112,7 @@
112112
<assertNotEmpty stepKey="assertOrderIdIsNotEmpty" after="grabOrderId">
113113
<actualResult type="const">$grabOrderId</actualResult>
114114
</assertNotEmpty>
115-
<actionGroup ref="OpenOrderById" stepKey="openOrder">
115+
<actionGroup ref="OpenOrderByIdActionGroup" stepKey="openOrder">
116116
<argument name="orderId" value="{$grabOrderId}"/>
117117
</actionGroup>
118118

0 commit comments

Comments
 (0)