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 88
99<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11- <test name =" AdminReorderInAdminPanelOrderPlacedUsingDHLAPShippingMethodTest " >
11+ <test name =" AdminReorderPlacedUsingDHLAPShippingMethodTest " >
1212 <annotations >
13- <stories value =" Reorder in admin panel which is placed using DHL shipping method " />
13+ <stories value =" Admin Reorder with DHL Shipping method" />
1414 <title value =" Reorder placed order using DHL in admin panel" />
1515 <description value =" Reorder in admin panel order placed using DHL (AP) as a shipping method" />
1616 <severity value =" MAJOR" />
6868 <actionGroup ref =" AdminOrderGridClickFirstRowActionGroup" stepKey =" clickOrderRow" />
6969 <actionGroup ref =" AdminStartReorderFromOrderPageActionGroup" stepKey =" startReorder" />
7070 <!-- 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" />
7272 <waitForText selector =" {{AdminOrderFormPaymentSection.DHLShipping('Domestic express')}}" userInput =" Domestic express" stepKey =" verifyDHLShippingMethodIsSelected" />
7373 <waitForText selector =" {{AdminOrderFormPaymentSection.verifyCheckMoneyPayment}}" userInput =" Check / Money order" stepKey =" verifyCheckMoneyOrderIsSelected" />
7474 <actionGroup ref =" AdminSubmitOrderActionGroup" stepKey =" submitOrder" />
You can’t perform that action at this time.
0 commit comments