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 1313 <description >Assert that shipping method and shipping price is present for the order.</description >
1414 </annotations >
1515 <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 " />
1818 </arguments >
1919 <see selector =" {{AdminOrderShippingInformationSection.shippingMethod}}" userInput =" {{shippingMethod}}" stepKey =" seeShippingMethod" />
2020 <see selector =" {{AdminOrderShippingInformationSection.shippingPrice}}" userInput =" {{shippingPrice}}" stepKey =" seeShippingMethodPrice" />
Original file line number Diff line number Diff line change 5555 <click selector =" {{AdminOrderDetailsMainActionsSection.reorder}}" stepKey =" clickReorderButton" />
5656 <actionGroup ref =" AdminOrderClickSubmitOrderActionGroup" stepKey =" submitReorder" />
5757 <actionGroup ref =" VerifyCreatedOrderInformationActionGroup" stepKey =" verifyCreatedOrderInformation" />
58- <actionGroup ref =" AssertOrderAddressInformationActionGroup" stepKey =" verifyOrderInformation " >
58+ <actionGroup ref =" AssertOrderAddressInformationActionGroup" stepKey =" verifyOrderAddressInformation " >
5959 <argument name =" customer" value =" $createCustomer$" />
6060 <argument name =" shippingAddress" value =" ShippingAddressTX" />
6161 <argument name =" billingAddress" value =" BillingAddressTX" />
You can’t perform that action at this time.
0 commit comments