File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 39
39
<actionGroup ref =" orderSelectFlatRateShipping" stepKey =" orderSelectFlatRateShippingMethod" />
40
40
<actionGroup ref =" AdminSubmitOrderActionGroup" stepKey =" submitOrder" />
41
41
<actionGroup ref =" verifyCreatedOrderInformation" stepKey =" verifyCreatedOrderInformation" />
42
+ <grabTextFrom selector =" |Order # (\d+)|" stepKey =" getOrderId" />
43
+ <actionGroup ref =" OpenOrderById" stepKey =" openOrder" >
44
+ <argument name =" orderId" value =" $getOrderId" />
45
+ </actionGroup >
46
+ <click selector =" {{AdminOrderDetailsMainActionsSection.ship}}" stepKey =" clickShipAction" />
47
+ <click selector =" {{AdminShipmentMainActionsSection.submitShipment}}" stepKey =" clickSubmitShipment" />
42
48
<actionGroup ref =" AssertAdminProductStockStatusActionGroup" stepKey =" checkProductStockStatus" >
43
49
<argument name =" productId" value =" $$simpleProduct.id$$" />
44
50
<argument name =" stockStatus" value =" Out of Stock" />
You can’t perform that action at this time.
0 commit comments