Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(wallet): remove legacy network settings options #18955

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

J-Son89
Copy link
Contributor

@J-Son89 J-Son89 commented Feb 23, 2024

another piece of #18559

This pr removes the Legacy settings:
"Network" & "Network Info"

Before

After

These settings are no longer used in the wallet and instead we make use of "testnet mode" on the same page

@@ -443,9 +442,6 @@
(= method "wallet_switchEthereumChain")
(eip3326/handle-switch-ethereum-chain cofx dapp-name id message-id (first params))

(= method "wallet_addEthereumChain")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed this method - which I couldn't see how to access from "browser" but perhaps it's not?

Copy link
Member

Choose a reason for hiding this comment

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

Possibly used by dApps in the old wallet.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@pavloburykh, @qoqobolo - do you know if this is needed?

Also @smohamedjavid if our current wallet can't handle it then does this really matter?
we have also removed wallet connect - not sure if that effects this here but probably this won't work anyway 🤔

Copy link
Member

Choose a reason for hiding this comment

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

I guess it's safe to remove it as we don't allow users to add any Ethereum chain at this moment (at least foreseeable future)👍

Copy link
Contributor

Choose a reason for hiding this comment

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

@pavloburykh, @qoqobolo - do you know if this is needed?

@J-Son89 we do not know.

Copy link
Contributor

Choose a reason for hiding this comment

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

@pavloburykh, @qoqobolo - do you know if this is needed?

@J-Son89 we are not aware of the use of this method, sorry.
I think it would be safer to check this with someone from the devs who implemented the old wallet

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I think it's safe to remove for now

@J-Son89 J-Son89 self-assigned this Feb 23, 2024
@status-im-auto
Copy link
Member

status-im-auto commented Feb 23, 2024

Jenkins Builds

Click to see older builds (12)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 9846a53 #1 2024-02-23 11:26:16 ~5 min tests 📄log
✔️ 9846a53 #1 2024-02-23 11:28:07 ~7 min android-e2e 🤖apk 📲
✔️ 9846a53 #1 2024-02-23 11:28:43 ~7 min android 🤖apk 📲
✔️ 9846a53 #1 2024-02-23 11:29:35 ~8 min ios 📱ipa 📲
✔️ 57cf08f #2 2024-02-27 15:43:48 ~35 min tests 📄log
✔️ 57cf08f #2 2024-02-27 15:45:18 ~36 min android-e2e 🤖apk 📲
✔️ 57cf08f #2 2024-02-27 15:47:19 ~38 min android 🤖apk 📲
✔️ 57cf08f #2 2024-02-27 17:12:28 ~2 hr 3 min ios 📱ipa 📲
✔️ 9463462 #3 2024-03-02 20:44:31 ~7 min tests 📄log
✔️ 9463462 #3 2024-03-02 20:45:41 ~8 min android-e2e 🤖apk 📲
✔️ 9463462 #3 2024-03-02 20:45:59 ~9 min android 🤖apk 📲
✔️ 9463462 #3 2024-03-02 20:50:11 ~13 min ios 📱ipa 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 4dc6e0b #4 2024-03-04 16:17:47 ~6 min android-e2e 🤖apk 📲
✔️ 4dc6e0b #4 2024-03-04 16:18:19 ~7 min android 🤖apk 📲
✔️ 4dc6e0b #4 2024-03-04 16:20:56 ~9 min ios 📱ipa 📲
✔️ 4dc6e0b #5 2024-03-05 10:24:43 ~6 min tests 📄log
✔️ e199174 #6 2024-03-06 14:45:18 ~5 min tests 📄log
✔️ e199174 #5 2024-03-06 14:47:18 ~7 min android-e2e 🤖apk 📲
✔️ e199174 #5 2024-03-06 14:47:23 ~8 min android 🤖apk 📲
✔️ e199174 #5 2024-03-06 14:50:23 ~11 min ios 📱ipa 📲

@@ -24,22 +23,6 @@
(keep
identity
[{:size :small
:title (i18n/label :t/network)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

removing network buttons

@@ -33,7 +33,6 @@
"add-custom-token": "Add custom token",
"add-mailserver": "Add Status node",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

verified and all of these removed translation strings are not used elsewhere 👍

Copy link
Member

@smohamedjavid smohamedjavid left a comment

Choose a reason for hiding this comment

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

LGTM 💣

@@ -443,9 +442,6 @@
(= method "wallet_switchEthereumChain")
(eip3326/handle-switch-ethereum-chain cofx dapp-name id message-id (first params))

(= method "wallet_addEthereumChain")
Copy link
Member

Choose a reason for hiding this comment

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

Possibly used by dApps in the old wallet.

Copy link
Contributor

@ulisesmac ulisesmac left a comment

Choose a reason for hiding this comment

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

Lots of code removed! 👍

@status-im-auto
Copy link
Member

8% of end-end tests have passed

Total executed tests: 48
Failed tests: 43
Expected to fail tests: 1
Passed tests: 4
IDs of failed tests: 702809,702782,702733,702784,703194,702859,702777,702732,702813,703133,704613,702957,702851,702840,703495,703086,702948,702894,702745,702783,702850,703297,704615,703496,702936,702855,703202,703391,702786,702839,702947,702838,702844,702843,702807,702731,702808,702730,702845,702775,702958,703629,702841 
IDs of expected to fail tests: 703503 

Failed tests (43)

Click to expand
  • Rerun failed tests

  • Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_markdown_support, id: 702809
    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_community_hashtag_links_to_community_channels, id: 702948

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    3. test_community_mentions_push_notification, id: 702786

    Device 2: Tap on found: Text
    Device 2: Click system back button

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    4. test_community_leave, id: 702845

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    5. test_community_join_when_node_owner_offline, id: 703629

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestActivityMultipleDevicePRTwo:

    1. test_activity_center_mentions, id: 702957

    Device 1: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: activity_center/test_activity_center.py:387: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    2. test_activity_center_admin_notification_accept_swipe, id: 702958

    Test setup failed: activity_center/test_activity_center.py:387: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_add_contact_field_validation, id: 702777

    Test setup failed: activity_center/test_activity_center.py:25: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851

    Test setup failed: activity_center/test_activity_center.py:25: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    3. test_activity_center_contact_request_decline, id: 702850

    Device 1: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: activity_center/test_activity_center.py:25: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    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:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_1_1_chat_text_message_delete_push_disappear, id: 702733

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    3. test_1_1_chat_push_emoji, id: 702813

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    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:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    5. test_1_1_chat_edit_message, id: 702855

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    6. test_1_1_chat_send_image_save_and_share, id: 703391

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    7. test_1_1_chat_pin_messages, id: 702731

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    8. test_1_1_chat_message_reaction, id: 702730

    Device 1: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    Class TestDeepLinksOneDevice:

    1. test_links_open_universal_links_from_chat, id: 704613

    Device 1: Find ChatButton by accessibility id: create-open-community
    Device 1: Tap on found: ChatButton

    Test setup failed: critical/test_deep_and_universal_links.py:23: in prepare_devices
        self.profile_view = self.home.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    2. test_links_deep_links, id: 702775

    Test setup failed: critical/test_deep_and_universal_links.py:23: in prepare_devices
        self.profile_view = self.home.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    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:536: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:536: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783

    Device 2: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: critical/chats/test_1_1_public_chats.py:536: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:536: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    3. test_1_1_chat_mute_chat, id: 703496

    Test setup failed: critical/chats/test_1_1_public_chats.py:536: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:536: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestCommunityMultipleDeviceMerged:

    1. test_community_several_images_send_reply, id: 703194

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_community_one_image_send_reply, id: 702859

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    3. test_community_emoji_send_copy_paste_reply, id: 702840

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    4. test_community_mark_all_messages_as_read, id: 703086

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    5. test_community_contact_block_unblock_offline, id: 702894

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    6. test_community_edit_delete_message_when_offline, id: 704615

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    7. test_community_message_delete, id: 702839

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    8. test_community_message_send_check_timestamps_sender_username, id: 702838

    Device 2: Tap on found: Text
    Device 2: Click system back button

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    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:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    10. test_community_message_edit, id: 702843

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    11. test_community_unread_messages_badge, id: 702841

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestCommunityOneDeviceMerged:

    1. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133

    Device 1: Find Button by accessibility id: show-profiles
    Device 1: Tap on found: Button

    critical/chats/test_public_chat_browsing.py:276: in test_restore_multiaccount_with_waku_backup_remove_switch
        self.errors.verify_no_errors()
    base_test_case.py:191: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     zQ3...dWXh5 was not restored as a contact from waku backup!
    E    zQ3...Vacac was not restored as a contact from waku backup!
    E    admin_open was not restored from waku-backup!!
    E    member_open was not restored from waku-backup!!
    E    admin_closed was not restored from waku-backup!!
    E    member_closed was not restored from waku-backup!!
    



    Device sessions

    Class TestActivityMultipleDevicePR:

    1. test_navigation_jump_to, id: 702936

    Device 1: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: activity_center/test_activity_center.py:240: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    2. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947

    Test setup failed: activity_center/test_activity_center.py:240: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:584: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_pin_messages, id: 702732

    Test setup failed: critical/chats/test_group_chat.py:55: 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:44: 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:382: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:150: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:147: in handle_cr
        ).wait_for_rendering_ended_and_click()
    ../views/base_element.py:163: in wait_for_rendering_ended_and_click
        self.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    2. test_group_chat_mute_chat, id: 703495

    Test setup failed: critical/chats/test_group_chat.py:55: 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:44: 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:382: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:150: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:147: in handle_cr
        ).wait_for_rendering_ended_and_click()
    ../views/base_element.py:163: in wait_for_rendering_ended_and_click
        self.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    3. test_group_chat_send_image_save_and_share, id: 703297

    Test setup failed: critical/chats/test_group_chat.py:55: 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:44: 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:382: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:150: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:147: in handle_cr
        ).wait_for_rendering_ended_and_click()
    ../views/base_element.py:163: in wait_for_rendering_ended_and_click
        self.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    4. test_group_chat_reactions, id: 703202

    Test setup failed: critical/chats/test_group_chat.py:55: 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:44: 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:382: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:150: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:147: in handle_cr
        ).wait_for_rendering_ended_and_click()
    ../views/base_element.py:163: in wait_for_rendering_ended_and_click
        self.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    5. test_group_chat_join_send_text_messages_push, id: 702807

    Device 2: Tap on found: Button
    Device 2: Attempt 0 is successful clicking close-activity-center

    Test setup failed: critical/chats/test_group_chat.py:55: 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:44: 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:382: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:150: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:147: in handle_cr
        ).wait_for_rendering_ended_and_click()
    ../views/base_element.py:163: in wait_for_rendering_ended_and_click
        self.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    6. test_group_chat_offline_pn, id: 702808

    Test setup failed: critical/chats/test_group_chat.py:55: 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:44: 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:382: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:150: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:147: in handle_cr
        ).wait_for_rendering_ended_and_click()
    ../views/base_element.py:163: in wait_for_rendering_ended_and_click
        self.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    Expected to fail tests (1)

    Click to expand

    Class TestCommunityOneDeviceMerged:

    1. test_community_discovery, id: 703503

    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Curated communities not loading, https://github.com//issues/17852]]

    Passed tests (4)

    Click to expand

    Class TestCommunityOneDeviceMerged:

    1. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    2. test_community_undo_delete_message, id: 702869
    Device sessions

    3. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    4. test_community_mute_community_and_channel, id: 703382
    Device sessions

    @status-im-auto
    Copy link
    Member

    21% of end-end tests have passed

    Total executed tests: 48
    Failed tests: 37
    Expected to fail tests: 1
    Passed tests: 10
    
    IDs of failed tests: 702809,702782,702733,702784,703194,702859,702777,702813,704613,702957,702851,702840,703086,702948,702894,702745,702783,702850,704615,703496,702936,702855,703202,703391,702786,702839,702947,702838,702844,702843,702731,702730,702845,702775,702958,703629,702841 
    
    IDs of expected to fail tests: 703503 
    

    Failed tests (37)

    Click to expand
  • Rerun failed tests

  • Class TestActivityMultipleDevicePRTwo:

    1. test_activity_center_mentions, id: 702957

    Device 2: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: activity_center/test_activity_center.py:388: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    2. test_activity_center_admin_notification_accept_swipe, id: 702958

    Test setup failed: activity_center/test_activity_center.py:388: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_add_contact_field_validation, id: 702777

    Test setup failed: activity_center/test_activity_center.py:25: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851

    Test setup failed: activity_center/test_activity_center.py:25: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    3. test_activity_center_contact_request_decline, id: 702850

    Device 1: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: activity_center/test_activity_center.py:25: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_reactions, id: 703202

    Device 1: Find BaseElement by xpath: //*[@content-desc='user-list']//*[@text='member_2']
    Device 1: Tap on found: BaseElement

    critical/chats/test_group_chat.py:146: in test_group_chat_reactions
        username_shown = self.chats[0].get_profile_view().default_username_text.text
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    Class TestDeepLinksOneDevice:

    1. test_links_open_universal_links_from_chat, id: 704613

    Device 1: Find ChatButton by accessibility id: create-open-community
    Device 1: Tap on found: ChatButton

    Test setup failed: critical/test_deep_and_universal_links.py:23: in prepare_devices
        self.profile_view = self.home.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    2. test_links_deep_links, id: 702775

    Test setup failed: critical/test_deep_and_universal_links.py:23: in prepare_devices
        self.profile_view = self.home.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestActivityMultipleDevicePR:

    1. test_navigation_jump_to, id: 702936

    Device 2: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: activity_center/test_activity_center.py:241: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    2. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947

    Test setup failed: activity_center/test_activity_center.py:241: in prepare_devices
        self.profile_1, self.profile_2 = self.home_1.get_profile_view(), self.home_2.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestCommunityMultipleDeviceMerged:

    1. test_community_several_images_send_reply, id: 703194

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_community_one_image_send_reply, id: 702859

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    3. test_community_emoji_send_copy_paste_reply, id: 702840

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    4. test_community_mark_all_messages_as_read, id: 703086

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    5. test_community_contact_block_unblock_offline, id: 702894

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    6. test_community_edit_delete_message_when_offline, id: 704615

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    7. test_community_message_delete, id: 702839

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    8. test_community_message_send_check_timestamps_sender_username, id: 702838

    Device 2: Tap on found: Text
    Device 2: Click system back button

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    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:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    10. test_community_message_edit, id: 702843

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    11. test_community_unread_messages_badge, id: 702841

    Test setup failed: critical/chats/test_public_chat_browsing.py:292: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_markdown_support, id: 702809

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_community_hashtag_links_to_community_channels, id: 702948

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    3. test_community_mentions_push_notification, id: 702786

    Device 2: Tap on found: Text
    Device 2: Click system back button

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    4. test_community_leave, id: 702845

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    5. test_community_join_when_node_owner_offline, id: 703629

    Test setup failed: critical/chats/test_public_chat_browsing.py:814: in prepare_devices
        self.profile_1 = self.home_1.get_profile_view()
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    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:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_1_1_chat_text_message_delete_push_disappear, id: 702733

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    3. test_1_1_chat_push_emoji, id: 702813

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    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:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    5. test_1_1_chat_edit_message, id: 702855

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    6. test_1_1_chat_send_image_save_and_share, id: 703391

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    7. test_1_1_chat_pin_messages, id: 702731

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    8. test_1_1_chat_message_reaction, id: 702730

    Device 1: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: critical/chats/test_1_1_public_chats.py:30: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:30: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    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:534: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:534: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783

    Device 1: Tap on found: Button
    ## New multiaccount is created successfully!

    Test setup failed: critical/chats/test_1_1_public_chats.py:534: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:534: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Device sessions

    3. test_1_1_chat_mute_chat, id: 703496

    Test setup failed: critical/chats/test_1_1_public_chats.py:534: in prepare_devices
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    critical/chats/test_1_1_public_chats.py:534: in <genexpr>
        self.profile_1, self.profile_2 = (home.get_profile_view() for home in self.homes)
    ../views/base_view.py:585: in get_profile_view
        return ProfileView(self.driver)
    ../views/profile_view.py:312: in __init__
        self.custom_network_url_input = EditBox(self.driver, translation_id="rpc-url",
    ../views/base_element.py:373: in __init__
        super(EditBox, self).__init__(driver, **kwargs)
    ../views/base_element.py:36: in __init__
        self.set_locator()
    ../views/base_element.py:45: in set_locator
        text = transl[self.translation_id]
     'rpc-url'
    



    Expected to fail tests (1)

    Click to expand

    Class TestCommunityOneDeviceMerged:

    1. test_community_discovery, id: 703503

    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Curated communities not loading, https://github.com//issues/17852]]

    Passed tests (10)

    Click to expand

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_pin_messages, id: 702732
    Device sessions

    2. test_group_chat_mute_chat, id: 703495
    Device sessions

    3. test_group_chat_send_image_save_and_share, id: 703297
    Device sessions

    4. test_group_chat_join_send_text_messages_push, id: 702807
    Device sessions

    5. test_group_chat_offline_pn, id: 702808
    Device sessions

    Class TestCommunityOneDeviceMerged:

    1. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133
    Device sessions

    2. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    3. test_community_undo_delete_message, id: 702869
    Device sessions

    4. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    5. test_community_mute_community_and_channel, id: 703382
    Device sessions

    @pavloburykh pavloburykh self-assigned this Mar 4, 2024
    @pavloburykh
    Copy link
    Contributor

    @yevh-berdnyk could you please check latest e2e results in this PR?

    @J-Son89 J-Son89 requested a review from churik as a code owner March 4, 2024 16:10
    @yevh-berdnyk
    Copy link
    Contributor

    @yevh-berdnyk could you please check latest e2e results in this PR?

    Just pushed a fix and restarting the tests. @J-Son89 please don't forget my commit when merging

    @status-im-auto
    Copy link
    Member

    92% of end-end tests have passed

    Total executed tests: 48
    Failed tests: 3
    Expected to fail tests: 1
    Passed tests: 44
    
    IDs of failed tests: 702809,702948,702843 
    
    IDs of expected to fail tests: 703503 
    

    Failed tests (3)

    Click to expand
  • Rerun failed tests

  • Class TestCommunityMultipleDeviceMerged:

    1. test_community_message_edit, id: 702843

    Device 2: Looking for a message by text: Message AFTER edit 2 (Edited)
    Device 2: Find `ChatElementByText` by `xpath`: `//*[starts-with(@text,'Message AFTER edit 2 (Edited)')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']`

    critical/chats/test_public_chat_browsing.py:353: in test_community_message_edit
        self.channel_2.set_reaction(message_text_after_edit)
    ../views/chat_view.py:1084: in set_reaction
        self.chat_element_by_text(message).long_press_until_element_is_shown(element)
    ../views/base_element.py:326: in long_press_until_element_is_shown
        element = self.find_element()
    ../views/chat_view.py:134: in find_element
        self.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: ChatElementByText by xpath:`//*[starts-with(@text,'Message AFTER edit 2 (Edited)')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_markdown_support, id: 702809

    Device 1: Looking for a message by text: quote reply (one row)
    Device 2: Looking for a message by text: quote reply (one row)

    critical/chats/test_public_chat_browsing.py:980: in test_community_markdown_support
        self.errors.verify_no_errors()
    base_test_case.py:191: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     inline code is not displayed with markdown in 1-1 chat for the recipient (device 2)
    



    Device sessions

    2. test_community_hashtag_links_to_community_channels, id: 702948

    Device 2: Click until ChatMessageInput by accessibility id: chat-message-input will be presented
    Device 2: Looking for a message by text: #cats

    critical/chats/test_public_chat_browsing.py:1063: in test_community_hashtag_links_to_community_channels
        self.channel_2.chat_element_by_text(message_with_hashtag).click_on_link_inside_message_body()
    ../views/chat_view.py:193: in click_on_link_inside_message_body
        self.message_body.wait_for_visibility_of_element(30)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`//android.view.ViewGroup[@content-desc='chat-item']//android.widget.TextView[contains(@text,'#cats')]` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    Expected to fail tests (1)

    Click to expand

    Class TestCommunityOneDeviceMerged:

    1. test_community_discovery, id: 703503

    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Curated communities not loading, https://github.com//issues/17852]]

    Passed tests (44)

    Click to expand

    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851
    Device sessions

    2. test_activity_center_contact_request_decline, id: 702850
    Device sessions

    3. test_add_contact_field_validation, id: 702777
    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_edit_message, id: 702855
    Device sessions

    2. test_1_1_chat_message_reaction, id: 702730
    Device sessions

    3. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745
    Device sessions

    4. test_1_1_chat_pin_messages, id: 702731
    Device sessions

    5. test_1_1_chat_text_message_delete_push_disappear, id: 702733
    Device sessions

    6. test_1_1_chat_push_emoji, id: 702813
    Device sessions

    7. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782
    Device sessions

    8. test_1_1_chat_send_image_save_and_share, id: 703391
    Device sessions

    Class TestCommunityOneDeviceMerged:

    1. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    2. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    3. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133
    Device sessions

    4. test_community_undo_delete_message, id: 702869
    Device sessions

    5. test_community_mute_community_and_channel, id: 703382
    Device sessions

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_reactions, id: 703202
    Device sessions

    2. test_group_chat_join_send_text_messages_push, id: 702807
    Device sessions

    3. test_group_chat_offline_pn, id: 702808
    Device sessions

    4. test_group_chat_pin_messages, id: 702732
    Device sessions

    5. test_group_chat_send_image_save_and_share, id: 703297
    Device sessions

    6. test_group_chat_mute_chat, id: 703495
    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:

    1. test_1_1_chat_mute_chat, id: 703496
    Device sessions

    2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783
    Device sessions

    3. test_1_1_chat_delete_via_long_press_relogin, id: 702784
    Device sessions

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_emoji_send_copy_paste_reply, id: 702840
    Device sessions

    2. test_community_contact_block_unblock_offline, id: 702894
    Device sessions

    3. test_community_mark_all_messages_as_read, id: 703086
    Device sessions

    4. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844
    Device sessions

    5. test_community_unread_messages_badge, id: 702841
    Device sessions

    6. test_community_message_delete, id: 702839
    Device sessions

    7. test_community_message_send_check_timestamps_sender_username, id: 702838
    Device sessions

    8. test_community_edit_delete_message_when_offline, id: 704615
    Device sessions

    9. test_community_one_image_send_reply, id: 702859
    Device sessions

    10. test_community_several_images_send_reply, id: 703194
    Device sessions

    Class TestActivityMultipleDevicePRTwo:

    1. test_activity_center_admin_notification_accept_swipe, id: 702958
    Device sessions

    2. test_activity_center_mentions, id: 702957
    Device sessions

    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_leave, id: 702845
    Device sessions

    2. test_community_mentions_push_notification, id: 702786
    Device sessions

    3. test_community_join_when_node_owner_offline, id: 703629
    Device sessions

    Class TestActivityMultipleDevicePR:

    1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947
    Device sessions

    2. test_navigation_jump_to, id: 702936
    Device sessions

    Class TestDeepLinksOneDevice:

    1. test_links_deep_links, id: 702775
    Device sessions

    2. test_links_open_universal_links_from_chat, id: 704613
    Device sessions

    @pavloburykh
    Copy link
    Contributor

    pavloburykh commented Mar 5, 2024

    @J-Son89 thanx for the PR! Let's merge it. There are conflicts in src/legacy/status_im/ui/screens/advanced_settings/views.cljs, so please ping me up in case re-test is needed after resolving.

    And please, include Yevheniia's commit during merge. Thank you.

    @J-Son89
    Copy link
    Contributor Author

    J-Son89 commented Mar 6, 2024

    @pavloburykh - rebase was straightforward so I think should be all good 👍

    @J-Son89 J-Son89 merged commit 93f488e into develop Mar 6, 2024
    6 checks passed
    @J-Son89 J-Son89 deleted the jc/clean-wallet-options branch March 6, 2024 15:05
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    Archived in project
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    9 participants