File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Dhl/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
- <test name =" AdminReorderInAdminPanelOrderPlacedUsingDHLAPShippingMethodTest " >
11
+ <test name =" AdminReorderPlacedUsingDHLAPShippingMethodTest " >
12
12
<annotations >
13
- <stories value =" Reorder in admin panel which is placed using DHL shipping method " />
13
+ <stories value =" Admin Reorder with DHL Shipping method" />
14
14
<title value =" Reorder placed order using DHL in admin panel" />
15
15
<description value =" Reorder in admin panel order placed using DHL (AP) as a shipping method" />
16
16
<severity value =" MAJOR" />
68
68
<actionGroup ref =" AdminOrderGridClickFirstRowActionGroup" stepKey =" clickOrderRow" />
69
69
<actionGroup ref =" AdminStartReorderFromOrderPageActionGroup" stepKey =" startReorder" />
70
70
<!-- select Check/Money order payment method-->
71
- <scrollTo selector =" {{AdminOrderFormPaymentSection.DHLShipping('Domestic express')}}" x = " 0 " y = " -100 " stepKey =" scrollToDHLShippingMethod" />
71
+ <scrollTo selector =" {{AdminOrderFormPaymentSection.DHLShipping('Domestic express')}}" stepKey =" scrollToDHLShippingMethod" />
72
72
<waitForText selector =" {{AdminOrderFormPaymentSection.DHLShipping('Domestic express')}}" userInput =" Domestic express" stepKey =" verifyDHLShippingMethodIsSelected" />
73
73
<waitForText selector =" {{AdminOrderFormPaymentSection.verifyCheckMoneyPayment}}" userInput =" Check / Money order" stepKey =" verifyCheckMoneyOrderIsSelected" />
74
74
<actionGroup ref =" AdminSubmitOrderActionGroup" stepKey =" submitOrder" />
You can’t perform that action at this time.
0 commit comments