Skip to content

Commit

Permalink
Do not expect Signing spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Nov 24, 2023
1 parent 1f64294 commit 9ffd963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/apps/exchange_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _perform_valid_exchange(self, subcommand, tx_infos, fees, ui_validation):
# Ask exchange to start the library application to sign the actual outgoing transaction
ex.start_signing_transaction()

self.exchange_navigation_helper.wait_for_library_spinner()
# self.exchange_navigation_helper.wait_for_library_spinner()

def perform_valid_swap_from_custom(self, destination, send_amount, fees, memo, refund_address=None, refund_memo=None, ui_validation=True, legacy=False):
refund_address = self.valid_refund if refund_address is None else refund_address
Expand Down

0 comments on commit 9ffd963

Please sign in to comment.