We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fccdb commit ed51b40Copy full SHA for ed51b40
app/code/Magento/Sales/Test/Mftf/Section/AdminOrderDetailsMainActionsSection.xml
@@ -11,6 +11,7 @@
11
<section name="AdminOrderDetailsMainActionsSection">
12
<element name="back" type="button" selector="#back" timeout="30"/>
13
<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"/>
15
<element name="sendEmail" type="button" selector="#send_notification" timeout="30"/>
16
<element name="creditMemo" type="button" selector="#order_creditmemo" timeout="30"/>
17
<element name="hold" type="button" selector="#order-view-hold-button" timeout="30"/>
0 commit comments