Skip to content

Commit 57fe7c1

Browse files
committed
MAGETWO-91704: Can't cancel/change payment method after chosen Store Credit
- Add locator for automated test
1 parent ac3ae89 commit 57fe7c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderFormPaymentSection.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminOrderFormPaymentSection">
12+
<element name="useCustomerBalance" type="checkbox" selector="#p_method_use_customerbalance"/>
1213
<element name="header" type="text" selector="#order-methods span.title"/>
1314
<element name="getShippingMethods" type="text" selector="#order-shipping_method a.action-default" timeout="30"/>
1415
<element name="flatRateOption" type="radio" selector="#s_method_flatrate_flatrate" timeout="30"/>
1516
<element name="shippingError" type="text" selector="#order[has_shipping]-error"/>
1617
</section>
17-
</sections>
18+
</sections>

0 commit comments

Comments
 (0)