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

e2e: global cleanup #21875

Merged
merged 1 commit into from
Dec 30, 2024
Merged

e2e: global cleanup #21875

merged 1 commit into from
Dec 30, 2024

Conversation

churik
Copy link
Member

@churik churik commented Dec 30, 2024

some description

Found Issues

  1. smth is not working

    • Fixed (checked by dev)
    • Verified (checked by QA)
      Notes:
  2. smth is not working

    • Fixed (checked by dev)
    • Verified (checked by QA)
      Notes:
  3. smth is not working

    • Fixed (checked by dev)
    • Verified (checked by QA)
      Notes:

@status-im-auto
Copy link
Member

status-im-auto commented Dec 30, 2024

Jenkins Builds

Click to see older builds (12)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 68d4b2d #1 2024-12-30 11:40:09 ~5 min tests 📄log
✔️ 68d4b2d #1 2024-12-30 11:41:59 ~7 min ios 📱ipa 📲
✔️ 68d4b2d #1 2024-12-30 11:43:55 ~9 min android-e2e 🤖apk 📲
✔️ 68d4b2d #1 2024-12-30 11:44:15 ~9 min android 🤖apk 📲
✔️ 24b5703 #2 2024-12-30 15:50:44 ~4 min tests 📄log
✔️ 24b5703 #2 2024-12-30 15:52:53 ~6 min ios 📱ipa 📲
✔️ 24b5703 #2 2024-12-30 15:54:37 ~8 min android-e2e 🤖apk 📲
✔️ 24b5703 #2 2024-12-30 15:55:17 ~9 min android 🤖apk 📲
✔️ deb637f #3 2024-12-30 17:02:13 ~4 min tests 📄log
✔️ deb637f #3 2024-12-30 17:04:34 ~6 min ios 📱ipa 📲
✔️ deb637f #3 2024-12-30 17:05:13 ~7 min android-e2e 🤖apk 📲
✔️ deb637f #3 2024-12-30 17:05:46 ~8 min android 🤖apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ e8cdecd #5 2024-12-30 18:21:42 ~4 min tests 📄log
✔️ e8cdecd #5 2024-12-30 18:24:54 ~7 min android-e2e 🤖apk 📲
✔️ e8cdecd #5 2024-12-30 18:25:36 ~8 min android 🤖apk 📲
✔️ e8cdecd #5 2024-12-30 18:25:48 ~8 min ios 📱ipa 📲
✔️ b74c43c #7 2024-12-30 20:05:31 ~4 min tests 📄log
✔️ b74c43c #7 2024-12-30 20:07:44 ~6 min android-e2e 🤖apk 📲
✔️ b74c43c #7 2024-12-30 20:08:00 ~6 min android 🤖apk 📲
✔️ b74c43c #7 2024-12-30 20:08:17 ~7 min ios 📱ipa 📲

@status-im-auto
Copy link
Member

50% of end-end tests have passed

Total executed tests: 34
Failed tests: 17
Expected to fail tests: 0
Passed tests: 17
Not executed tests: 22
IDs of not executed tests: 702838,702843,702839,702859,703194,702840,702841,702844,702894,702845,703086,702786,702809,702948,703629,704615,703503,702846,702742,703133,703382,702869 
IDs of failed tests: 727230,702855,702730,702745,702731,741054,702733,702813,702782,740220,702775,727229,703391,740221,702732,739307,740222 

Not executed tests (22)

Click to expand
  • Rerun not executed tests
  • Failed tests (17)

    Click to expand
  • Rerun failed tests

  • Class TestWalletMultipleDevice:

    1. test_wallet_send_asset_from_drawer, id: 727230

    Device 1: Could not reach Button by pressing system back button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_wallet.py:163: in test_wallet_send_asset_from_drawer
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:38: in _get_balances_before_tx
        sender_balance = self.network_api.get_balance(self.sender['wallet_address'])
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET'
    



    2. test_wallet_send_eth, id: 727229

    Device 2: Tap on found: Button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_wallet.py:129: in test_wallet_send_eth
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:38: in _get_balances_before_tx
        sender_balance = self.network_api.get_balance(self.sender['wallet_address'])
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET'
    



    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_pin_messages, id: 702732

    Device 1: Looking for a pinned message by text: Message 2
    Device 1: Find Button by xpath: //*[@content-desc='pinned-messages-menu']//*[starts-with(@text,'Message 2')]

    critical/chats/test_group_chat.py:407: in test_group_chat_pin_messages
        self.chats[0].pinned_messages_list.message_element_by_text(self.message_2).long_press_without_release()
    ../views/base_element.py:329: in long_press_without_release
        action.click_and_hold(self.find_element()).perform()
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: Button by xpath: `//*[@content-desc='pinned-messages-menu']//*[starts-with(@text,'Message 2')]` 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 TestFallbackMultipleDevice:

    1. test_fallback_add_key_pair, id: 741054

    Test setup failed: critical/test_fallback.py:39: in prepare_devices
        self.home_3.handle_contact_request(self.user_name_1)
    ../views/home_view.py:418: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:170: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:167: 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 3: Button by xpath:`//*[contains(@text, 'shdLdBXQ8N8h3yjgmJ3Z')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    2. test_fallback_sync_with_error, id: 740220

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

    Test setup failed: critical/test_fallback.py:39: in prepare_devices
        self.home_3.handle_contact_request(self.user_name_1)
    ../views/home_view.py:418: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:170: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:167: 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 3: Button by xpath:`//*[contains(@text, 'shdLdBXQ8N8h3yjgmJ3Z')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    3. test_fallback_with_correct_seed_phrase, id: 740221

    Test setup failed: critical/test_fallback.py:39: in prepare_devices
        self.home_3.handle_contact_request(self.user_name_1)
    ../views/home_view.py:418: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:170: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:167: 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 3: Button by xpath:`//*[contains(@text, 'shdLdBXQ8N8h3yjgmJ3Z')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    4. test_fallback_validate_seed_phrase, id: 740222

    Test setup failed: critical/test_fallback.py:39: in prepare_devices
        self.home_3.handle_contact_request(self.user_name_1)
    ../views/home_view.py:418: in handle_contact_request
        chat_element.accept_contact_request()
    ../views/home_view.py:170: in accept_contact_request
        self.handle_cr("accept-contact-request")
    ../views/home_view.py:167: 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 3: Button by xpath:`//*[contains(@text, 'shdLdBXQ8N8h3yjgmJ3Z')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
    



    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_edit_message, id: 702855

    Test setup failed: critical/chats/test_1_1_public_chats.py:29: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key()
    ../views/home_view.py:568: in get_public_key
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:562: in get_link_to_profile
        raise NoSuchElementException("Can't get link to profile")
     Can't get link to profile; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    2. test_1_1_chat_message_reaction, id: 702730

    Device 2: Tap on found: Button
    Device 2: Find Text by xpath: //*[@resource-id='android:id/content_preview_text']

    Test setup failed: critical/chats/test_1_1_public_chats.py:29: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key()
    ../views/home_view.py:568: in get_public_key
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:562: in get_link_to_profile
        raise NoSuchElementException("Can't get link to profile")
     Can't get link to profile; 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_non_latin_messages_stack_update_profile_photo, id: 702745

    Test setup failed: critical/chats/test_1_1_public_chats.py:29: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key()
    ../views/home_view.py:568: in get_public_key
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:562: in get_link_to_profile
        raise NoSuchElementException("Can't get link to profile")
     Can't get link to profile; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    4. test_1_1_chat_pin_messages, id: 702731

    Test setup failed: critical/chats/test_1_1_public_chats.py:29: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key()
    ../views/home_view.py:568: in get_public_key
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:562: in get_link_to_profile
        raise NoSuchElementException("Can't get link to profile")
     Can't get link to profile; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    5. test_1_1_chat_text_message_delete_push_disappear, id: 702733

    Test setup failed: critical/chats/test_1_1_public_chats.py:29: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key()
    ../views/home_view.py:568: in get_public_key
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:562: in get_link_to_profile
        raise NoSuchElementException("Can't get link to profile")
     Can't get link to profile; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    6. test_1_1_chat_push_emoji, id: 702813

    Test setup failed: critical/chats/test_1_1_public_chats.py:29: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key()
    ../views/home_view.py:568: in get_public_key
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:562: in get_link_to_profile
        raise NoSuchElementException("Can't get link to profile")
     Can't get link to profile; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    7. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782

    Test setup failed: critical/chats/test_1_1_public_chats.py:29: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key()
    ../views/home_view.py:568: in get_public_key
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:562: in get_link_to_profile
        raise NoSuchElementException("Can't get link to profile")
     Can't get link to profile; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    8. test_1_1_chat_send_image_save_and_share, id: 703391

    Test setup failed: critical/chats/test_1_1_public_chats.py:29: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key()
    ../views/home_view.py:568: in get_public_key
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:562: in get_link_to_profile
        raise NoSuchElementException("Can't get link to profile")
     Can't get link to profile; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    Class TestDeepLinksOneDevice:

    1. test_links_deep_links_profile, id: 702775

    critical/test_deep_and_universal_links.py:55: in test_links_deep_links_profile
        self.home.browser_tab.click()
     'HomeView' object has no attribute 'browser_tab'
    



    Device sessions

    2. test_deep_links_communities, id: 739307

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

    critical/test_deep_and_universal_links.py:93: in test_deep_links_communities
        self.home.browser_tab.click()
     'HomeView' object has no attribute 'browser_tab'
    



    Device sessions

    Passed tests (17)

    Click to expand

    Class TestWalletOneDevice:

    1. test_wallet_add_remove_regular_account, id: 727231
    2. test_wallet_balance_mainnet, id: 740490

    Class TestActivityMultipleDevicePR:

    1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947
    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 TestActivityMultipleDevicePRTwo:

    1. test_activity_center_admin_notification_accept_swipe, id: 702958
    Device sessions

    2. test_activity_center_mentions, id: 702957
    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_send_image_save_and_share, id: 703297
    Device sessions

    5. test_group_chat_mute_chat, id: 703495
    Device sessions

    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 TestDeepLinksOneDevice:

    1. test_links_open_universal_links_from_chat, id: 704613
    Device sessions

    @status-im-auto
    Copy link
    Member

    79% of end-end tests have passed

    Total executed tests: 56
    Failed tests: 12
    Expected to fail tests: 0
    Passed tests: 44
    
    IDs of failed tests: 727230,702786,702844,741054,702782,702775,727229,740221,702732,739307,703503,703194 
    

    Failed tests (12)

    Click to expand
  • Rerun failed tests

  • Class TestCommunityOneDeviceMerged:

    1. test_community_discovery, id: 703503

    Device 1: Tap on found: Button
    # STEP: Check Status community tags in the Discover communities screen

    critical/chats/test_public_chat_browsing.py:296: in test_community_discovery
        self.errors.verify_no_errors()
    base_test_case.py:209: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Community 'Status' is not in the Discover Communities list.
    



    Device sessions

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_pin_messages, id: 702732

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

    critical/chats/test_group_chat.py:404: in test_group_chat_pin_messages
        self.chats[0].pin_message(self.message_4, 'pin-to-chat')
    ../views/chat_view.py:740: in pin_message
        self.chat_element_by_text(message).long_press_without_release()
    ../views/base_element.py:329: in long_press_without_release
        action.click_and_hold(self.find_element()).perform()
    ../views/chat_view.py:82: in find_element
        self.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 1: ChatElementByText by xpath:`//*[starts-with(@text,'Message 4')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    Class TestFallbackMultipleDevice:

    1. test_fallback_add_key_pair, id: 741054

    Device 2: Tap on found: Button
    Device 2: Find Button by accessibility id: options-button

    critical/test_fallback.py:196: in test_fallback_add_key_pair
        self.profile_2.options_button.click()
    ../views/base_element.py:90: in click
        element = self.find_element()
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `options-button` 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_fallback_with_correct_seed_phrase, id: 740221

    Device 1: Find BaseElement by xpath: //android.view.ViewGroup/android.view.ViewGroup[@content-desc='status-tag-positive']/..
    Device 1: Click system back button

    critical/test_fallback.py:80: in test_fallback_with_correct_seed_phrase
        home.notifications_unread_badge.wait_for_visibility_of_element(30)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 1: BaseElement by accessibility id:`activity-center-unread-count` is not found on the screen after wait_for_visibility_of_element
    



    Class TestWalletMultipleDevice:

    1. test_wallet_send_asset_from_drawer, id: 727230

    Device 1: Could not reach Button by pressing system back button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_wallet.py:163: in test_wallet_send_asset_from_drawer
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:38: in _get_balances_before_tx
        sender_balance = self.network_api.get_balance(self.sender['wallet_address'])
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET'
    



    2. test_wallet_send_eth, id: 727229

    Device 2: Tap on found: Button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_wallet.py:129: in test_wallet_send_eth
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:38: in _get_balances_before_tx
        sender_balance = self.network_api.get_balance(self.sender['wallet_address'])
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET'
    



    Class TestDeepLinksOneDevice:

    1. test_links_deep_links_profile, id: 702775

    # STEP: Opening profile link status-app://u/G10A4B0JdgwyRww90WXtnP1oNH1ZLQNM0yX0Ja9YyAMjrqSZIYINOHCbFhrnKRAcPGStPxCMJDSZlGCKzmZrJcimHY8BbcXlORrElv_BbQEegnMDPx1g9C5VVNl0fE4y#zQ3shwQPhRuDJSjVGVBnTjCdgXy5i9WQaeVPdGJD6yTarJQSj
    Device 1: Open url 'status-app://u/G10A4B0JdgwyRww90WXtnP1oNH1ZLQNM0yX0Ja9YyAMjrqSZIYINOHCbFhrnKRAcPGStPxCMJDSZlGCKzmZrJcimHY8BbcXlORrElv_BbQEegnMDPx1g9C5VVNl0fE4y#zQ3shwQPhRuDJSjVGVBnTjCdgXy5i9WQaeVPdGJD6yTarJQSj'

    critical/test_deep_and_universal_links.py:64: in test_links_deep_links_profile
        self.browser_view.open_url(link)
    ../views/dapps_view.py:19: in open_url
        self.enter_url_editbox.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 1: EditBox by accessibility id:`dapp-url-input` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    2. test_deep_links_communities, id: 739307

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

    critical/test_deep_and_universal_links.py:92: in test_deep_links_communities
        self.home.browser_tab.click()
     'HomeView' object has no attribute 'browser_tab'
    



    Device sessions

    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_mentions_push_notification, id: 702786

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

    critical/chats/test_public_chat_browsing.py:899: in test_community_mentions_push_notification
        self.channel_1.set_reaction(message=self.username_1, emoji="sad", times_to_long_press=2)
    ../views/chat_view.py:782: in set_reaction
        element.wait_for_element()
    ../views/base_element.py:129: in wait_for_element
        raise TimeoutException(
     Device `1`: `Button` by` accessibility id`: `reaction-sad` is not found on the screen after wait_for_element
    



    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782

    Device 2: Find OpenInStatusButton by xpath: //*[@text="Open in Status"]
    Device 2: Tap on found: OpenInStatusButton

    critical/chats/test_1_1_public_chats.py:177: in test_1_1_chat_emoji_send_reply_and_open_link
        self.errors.verify_no_errors()
    base_test_case.py:209: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     URL was not opened from 1-1 chat
    



    Device sessions

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844

    Device 2: Find ChatMessageInput by accessibility id: chat-message-input
    Device 2: Type https://youtu.be/Je7yErjEVt4 to ChatMessageInput

    critical/chats/test_public_chat_browsing.py:611: in test_community_links_with_previews_github_youtube_twitter_gif_send_enable
        self.channel_2.url_preview_composer.wait_for_element(20)
    ../views/base_element.py:129: in wait_for_element
        raise TimeoutException(
     Device `2`: `Button` by` accessibility id`: `url-preview` is not found on the screen after wait_for_element
    



    Device sessions

    2. test_community_several_images_send_reply, id: 703194

    Device 2: Trying to access images (image container) inside message with text 'gallery'
    Device 2: Find ImageContainer by xpath: //*[starts-with(@text,'gallery')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc="image-container"]

    critical/chats/test_public_chat_browsing.py:424: in test_community_several_images_send_reply
        if chat_element.image_container_in_message.is_element_differs_from_template("images_gallery.png", 5):
    ../views/base_element.py:273: in is_element_differs_from_template
        difference = ImageChops.difference(self.image, self.template)
    ../views/base_element.py:246: in image
        return Image.open(BytesIO(base64.b64decode(self.find_element().screenshot_as_base64)))
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 2: ImageContainer by xpath: `//*[starts-with(@text,'gallery')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc="image-container"]` 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

    Passed tests (44)

    Click to expand

    Class TestCommunityOneDeviceMerged:

    1. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133
    Device sessions

    2. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    3. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    4. test_community_undo_delete_message, id: 702869
    Device sessions

    5. test_community_mute_community_and_channel, id: 703382
    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 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_send_image_save_and_share, id: 703297
    Device sessions

    5. test_group_chat_mute_chat, id: 703495
    Device sessions

    Class TestFallbackMultipleDevice:

    1. test_fallback_sync_with_error, id: 740220
    2. test_fallback_validate_seed_phrase, id: 740222

    Class TestDeepLinksOneDevice:

    1. test_links_open_universal_links_from_chat, id: 704613
    Device sessions

    Class TestActivityMultipleDevicePR:

    1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947
    Device sessions

    Class TestWalletOneDevice:

    1. test_wallet_add_remove_regular_account, id: 727231
    2. test_wallet_balance_mainnet, id: 740490

    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_leave, id: 702845
    Device sessions

    2. test_community_markdown_support, id: 702809
    Device sessions

    3. test_community_hashtag_links_to_community_channels, id: 702948
    Device sessions

    4. test_community_join_when_node_owner_offline, id: 703629
    Device sessions

    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 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 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_send_image_save_and_share, id: 703391
    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_unread_messages_badge, id: 702841
    Device sessions

    5. test_community_message_delete, id: 702839
    Device sessions

    6. test_community_message_send_check_timestamps_sender_username, id: 702838
    Device sessions

    7. test_community_edit_delete_message_when_offline, id: 704615
    Device sessions

    8. test_community_one_image_send_reply, id: 702859
    Device sessions

    9. test_community_message_edit, id: 702843
    Device sessions

    @status-im-auto
    Copy link
    Member

    82% of end-end tests have passed

    Total executed tests: 55
    Failed tests: 8
    Expected to fail tests: 2
    Passed tests: 45
    Not executed tests: 1
    
    IDs of not executed tests: 703503 
    
    IDs of failed tests: 702786,702844,741054,703133,702782,702775,702732,739307 
    
    IDs of expected to fail tests: 727230,727229 
    

    Not executed tests (1)

    Click to expand
  • Rerun not executed tests
  • Failed tests (8)

    Click to expand
  • Rerun failed tests

  • Class TestFallbackMultipleDevice:

    1. test_fallback_add_key_pair, id: 741054

    Device 2: Tap on found: Button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_fallback.py:231: in test_fallback_add_key_pair
        expected_balance = self.network_api.get_balance(key_pair_account_address)
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET'
    



    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_mentions_push_notification, id: 702786

    Device 2: Getting PN by 'shkZ1vhLpofGNepWV7M8'
    Device 2: Looking for a message by text: shkZ1vhLpofGNepWV7M8

    critical/chats/test_public_chat_browsing.py:956: in test_community_mentions_push_notification
        self.errors.verify_no_errors()
    base_test_case.py:209: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Edited message is not shown correctly for the sender
    E    Edited message is not shown correctly for the (receiver) admin
    



    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782

    Device 2: Find Button by xpath: //*[@text="Reply"]
    Device 2: Find Button by xpath: //*[@text="Reply"]

    critical/chats/test_1_1_public_chats.py:149: in test_1_1_chat_emoji_send_reply_and_open_link
        self.chat_2.quote_message(url_message)
    ../views/chat_view.py:771: in quote_message
        self.reply_message_button.double_click()
    ../views/base_element.py:122: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:122: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 2: Button by xpath: `//*[@text="Reply"]` 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 TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_pin_messages, id: 702732

    Device 1: Looking for a pinned message by text: Message 2
    Device 1: Find Button by xpath: //*[@content-desc='pinned-messages-menu']//*[starts-with(@text,'Message 2')]

    critical/chats/test_group_chat.py:407: in test_group_chat_pin_messages
        self.chats[0].pinned_messages_list.message_element_by_text(self.message_2).long_press_without_release()
    ../views/base_element.py:329: in long_press_without_release
        action.click_and_hold(self.find_element()).perform()
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: Button by xpath: `//*[@content-desc='pinned-messages-menu']//*[starts-with(@text,'Message 2')]` 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 TestDeepLinksOneDevice:

    1. test_links_deep_links_profile, id: 702775

    # STEP: Opening profile link status-app://u/G10A4B0JdgwyRww90WXtnP1oNH1ZLQNM0yX0Ja9YyAMjrqSZIYINOHCbFhrnKRAcPGStPxCMJDSZlGCKzmZrJcimHY8BbcXlORrElv_BbQEegnMDPx1g9C5VVNl0fE4y#zQ3shwQPhRuDJSjVGVBnTjCdgXy5i9WQaeVPdGJD6yTarJQSj
    Device 1: Open url 'status-app://u/G10A4B0JdgwyRww90WXtnP1oNH1ZLQNM0yX0Ja9YyAMjrqSZIYINOHCbFhrnKRAcPGStPxCMJDSZlGCKzmZrJcimHY8BbcXlORrElv_BbQEegnMDPx1g9C5VVNl0fE4y#zQ3shwQPhRuDJSjVGVBnTjCdgXy5i9WQaeVPdGJD6yTarJQSj'

    critical/test_deep_and_universal_links.py:64: in test_links_deep_links_profile
        self.browser_view.open_url(link)
    ../views/dapps_view.py:19: in open_url
        self.enter_url_editbox.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 1: EditBox by accessibility id:`dapp-url-input` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    2. test_deep_links_communities, id: 739307

    # STEP: Opening community 'SNT community' by the link status-app://c/Cx2ACjkKDVNOVCBjb21tdW5pdHkSHXJlcXVpcmUgMTAgU05UIFNlcG9saWEgdG8gdXNlGAEiByNlYWI3MDAD#zQ3shNdoPSYbaPZhTNoGtxfbMRjSzSJ9AxNjoVsaUn46e6o7R
    Device 1: Open url 'status-app://c/Cx2ACjkKDVNOVCBjb21tdW5pdHkSHXJlcXVpcmUgMTAgU05UIFNlcG9saWEgdG8gdXNlGAEiByNlYWI3MDAD#zQ3shNdoPSYbaPZhTNoGtxfbMRjSzSJ9AxNjoVsaUn46e6o7R'

    critical/test_deep_and_universal_links.py:101: in test_deep_links_communities
        self.browser_view.open_url(link)
    ../views/dapps_view.py:19: in open_url
        self.enter_url_editbox.wait_for_visibility_of_element(20)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 1: EditBox by accessibility id:`dapp-url-input` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    Class TestCommunityOneDeviceMerged:

    1. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133

    Device 1: Tap on found: Button
    # STEP: Check that removed user is not shown in the list anymore

    Test setup failed: expected 'else' after 'if' expression (<xfail condition>, line 1)
    
    During handling of the above exception, another exception occurred:
    Error evaluating 'xfail' condition
        Might fail if the Discover curation dapp is too slow to load > 2 mins
               ^
    SyntaxError: invalid syntax
    



    Device sessions

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844

    Device 2: Find ChatMessageInput by accessibility id: chat-message-input
    Device 2: Type https://youtu.be/Je7yErjEVt4 to ChatMessageInput

    critical/chats/test_public_chat_browsing.py:612: in test_community_links_with_previews_github_youtube_twitter_gif_send_enable
        self.channel_2.url_preview_composer.wait_for_element(20)
    ../views/base_element.py:129: in wait_for_element
        raise TimeoutException(
     Device `2`: `Button` by` accessibility id`: `url-preview` is not found on the screen after wait_for_element
    



    Device sessions

    Expected to fail tests (2)

    Click to expand

    Class TestWalletMultipleDevice:

    1. test_wallet_send_asset_from_drawer, id: 727230

    Device 1: Could not reach Button by pressing system back button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_wallet.py:165: in test_wallet_send_asset_from_drawer
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:38: in _get_balances_before_tx
        sender_balance = self.network_api.get_balance(self.sender['wallet_address'])
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET' 
    

    [[Arbiscan API is down, looking for analogue]]

    2. test_wallet_send_eth, id: 727229

    Device 2: Tap on found: Button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_wallet.py:130: in test_wallet_send_eth
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:38: in _get_balances_before_tx
        sender_balance = self.network_api.get_balance(self.sender['wallet_address'])
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET' 
    

    [[Arbiscan API is down, looking for analogue]]

    Passed tests (45)

    Click to expand

    Class TestActivityMultipleDevicePR:

    1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947
    Device sessions

    Class TestFallbackMultipleDevice:

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

    Class TestWalletOneDevice:

    1. test_wallet_add_remove_regular_account, id: 727231
    2. test_wallet_balance_mainnet, id: 740490

    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_leave, id: 702845
    Device sessions

    2. test_community_markdown_support, id: 702809
    Device sessions

    3. test_community_hashtag_links_to_community_channels, id: 702948
    Device sessions

    4. test_community_join_when_node_owner_offline, id: 703629
    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 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_send_image_save_and_share, id: 703391
    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 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_send_image_save_and_share, id: 703297
    Device sessions

    5. test_group_chat_mute_chat, id: 703495
    Device sessions

    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 TestDeepLinksOneDevice:

    1. test_links_open_universal_links_from_chat, id: 704613
    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_community_undo_delete_message, id: 702869
    Device sessions

    4. test_community_mute_community_and_channel, id: 703382
    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_unread_messages_badge, id: 702841
    Device sessions

    5. test_community_message_delete, id: 702839
    Device sessions

    6. test_community_message_send_check_timestamps_sender_username, id: 702838
    Device sessions

    7. test_community_edit_delete_message_when_offline, id: 704615
    Device sessions

    8. test_community_one_image_send_reply, id: 702859
    Device sessions

    9. test_community_message_edit, id: 702843
    Device sessions

    10. test_community_several_images_send_reply, id: 703194
    Device sessions

    @status-im-auto
    Copy link
    Member

    85% of end-end tests have passed

    Total executed tests: 55
    Failed tests: 6
    Expected to fail tests: 2
    Passed tests: 47
    Not executed tests: 1
    
    IDs of not executed tests: 741054 
    
    IDs of failed tests: 702947,702786,702731,702844,740221,703194 
    
    IDs of expected to fail tests: 727230,727229 
    

    Not executed tests (1)

    Click to expand
  • Rerun not executed tests
  • Failed tests (6)

    Click to expand
  • Rerun failed tests

  • Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_mentions_push_notification, id: 702786

    Device 2: Getting PN by 'shbVrzGymnuBBk6c4V4p'
    Device 2: Looking for a message by text: shbVrzGymnuBBk6c4V4p

    critical/chats/test_public_chat_browsing.py:956: in test_community_mentions_push_notification
        self.errors.verify_no_errors()
    base_test_case.py:209: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Edited message is not shown correctly for the sender
    E    Edited message is not shown correctly for the (receiver) admin
    



    Device sessions

    Class TestFallbackMultipleDevice:

    1. test_fallback_with_correct_seed_phrase, id: 740221

    Device 1: Looking for a message by text: Test message
    Device 2: Looking for a message by text: Test message

    Test setup failed: invalid syntax (<xfail condition>, line 1)
    
    During handling of the above exception, another exception occurred:
    Error evaluating 'xfail' condition
        Arbiscan API is down, looking for analogue
                  ^
    SyntaxError: invalid syntax
    



    Class TestActivityMultipleDevicePR:

    1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947

    # STEP: Swiping to 'Replies' on activity center and check unread there
    Device 1: Find ActivityTabButton by accessibility id: tab-mention

    activity_center/test_activity_center.py:319: in test_activity_center_reply_read_unread_delete_filter_swipe
        self.home_1.mention_activity_tab_button.click()
    ../views/base_element.py:90: in click
        element = self.find_element()
    ../views/base_element.py:84: in find_element
        raise exception
    ../views/base_element.py:77: in find_element
        return self.driver.find_element(self.by, self.locator)
    ../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/appium/webdriver/webdriver.py:409: in find_element
        return self.execute(RemoteCommand.FIND_ELEMENT, {'using': by, 'value': value})['value']
    ../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
        self.error_handler.check_response(response)
    ../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/appium/webdriver/errorhandler.py:122: in check_response
        raise exception_class(msg=message, stacktrace=format_stacktrace(stacktrace))
     An unknown server-side error occurred while processing the command. Original error: 'POST /element' cannot be proxied to UiAutomator2 server because the instrumentation process is not running (probably crashed). Check the server log and/or the logcat output for more details
    E   Stacktrace:
    E   UnknownError: An unknown server-side error occurred while processing the command. Original error: 'POST /element' cannot be proxied to UiAutomator2 server because the instrumentation process is not running (probably crashed). Check the server log and/or the logcat output for more details
    E       at UIA2Proxy.command (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:355:13)
    E       at runMicrotasks (<anonymous>)
    E       at processTicksAndRejections (node:internal/process/task_queues:96:5)
    E       at AndroidUiautomator2Driver.doFindElementOrEls (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/lib/commands/find.js:40:5)
    E       at doFind (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/appium-android-driver/lib/commands/find.ts:47:17)
    E       at wrappedCondFn (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/@appium/base-driver/lib/basedriver/commands/timeout.ts:137:14)
    E       at spin (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/asyncbox/lib/asyncbox.js:219:20)
    E       at waitForCondition (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/asyncbox/lib/asyncbox.js:236:10)
    E       at AndroidUiautomator2Driver.implicitWaitForCondition (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/@appium/base-driver/lib/basedriver/commands/timeout.ts:139:12)
    E       at AndroidUiautomator2Driver.findElOrEls (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/appium-android-driver/lib/commands/find.ts:70:5)
    E       at AndroidUiautomator2Driver.findElOrElsWithProcessing (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
    E       at AndroidUiautomator2Driver.findElement (/home/ltuser/.appium/node_modules/uiautomator-3.5.1/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
    



    Device sessions

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844

    Device 2: Find ChatMessageInput by accessibility id: chat-message-input
    Device 2: Type https://youtu.be/Je7yErjEVt4 to ChatMessageInput

    critical/chats/test_public_chat_browsing.py:612: in test_community_links_with_previews_github_youtube_twitter_gif_send_enable
        self.channel_2.url_preview_composer.wait_for_element(20)
    ../views/base_element.py:129: in wait_for_element
        raise TimeoutException(
     Device `2`: `Button` by` accessibility id`: `url-preview` is not found on the screen after wait_for_element
    



    Device sessions

    2. test_community_several_images_send_reply, id: 703194

    Device 2: Trying to access images (image container) inside message with text 'gallery'
    Device 2: Find ImageContainer by xpath: //*[starts-with(@text,'gallery')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc="image-container"]

    critical/chats/test_public_chat_browsing.py:425: in test_community_several_images_send_reply
        if chat_element.image_container_in_message.is_element_differs_from_template("images_gallery.png", 5):
    ../views/base_element.py:273: in is_element_differs_from_template
        difference = ImageChops.difference(self.image, self.template)
    ../views/base_element.py:246: in image
        return Image.open(BytesIO(base64.b64decode(self.find_element().screenshot_as_base64)))
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 2: ImageContainer by xpath: `//*[starts-with(@text,'gallery')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc="image-container"]` 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 TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_pin_messages, id: 702731

    Device 2: Find Button by xpath: //*[@content-desc='pins-count']//android.widget.TextView
    Device 2: Element Button text is equal to 2

    critical/chats/test_1_1_public_chats.py:269: in test_1_1_chat_pin_messages
        self.errors.verify_no_errors()
    base_test_case.py:209: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Pinned messages count is 2 but should be 3 for user 2
    



    Device sessions

    Expected to fail tests (2)

    Click to expand

    Class TestWalletMultipleDevice:

    1. test_wallet_send_asset_from_drawer, id: 727230

    Device 1: Could not reach Button by pressing system back button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_wallet.py:165: in test_wallet_send_asset_from_drawer
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:38: in _get_balances_before_tx
        sender_balance = self.network_api.get_balance(self.sender['wallet_address'])
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET' 
    

    [[Arbiscan API is down, looking for analogue]]

    2. test_wallet_send_eth, id: 727229

    Device 2: Tap on found: Button
    Balance is Invalid API Key (#err2)|ARBTESTNET Gwei

    critical/test_wallet.py:130: in test_wallet_send_eth
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:38: in _get_balances_before_tx
        sender_balance = self.network_api.get_balance(self.sender['wallet_address'])
    ../support/api/network_api.py:55: in get_balance
        return int(balance) / 1000000000000000000
     invalid literal for int() with base 10: 'Invalid API Key (#err2)|ARBTESTNET' 
    

    [[Arbiscan API is down, looking for analogue]]

    Passed tests (47)

    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 TestCommunityMultipleDeviceMergedTwo:

    1. test_community_leave, id: 702845
    Device sessions

    2. test_community_markdown_support, id: 702809
    Device sessions

    3. test_community_hashtag_links_to_community_channels, id: 702948
    Device sessions

    4. test_community_join_when_node_owner_offline, id: 703629
    Device sessions

    Class TestFallbackMultipleDevice:

    1. test_fallback_sync_with_error, id: 740220
    2. test_fallback_validate_seed_phrase, id: 740222

    Class TestActivityMultipleDevicePRTwo:

    1. test_activity_center_admin_notification_accept_swipe, id: 702958
    Device sessions

    2. test_activity_center_mentions, id: 702957
    Device sessions

    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

    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 TestCommunityOneDeviceMerged:

    1. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133
    Device sessions

    2. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    3. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    4. test_community_undo_delete_message, id: 702869
    Device sessions

    5. test_community_mute_community_and_channel, id: 703382
    Device sessions

    6. test_community_discovery, id: 703503
    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_unread_messages_badge, id: 702841
    Device sessions

    5. test_community_message_delete, id: 702839
    Device sessions

    6. test_community_message_send_check_timestamps_sender_username, id: 702838
    Device sessions

    7. test_community_edit_delete_message_when_offline, id: 704615
    Device sessions

    8. test_community_one_image_send_reply, id: 702859
    Device sessions

    9. test_community_message_edit, id: 702843
    Device sessions

    Class TestWalletOneDevice:

    1. test_wallet_add_remove_regular_account, id: 727231
    2. test_wallet_balance_mainnet, id: 740490

    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 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_text_message_delete_push_disappear, id: 702733
    Device sessions

    5. test_1_1_chat_push_emoji, id: 702813
    Device sessions

    6. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782
    Device sessions

    7. test_1_1_chat_send_image_save_and_share, id: 703391
    Device sessions

    @churik churik marked this pull request as ready for review December 30, 2024 20:00
    @churik churik merged commit c37498a into develop Dec 30, 2024
    5 checks passed
    @churik churik deleted the tests/cleanup-2 branch December 30, 2024 20:10
    @churik
    Copy link
    Member Author

    churik commented Jan 16, 2025

    PR_ISSUE 1: smth is not working

    Steps:

    1. restore or create multiaccount

    Expected result:

    Actual result:

    OS: IOS, Android
    Devices:
    Logs:

    @churik
    Copy link
    Member Author

    churik commented Jan 16, 2025

    PR_ISSUE 2: smth is not working

    Steps:

    1. restore or create multiaccount

    Expected result:

    Actual result:

    OS: IOS, Android
    Devices:
    Logs:

    @churik
    Copy link
    Member Author

    churik commented Jan 16, 2025

    PR_ISSUE 3: smth is not working.

    Steps:

    1. restore or create multiaccount

    Expected result:

    Actual result:

    OS: IOS, Android
    Devices:
    Logs:


    From what I see, there is the problem1 with issue 3

    @status-im-auto I don't thnk it is working


    we need to decide what to do with issue 3

    --- let's create one

    #21909 created

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    Status: DONE
    Development

    Successfully merging this pull request may close these issues.

    3 participants