status-mobile icon indicating copy to clipboard operation
status-mobile copied to clipboard

Admin cannot re-add users to the group chat after removing them using…

Open flexsurfer opened this issue 1 year ago • 3 comments

fixes #20957 fixes #20959

flexsurfer avatar Aug 19 '24 12:08 flexsurfer

Jenkins Builds

:grey_question: Commit :hash: Finished (UTC) Duration Platform Result
:heavy_check_mark: a5100162 #1 2024-08-19 12:15:31 ~5 min tests :page_facing_up:log
:heavy_check_mark: a5100162 #1 2024-08-19 12:18:58 ~8 min android-e2e :robot:apk :calling:
:heavy_check_mark: a5100162 #1 2024-08-19 12:19:23 ~9 min android :robot:apk :calling:
:heavy_check_mark: a5100162 #1 2024-08-19 12:19:30 ~9 min ios :iphone:ipa :calling:
:heavy_check_mark: 79bb3250 #2 2024-08-27 12:01:09 ~4 min tests :page_facing_up:log
:heavy_check_mark: 79bb3250 #2 2024-08-27 12:04:44 ~8 min android-e2e :robot:apk :calling:
:heavy_check_mark: 79bb3250 #2 2024-08-27 12:05:11 ~9 min android :robot:apk :calling:
:heavy_check_mark: 79bb3250 #2 2024-08-27 12:05:35 ~9 min ios :iphone:ipa :calling:

status-im-auto avatar Aug 19 '24 12:08 status-im-auto

86% of end-end tests have passed

Total executed tests: 7
Failed tests: 1
Expected to fail tests: 0
Passed tests: 6
IDs of failed tests: 702843 

Failed tests (1)

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:378: in test_community_message_edit
        self.channel_2.set_reaction(message_text_after_edit)
    ../views/chat_view.py:1053: in set_reaction
        self.chat_element_by_text(message).long_press_until_element_is_shown(element)
    ../views/base_element.py:327: in long_press_until_element_is_shown
        element = self.find_element()
    ../views/chat_view.py:116: 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

    Passed tests (6)

    Click to expand

    Class TestWalletOneDevice:

    1. test_wallet_add_remove_regular_account, id: 727231
    Device sessions

    Class TestCommunityOneDeviceMerged:

    1. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    2. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133
    Device sessions

    Class TestWalletMultipleDevice:

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

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745
    Device sessions

    status-im-auto avatar Aug 27 '24 13:08 status-im-auto

    Hі, @flexsurfer ! Thanks for the PR. Everything works correctly, you can merge it. The failed test is not related to the PR.

    Horupa-Olena avatar Aug 28 '24 08:08 Horupa-Olena