Closed mohsen-ghafouri closed 1 month ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_check_mark: | ce6795a0 | #6 | 2024-10-22 18:14:08 | ~4 min | tests |
:page_facing_up:log |
:heavy_check_mark: | ce6795a0 | #6 | 2024-10-22 18:18:14 | ~9 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | ce6795a0 | #6 | 2024-10-22 18:18:44 | ~9 min | android |
:robot:apk :calling: |
:heavy_check_mark: | ce6795a0 | #6 | 2024-10-22 18:19:14 | ~10 min | ios |
:iphone:ipa :calling: |
:heavy_check_mark: | 73a44278 | #7 | 2024-10-23 14:34:20 | ~4 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 73a44278 | #7 | 2024-10-23 14:37:41 | ~8 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | 73a44278 | #7 | 2024-10-23 14:39:15 | ~9 min | android |
:robot:apk :calling: |
:heavy_check_mark: | 73a44278 | #7 | 2024-10-23 14:41:27 | ~11 min | ios |
:iphone:ipa :calling: |
Total executed tests: 8
Failed tests: 2
Expected to fail tests: 0
Passed tests: 6
IDs of failed tests: 740490,702843
1. test_community_message_edit, id: 702843 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 2: Button by accessibility id:`show-request-to-join-screen-button` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: Device 2: |
1. test_wallet_balance_mainnet, id: 740490 |
``` critical/test_wallet.py:249: in test_wallet_balance_mainnet self.errors.verify_no_errors() base_test_case.py:192: in verify_no_errors pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))])) For the Ether the wrong value 0.0051 is shown, expected 0.0052 in total E For the Uniswap the wrong value 0.127 is shown, expected 0.627 in total E For the Ether the wrong value 0.0 is shown, expected 0.0001 on Arbitrum E For the Uniswap the wrong value 0.0 is shown, expected 0.5 on Arbitrum ``` |
1. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
1. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133 |
Device sessions Device 1: |
2. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
1. test_wallet_add_remove_regular_account, id: 727231 |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
@mohsen-ghafouri Thanks for your PR.
Can you please check whether the following issue is related to the PR or not?
Steps:
Expected Result: All wallet buttons should remain functional after confirming a swap, and clicking them should initiate the appropriate actions.
Actual Result: Certain buttons in the wallet become unresponsive after confirming the swap. Clicking them does not trigger any actions.
Additional Information:
I think the real issue is that when long-taping the screen is not opened as a modal. That's why :dismiss-modal
is not working in this case.
I think just changing this line to [:open-modal :screen/wallet.setup-swap]
should fix the issue.
@briansztamfater - Since Mohsen is off this week. Could we make this quick update/fix to this PR and include it in 2.31? It seems a bit of an important fix for Swaps. WDYT?
cc @shivekkhurana
@smohamedjavid We can do it. Let me know if you'd prefer to push the changes yourself, or I can do it as well. I'm sure @mohsen-ghafouri won't mind!
Great. Feel free to push the changes as you are more familiar with the swap part 👍
@smohamedjavid @mohsen-ghafouri just pushed the changes :)
@Horupa-Olena feel free to retest and let me know the results :)
@briansztamfater Thanks for your fixes! All looks good, you can merge this PR!
Hello , sorry i couldn't manage to finish it on time. Thank you for handling it, much appreciate it 🙏 @briansztamfater @smohamedjavid @Horupa-Olena
fixes #21439
Summary
Swap confirmation page remains open after transaction confirmation if swap flow starts from asset long tapping
Areas that maybe impacted
Steps to test
Result
https://github.com/user-attachments/assets/703e6009-5f46-4ca8-a816-a8a60d24ccb6
status: ready