Skip to content

Commit ed51b40

Browse files
committed
Use Order Entity ID instead of Order Increment ID
1 parent a9fccdb commit ed51b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<section name="AdminOrderDetailsMainActionsSection">
1212
<element name="back" type="button" selector="#back" timeout="30"/>
1313
<element name="cancel" type="button" selector="#order-view-cancel-button" timeout="30"/>
14+
<element name="orderEntityId" type="input" selector="#sales_order_view input[name='order_id']" timeout="30"/>
1415
<element name="sendEmail" type="button" selector="#send_notification" timeout="30"/>
1516
<element name="creditMemo" type="button" selector="#order_creditmemo" timeout="30"/>
1617
<element name="hold" type="button" selector="#order-view-hold-button" timeout="30"/>

0 commit comments

Comments
 (0)