Skip to content

Commit 6e1e9fc

Browse files
“Pavan-bj”“Pavan-bj”
authored andcommitted
ACQE-7117|Reorder in admin panel order placed using DHL (AP) as a shipping method
Changes made as per latest comments
1 parent b3424d9 commit 6e1e9fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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"/>
@@ -68,7 +68,7 @@
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"/>

0 commit comments

Comments
 (0)