Closed Parveshdhull closed 4 weeks ago
Thank you, @churik, for helping me resolve this issue. Could you please attach a screenshot of the home screen and the status.log file for the build?
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:x: | c76d93c2 | #2 | 2024-10-29 09:55:14 | ~3 min | tests |
:page_facing_up:log |
:heavy_check_mark: | c76d93c2 | #2 | 2024-10-29 10:01:13 | ~9 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | c76d93c2 | #2 | 2024-10-29 10:01:48 | ~10 min | android |
:robot:apk :calling: |
:heavy_check_mark: | c76d93c2 | #2 | 2024-10-29 10:01:53 | ~10 min | ios |
:iphone:ipa :calling: |
:heavy_check_mark: | d768cdaa | #5 | 2024-10-29 11:01:20 | ~9 min | tests |
:page_facing_up:log |
:heavy_check_mark: | d768cdaa | #5 | 2024-10-29 11:02:37 | ~10 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | d768cdaa | #5 | 2024-10-29 11:04:10 | ~11 min | ios |
:iphone:ipa :calling: |
:heavy_check_mark: | d768cdaa | #5 | 2024-10-29 11:05:50 | ~13 min | android |
:robot:apk :calling: |
Full logcat: status_no_tabs.log
Full logs: Status-debug-logs.zip
Thank you very much @churik for providing logs. Please can you check if issue is fixed now?
Also most probably it will not create any regressions, but please also test https://github.com/status-im/status-mobile/issues/15164 https://github.com/status-im/status-mobile/issues/14894
Now it is good on both devices when Testmode is off. I believe this is acceptable, we can fix Testmode banner issues separately
Xiaomi:
Graphene OS:
@Parveshdhull 🥇
Total executed tests: 8
Failed tests: 2
Expected to fail tests: 0
Passed tests: 6
IDs of failed tests: 703133,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_restore_multiaccount_with_waku_backup_remove_switch, id: 703133 |
``` critical/chats/test_public_chat_browsing.py:240: in test_restore_multiaccount_with_waku_backup_remove_switch self.sign_in.show_profiles_button.wait_and_click() ../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 1: Button by accessibility id:`show-profiles` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
fixes https://github.com/status-im/status-mobile/issues/21509
status: WIP