Skip to content

Commit 2add491

Browse files
ENGCOM-4263: Fix tests breaking when upgrading from 2.2 to 2.3 #21165
- Merge Pull Request #21165 from navarr/magento2:fix-adminorderformactionsection-break-from-2.2 - Merged commits: 1. a764a5c
2 parents d1ce6a4 + a764a5c commit 2add491

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
<element name="SubmitOrder" type="button" selector="#submit_order_top_button" timeout="30"/>
1313
<element name="Cancel" type="button" selector="#reset_order_top_button" timeout="30"/>
1414
<element name="CreateNewCustomer" type="button" selector="#order-customer-selector .actions button.primary" timeout="30"/>
15+
<element name="submitOrder" type="button" selector="#submit_order_top_button" timeout="30"/>
16+
<element name="cancel" type="button" selector="#reset_order_top_button" timeout="30"/>
17+
<element name="createNewCustomer" type="button" selector="#order-customer-selector .actions button.primary" timeout="30"/>
1518
</section>
16-
</sections>
19+
</sections>

0 commit comments

Comments
 (0)