Skip to content

Commit

Permalink
Merge pull request #1 from functori/palmer@functori@add-stax-tests
Browse files Browse the repository at this point in the history
Add stax tests
  • Loading branch information
spalmer25 authored Nov 24, 2023
2 parents 1f64294 + 199c448 commit 9f10dc4
Show file tree
Hide file tree
Showing 93 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: ./.github/workflows/reusable_swap_functional_tests.yml
with:
branch_for_exchange: ${{ github.ref }}
branch_for_tezos: '132-wallet-change-ticker-to-xtz'
run_for_devices: '["nanos", "nanosp"]'
branch_for_tezos: 'palmer@functori@add-swap-stax-test-to-CI'
run_for_devices: '["nanos", "nanosp", "stax"]'
test_filter: '"tezos_new"'
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
3 changes: 2 additions & 1 deletion test/python/apps/tezos_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,11 @@ def sign_message(self, ins: INS = INS.SIGN_WITH_HASH, message: bytes = b"") -> R
if self._backend.firmware.is_nano:
navigate_instruction = NavInsID.RIGHT_CLICK
validation_instructions = [NavInsID.BOTH_CLICK]
text="Accept"
else:
navigate_instruction = NavInsID.USE_CASE_REVIEW_TAP
validation_instructions = [NavInsID.USE_CASE_REVIEW_CONFIRM]
text="Accept"
text="Sign"
self._exchange_navigation_helper.\
_navigator.\
navigate_until_text_and_compare(navigate_instruction,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f10dc4

Please sign in to comment.