Skip to content

Commit

Permalink
ENGCOM-4263: Fix tests breaking when upgrading from 2.2 to 2.3 #21165
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 14, 2019
2 parents 1fb83b1 + 2add491 commit a3a994a
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 a3a994a

Please sign in to comment.