Skip to content

Conversation

@smohamedjavid
Copy link
Contributor

@smohamedjavid smohamedjavid commented Mar 7, 2025

fixes #22202

Summary

This PR adds Status Network Sepolia.

Uses status-go PR: status-im/status-go#6393

Status-Network-Sepolia.mp4

Testing notes

Platforms

  • Android
  • iOS

Areas that may be impacted

Functional

  • wallet / transactions
  • dapps / app browsing
  • networks

Steps to test

  • Open Status
  • Navigate to the Wallet tab > Send flow
  • Verify ETH and STT assets could be sent in Status Network Sepolia
  • Verify the chain explorer links

status: ready

@smohamedjavid smohamedjavid self-assigned this Mar 7, 2025
@status-github-bot-v2 status-github-bot-v2 bot moved this to CONTRIBUTOR in Pipeline for QA Mar 7, 2025
@status-im-auto
Copy link
Member

status-im-auto commented Mar 7, 2025

Jenkins Builds

Click to see older builds (8)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 604d008 #1 2025-03-07 23:17:45 ~7 min tests 📄log
✔️ 604d008 #1 2025-03-07 23:21:32 ~11 min android-e2e 🤖apk 📲
✔️ 604d008 #1 2025-03-07 23:22:05 ~11 min android 🤖apk 📲
✔️ 604d008 #1 2025-03-07 23:23:18 ~13 min ios 📱ipa 📲
✔️ 363821c #2 2025-03-10 17:02:23 ~7 min tests 📄log
✔️ 363821c #2 2025-03-10 17:05:53 ~11 min android-e2e 🤖apk 📲
✔️ 363821c #2 2025-03-10 17:06:29 ~11 min android 🤖apk 📲
✔️ 363821c #2 2025-03-10 17:07:39 ~12 min ios 📱ipa 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 259c792 #3 2025-03-13 13:14:32 ~5 min tests 📄log
✔️ 259c792 #3 2025-03-13 13:18:45 ~9 min android-e2e 🤖apk 📲
✔️ 259c792 #3 2025-03-13 13:19:24 ~10 min android 🤖apk 📲
✔️ 259c792 #3 2025-03-13 13:22:28 ~13 min ios 📱ipa 📲
✔️ 9dbcc12 #4 2025-03-25 16:09:32 ~13 min tests 📄log
9dbcc12 #4 2025-03-25 16:10:50 ~14 min ios 📄log
✔️ 9dbcc12 #4 2025-03-25 16:12:01 ~16 min android-e2e 🤖apk 📲
✔️ 9dbcc12 #4 2025-03-25 16:12:20 ~16 min android 🤖apk 📲
9dbcc12 #5 2025-03-25 16:25:30 ~11 sec ios 📄log
✔️ 9dbcc12 #6 2025-03-25 16:36:23 ~10 min ios 📱ipa 📲

@smohamedjavid smohamedjavid added wallet-core Issues for mobile wallet team status-go labels Mar 7, 2025
@smohamedjavid smohamedjavid force-pushed the feat/status-network-testnet branch from 604d008 to 363821c Compare March 10, 2025 16:54
@smohamedjavid smohamedjavid moved this from CONTRIBUTOR to REVIEW in Pipeline for QA Mar 10, 2025
@smohamedjavid smohamedjavid changed the title [WIP] feat(wallet)_: Add status network sepolia feat(wallet)_: Add status network sepolia Mar 10, 2025
@smohamedjavid smohamedjavid marked this pull request as ready for review March 10, 2025 18:52
Copy link
Contributor

@mohsen-ghafouri mohsen-ghafouri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, It looks good to me and is a great documentary to have when adding a new network to the code.

@VolodLytvynenko
Copy link
Contributor

hi @smohamedjavid Could you please rebase PR and status go PR? Thanks!

@VolodLytvynenko VolodLytvynenko self-assigned this Mar 13, 2025
@VolodLytvynenko VolodLytvynenko moved this from REVIEW to IN TESTING in Pipeline for QA Mar 13, 2025
@smohamedjavid smohamedjavid force-pushed the feat/status-network-testnet branch from 363821c to 259c792 Compare March 13, 2025 13:08
@status-im-auto
Copy link
Member

35% of end-end tests have passed

Total executed tests: 68
Failed tests: 41
Expected to fail tests: 3
Passed tests: 24
IDs of failed tests: 741924,702809,702782,741926,702733,702784,741925,703194,702859,702732,702813,702957,702840,703495,703086,702948,702894,702745,702783,703297,704615,703496,702855,703202,703391,702786,702839,741809,702947,702838,702844,741054,702843,702807,702731,702808,702730,702845,702958,703629,702841 
IDs of expected to fail tests: 741840,741839,741841 

Failed tests (41)

Click to expand
  • Rerun failed tests

  • Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_pin_messages, id: 702732
    Test setup failed: critical/chats/test_group_chat.py:63: in prepare_devices
        self.loop.run_until_complete(
    /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
        return future.result()
    __init__.py:38: 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/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    2. test_group_chat_mute_chat, id: 703495

    Test setup failed: critical/chats/test_group_chat.py:63: in prepare_devices
        self.loop.run_until_complete(
    /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
        return future.result()
    __init__.py:38: 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/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    3. test_group_chat_send_image_save_and_share, id: 703297

    Test setup failed: critical/chats/test_group_chat.py:63: in prepare_devices
        self.loop.run_until_complete(
    /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
        return future.result()
    __init__.py:38: 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/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    4. test_group_chat_reactions, id: 703202

    Test setup failed: critical/chats/test_group_chat.py:63: in prepare_devices
        self.loop.run_until_complete(
    /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
        return future.result()
    __init__.py:38: 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/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    5. test_group_chat_join_send_text_messages_push, id: 702807

    Device 2: Wait for text element BaseElement to be equal to 1
    Device 2: Find BaseElement by xpath: //*[@content-desc='activity-center-unread-count']/android.widget.TextView

    Test setup failed: critical/chats/test_group_chat.py:63: in prepare_devices
        self.loop.run_until_complete(
    /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
        return future.result()
    __init__.py:38: 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/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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

    6. test_group_chat_offline_pn, id: 702808

    Test setup failed: critical/chats/test_group_chat.py:63: in prepare_devices
        self.loop.run_until_complete(
    /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
        return future.result()
    __init__.py:38: 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/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    Class TestCommunityMultipleDeviceMerged:

    1. test_community_several_images_send_reply, id: 703194

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    2. test_community_one_image_send_reply, id: 702859

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    3. test_community_emoji_send_copy_paste_reply, id: 702840

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    4. test_community_mark_all_messages_as_read, id: 703086

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    5. test_community_contact_block_unblock_offline, id: 702894

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    6. test_community_edit_delete_message_when_offline, id: 704615

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    7. test_community_message_delete, id: 702839

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    8. test_community_message_send_check_timestamps_sender_username, id: 702838

    Device 2: Wait for text element BaseElement to be equal to 1
    Device 2: Find BaseElement by xpath: //*[@content-desc='activity-center-unread-count']/android.widget.TextView

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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

    9. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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 
    

    [[Youtube links preview is not loaded on LambdaTest emulators, needs investigation]]

    10. test_community_message_edit, id: 702843

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    11. test_community_unread_messages_badge, id: 702841

    Test setup failed: critical/chats/test_public_chat_browsing.py:325: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    Class TestFallbackMultipleDevice:

    1. test_fallback_add_key_pair, id: 741054

    Device 1: Swiping left on element Button
    Device 1: Find Button by xpath: //android.view.ViewGroup[contains(@content-desc,'Imported account')]

    critical/test_fallback.py:212: in test_fallback_add_key_pair
        wallet_1.get_account_element(account_name=imported_key_pair_account_name).swipe_left_on_element()
    ../views/base_element.py:281: in swipe_left_on_element
        location, size = self.get_element_coordinates()
    ../views/base_element.py:274: in get_element_coordinates
        element = self.find_element()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 1: Button by xpath: `//android.view.ViewGroup[contains(@content-desc,'Imported account')]` 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
    



    Class TestActivityMultipleDevicePR:

    1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947

    Device 2: Wait for text element BaseElement to be equal to 1
    Device 2: Find BaseElement by xpath: //*[@content-desc='activity-center-unread-count']/android.widget.TextView

    Test setup failed: activity_center/test_activity_center.py:252: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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

    Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:

    1. test_1_1_chat_delete_via_long_press_relogin, id: 702784

    Test setup failed: critical/chats/test_1_1_public_chats.py:572: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783

    Device 2: Wait for text element BaseElement to be equal to 1
    Device 2: Find BaseElement by xpath: //*[@content-desc='activity-center-unread-count']/android.widget.TextView

    Test setup failed: critical/chats/test_1_1_public_chats.py:572: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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

    3. test_1_1_chat_mute_chat, id: 703496

    Test setup failed: critical/chats/test_1_1_public_chats.py:572: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    Class TestCommunityMultipleDeviceMergedThree:

    1. test_community_mobile_data_and_wi_fi_only_fetching, id: 741924

    Device 2: Wait for text element BaseElement to be equal to 1
    Device 2: Find BaseElement by xpath: //*[@content-desc='activity-center-unread-count']/android.widget.TextView

    Test setup failed: critical/chats/test_public_chat_browsing.py:1265: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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 
    

    [[Community message can be fetched from offline when using mobile data]]

    Device sessions

    2. test_community_messaging_on_mobile_data, id: 741926

    Test setup failed: critical/chats/test_public_chat_browsing.py:1265: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    3. test_community_send_message_from_offline, id: 741925

    Test setup failed: critical/chats/test_public_chat_browsing.py:1265: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    Class TestActivityMultipleDevicePRTwo:

    1. test_activity_center_mentions, id: 702957

    Device 2: Wait for text element BaseElement to be equal to 1
    Device 2: Find BaseElement by xpath: //*[@content-desc='activity-center-unread-count']/android.widget.TextView

    Test setup failed: activity_center/test_activity_center.py:395: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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

    2. test_activity_centre_contact_request_receiver_offline, id: 741809

    Test setup failed: activity_center/test_activity_center.py:395: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    3. test_activity_center_admin_notification_accept_swipe, id: 702958

    Test setup failed: activity_center/test_activity_center.py:395: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782

    Test setup failed: critical/chats/test_1_1_public_chats.py:39: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    2. test_1_1_chat_text_message_delete_push_disappear, id: 702733

    Test setup failed: critical/chats/test_1_1_public_chats.py:39: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    3. test_1_1_chat_push_emoji, id: 702813

    Test setup failed: critical/chats/test_1_1_public_chats.py:39: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    4. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745

    Test setup failed: critical/chats/test_1_1_public_chats.py:39: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    5. test_1_1_chat_edit_message, id: 702855

    Test setup failed: critical/chats/test_1_1_public_chats.py:39: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    6. test_1_1_chat_send_image_save_and_share, id: 703391

    Test setup failed: critical/chats/test_1_1_public_chats.py:39: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    7. test_1_1_chat_pin_messages, id: 702731

    Test setup failed: critical/chats/test_1_1_public_chats.py:39: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    8. test_1_1_chat_message_reaction, id: 702730

    Device 2: Wait for text element BaseElement to be equal to 1
    Device 2: Find BaseElement by xpath: //*[@content-desc='activity-center-unread-count']/android.widget.TextView

    Test setup failed: critical/chats/test_1_1_public_chats.py:39: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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

    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_markdown_support, id: 702809

    Test setup failed: critical/chats/test_public_chat_browsing.py:866: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    2. test_community_hashtag_links_to_community_channels, id: 702948

    Test setup failed: critical/chats/test_public_chat_browsing.py:866: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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 
    

    [[Can't navigate to a community channel before joining the community, https://github.com//issues/21776]]

    3. test_community_mentions_push_notification, id: 702786

    Device 2: Wait for text element BaseElement to be equal to 1
    Device 2: Find BaseElement by xpath: //*[@content-desc='activity-center-unread-count']/android.widget.TextView

    Test setup failed: critical/chats/test_public_chat_browsing.py:866: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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

    4. test_community_leave, id: 702845

    Test setup failed: critical/chats/test_public_chat_browsing.py:866: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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
    



    5. test_community_join_when_node_owner_offline, id: 703629

    Test setup failed: critical/chats/test_public_chat_browsing.py:866: in prepare_devices
        self.home_2.handle_contact_request(self.username_1)
    ../views/home_view.py:383: in handle_contact_request
        self.notifications_unread_badge.wait_for_element_text(text=str(notifications_count), wait_time=120)
    ../views/base_element.py:172: in wait_for_element_text
        element_text = self.find_element().text.strip()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 2: BaseElement by xpath: `//*[@content-desc='activity-center-unread-count']/android.widget.TextView` 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 
    

    [[Can't navigate to a community channel before joining the community, https://github.com//issues/21776]]

    Expected to fail tests (3)

    Click to expand

    Class TestWalletCollectibles:

    1. test_wallet_send_collectible, id: 741840

    Device 1: Swiping right on element SlideButton
    Device 1: Find SlideButton by xpath: //*[@resource-id='slide-button-track']

    critical/wallet/test_collectibles.py:141: in test_wallet_send_collectible
        self.wallet_view.slide_button_track.slide()
    ../views/base_view.py:107: in slide
        self.swipe_right_on_element(width_percentage=1.3, start_x=100)
    ../views/base_element.py:288: in swipe_right_on_element
        location, size = self.get_element_coordinates()
    ../views/base_element.py:274: in get_element_coordinates
        element = self.find_element()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 1: SlideButton by xpath: `//*[@resource-id='slide-button-track']` 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 
    

    [[Collectibles list is not loaded sometimes]]

    2. test_wallet_collectibles_balance, id: 741839

    # STEP: Check BVL collectible info and image
    # STEP: Check Glitch Punks collectible info and image

    critical/wallet/test_collectibles.py:95: in test_wallet_collectibles_balance
        self.errors.verify_no_errors()
    base_test_case.py:179: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Device 1: Collectible 'BVL' is not displayed
    E    Device 1: Collectible 'Glitch Punks' is not displayed 
    

    [[Collectibles list is not loaded sometimes]]

    3. test_wallet_collectible_send_from_expanded_info_view, id: 741841

    Device 1: Find Button by accessibility id: collectibles-tab
    Device 1: Tap on found: Button

    critical/wallet/test_collectibles.py:153: in test_wallet_collectible_send_from_expanded_info_view
        self.wallet_view.get_collectible_element('Glitch Punks').wait_for_element().click()
    ../views/base_element.py:120: in wait_for_element
        raise TimeoutException(
     Device `1`: `CollectibleItemElement` by` xpath`: `//*[@content-desc='collectible-list-item']//*[contains(@text,'Glitch Punks')]/../..` is not found on the screen after wait_for_element 
    

    [[Collectibles list is not loaded sometimes]]

    Passed tests (24)

    Click to expand

    Class TestFallbackMultipleDevice:

    1. test_fallback_sync_with_error, id: 740220
    2. test_fallback_validate_seed_phrase, id: 740222
    3. test_fallback_with_correct_seed_phrase, id: 740221

    Class TestAndroid13:

    1. test_create_account_android_13, id: 741807
    Device sessions

    Class TestCommunityOneDeviceMerged:

    1. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    2. test_community_discovery, id: 703503
    Device sessions

    3. test_community_undo_delete_message, id: 702869
    Device sessions

    4. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133
    Device sessions

    5. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    6. test_community_mute_community_and_channel, id: 703382
    Device sessions

    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_add_contact_field_validation, id: 702777
    Device sessions

    2. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851
    Device sessions

    3. test_activity_center_contact_request_decline, id: 702850
    Device sessions

    Class TestWalletMultipleDevice:

    1. test_wallet_send_asset_from_drawer, id: 727230
    2. test_wallet_send_eth, id: 727229

    Class TestAndroid12:

    1. test_create_account_android_12, id: 741806
    Device sessions

    Class TestWalletOneDevice:

    1. test_wallet_swap_flow_mainnet, id: 741555
    2. test_wallet_add_remove_regular_account, id: 727231
    3. test_wallet_balance_mainnet, id: 740490
    4. test_wallet_bridge_flow_mainnet, id: 741612
    5. test_wallet_send_flow_mainnet, id: 741554

    Class TestDeepLinksOneDevice:

    1. test_links_open_universal_links_from_chat, id: 704613
    Device sessions

    2. test_links_deep_links_profile, id: 702775
    Device sessions

    3. test_deep_links_communities, id: 739307
    Device sessions

    @VolodLytvynenko
    Copy link
    Contributor

    VolodLytvynenko commented Mar 13, 2025

    hi @smohamedjavid Thank you for PR. No issues from my side. PR is ready to be merged
    Checked:

    • ETH sending / receiving / displaying on status sepolia network
    • SNT sending / displaying / on status sepolia network
    • Tx showing within activity tab / tx sharing / copy hash / tx navigation

    @VolodLytvynenko VolodLytvynenko moved this from IN TESTING to MERGE in Pipeline for QA Mar 13, 2025
    @clauxx
    Copy link
    Contributor

    clauxx commented Mar 24, 2025

    @smohamedjavid should we merge this PR?

    @smohamedjavid
    Copy link
    Contributor Author

    @clauxx - we need one additional approval to merge the status-go PR status-im/status-go#6393 to merge, after that, I will merge this PR 🙏

    @VolodLytvynenko
    Copy link
    Contributor

    Just additional info for previous test notes in the comment.

    Connection is not tested within the current PR due to the lack of a test dApp that supports the Status Sepolia network

    status-im/status-go@fa7db6f...2d5eaef
    
    Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
    @smohamedjavid smohamedjavid force-pushed the feat/status-network-testnet branch from 259c792 to 9dbcc12 Compare March 25, 2025 15:55
    @smohamedjavid smohamedjavid merged commit 8324475 into develop Mar 25, 2025
    5 checks passed
    @github-project-automation github-project-automation bot moved this from MERGE to DONE in Pipeline for QA Mar 25, 2025
    @smohamedjavid smohamedjavid deleted the feat/status-network-testnet branch March 25, 2025 16:39
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    Archived in project

    Development

    Successfully merging this pull request may close these issues.

    2️⃣ Status L2 Integration - send and wallet connect

    6 participants