Skip to content

Commit 0dfe7ff

Browse files
MAGETWO-96262: Order with simple product after partial cancellation and credit memo has status 'Processing'
1 parent 8bdcec2 commit 0dfe7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentItemsSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<element name="itemName" type="text" selector=".order-shipment-table tbody:nth-of-type({{var1}}) .col-product .product-title" parameterized="true"/>
1313
<element name="itemSku" type="text" selector=".order-shipment-table tbody:nth-of-type({{var1}}) .col-product .product-sku-block" parameterized="true"/>
1414
<element name="itemQty" type="text" selector=".order-shipment-table tbody:nth-of-type({{var1}}) .col-ordered-qty .qty-table" parameterized="true"/>
15+
<element name="itemQtyToShip" type="input" selector=".order-shipment-table tbody:nth-of-type({{var1}}) .col-qty input.qty-item" parameterized="true"/>
1516
<element name="nameColumn" type="text" selector=".order-shipment-table .col-product .product-title"/>
1617
<element name="skuColumn" type="text" selector=".order-shipment-table .col-product .product-sku-block"/>
1718
</section>

0 commit comments

Comments
 (0)