Closed smohamedjavid closed 3 weeks ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_check_mark: | d43926ba | #3 | 2024-10-29 10:22:56 | ~9 min | tests |
:page_facing_up:log |
:heavy_check_mark: | d43926ba | #3 | 2024-10-29 10:23:50 | ~10 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | d43926ba | #3 | 2024-10-29 10:24:24 | ~10 min | ios |
:iphone:ipa :calling: |
:heavy_check_mark: | d43926ba | #3 | 2024-10-29 10:24:51 | ~11 min | android |
:robot:apk :calling: |
:heavy_check_mark: | 5bc8f10a | #4 | 2024-11-04 09:44:39 | ~5 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 5bc8f10a | #4 | 2024-11-04 09:46:32 | ~7 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | 5bc8f10a | #4 | 2024-11-04 09:48:18 | ~9 min | android |
:robot:apk :calling: |
:heavy_check_mark: | 5bc8f10a | #4 | 2024-11-04 09:48:45 | ~9 min | ios |
:iphone:ipa :calling: |
Nice cleanup! Thank you!
Total executed tests: 8
Failed tests: 3
Expected to fail tests: 0
Passed tests: 5
IDs of failed tests: 703133,702745,702843
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_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
``` Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True, /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete return future.result() __init__.py:52: in run_in_parallel returns.append(await k) /usr/lib/python3.10/concurrent/futures/thread.py:58: in run result = self.fn(*self.args, **self.kwargs) ../views/sign_in_view.py:246: in create_user self.terms_and_privacy_checkbox.click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 2: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception ``` Device sessions Device 1: Device 2: |
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_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
Total executed tests: 3
Failed tests: 2
Expected to fail tests: 0
Passed tests: 1
IDs of failed tests: 703133,702843
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_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_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
hi @smohamedjavid thank you for PR. No issues from my side. PR is ready to be merged
fixes #20273
Summary
This PR removes the goerli-related code from the mobile repo.
Review notes
We removed just the Goerli toggle from the old advanced settings (https://github.com/status-im/status-mobile/pull/20875) 3 months back when Goerli ceased to exist.
The PR will NOT bring any functional changes to the app. The app will work as before.
Testing notes
A complete regression testing on the app is appreciated.
Note: The testnet mode (sepolia) is enabled by default on Dev, PR, and E2E builds as before. This PR doesn't change that.
Platforms
Areas that may be impacted
Functional
status: ready