Skip to content

Commit

Permalink
Fix tests breaking when upgrading from 2.2 to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr authored Feb 12, 2019
1 parent 23bc18f commit a764a5c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
<element name="SubmitOrder" type="button" selector="#submit_order_top_button" timeout="30"/>
<element name="Cancel" type="button" selector="#reset_order_top_button" timeout="30"/>
<element name="CreateNewCustomer" type="button" selector="#order-customer-selector .actions button.primary" timeout="30"/>
<element name="submitOrder" type="button" selector="#submit_order_top_button" timeout="30"/>
<element name="cancel" type="button" selector="#reset_order_top_button" timeout="30"/>
<element name="createNewCustomer" type="button" selector="#order-customer-selector .actions button.primary" timeout="30"/>
</section>
</sections>
</sections>

0 comments on commit a764a5c

Please sign in to comment.