File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Sales/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
<description >Assert that shipping method and shipping price is present for the order.</description >
14
14
</annotations >
15
15
<arguments >
16
- <argument name =" shippingMethod" type =" string" defaultValue =" Flat Rate - Fixed " />
17
- <argument name =" shippingPrice" type =" string" />
16
+ <argument name =" shippingMethod" type =" string" defaultValue =" {{flatRateTitleDefault.value}} - {{flatRateNameDefault.value}} " />
17
+ <argument name =" shippingPrice" type =" string" defaultValue = " $5.00 " />
18
18
</arguments >
19
19
<see selector =" {{AdminOrderShippingInformationSection.shippingMethod}}" userInput =" {{shippingMethod}}" stepKey =" seeShippingMethod" />
20
20
<see selector =" {{AdminOrderShippingInformationSection.shippingPrice}}" userInput =" {{shippingPrice}}" stepKey =" seeShippingMethodPrice" />
Original file line number Diff line number Diff line change 55
55
<click selector =" {{AdminOrderDetailsMainActionsSection.reorder}}" stepKey =" clickReorderButton" />
56
56
<actionGroup ref =" AdminOrderClickSubmitOrderActionGroup" stepKey =" submitReorder" />
57
57
<actionGroup ref =" VerifyCreatedOrderInformationActionGroup" stepKey =" verifyCreatedOrderInformation" />
58
- <actionGroup ref =" AssertOrderAddressInformationActionGroup" stepKey =" verifyOrderInformation " >
58
+ <actionGroup ref =" AssertOrderAddressInformationActionGroup" stepKey =" verifyOrderAddressInformation " >
59
59
<argument name =" customer" value =" $createCustomer$" />
60
60
<argument name =" shippingAddress" value =" ShippingAddressTX" />
61
61
<argument name =" billingAddress" value =" BillingAddressTX" />
You can’t perform that action at this time.
0 commit comments