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

[#13894] Update activity indicator on removed contact request #13902

Conversation

rasom
Copy link
Contributor

@rasom rasom commented Aug 31, 2022

fix #13894

status: ready

@rasom rasom requested a review from flexsurfer August 31, 2022 11:34
@rasom rasom self-assigned this Aug 31, 2022
@rasom rasom force-pushed the fix/#13894-update-activity-indicator-on-removing-contact-request branch from fc2f860 to 64c89d5 Compare August 31, 2022 11:35
@status-im-auto
Copy link
Member

status-im-auto commented Aug 31, 2022

Jenkins Builds

Click to see older builds (19)
Commit #️⃣ Finished (UTC) Duration Platform Result
64c89d5 #2 2022-08-31 11:38:35 ~3 min ios 📄log
✔️ 64c89d5 #2 2022-08-31 12:03:42 ~28 min tests 📦log
✔️ 64c89d5 #2 2022-08-31 12:04:04 ~28 min android-e2e 📦apk 📲
✔️ 64c89d5 #2 2022-08-31 12:06:40 ~31 min android 📦apk 📲
✔️ 5e504ea #3 2022-09-01 10:46:13 ~9 min tests 📦log
✔️ 5e504ea #3 2022-09-01 10:49:54 ~13 min ios 📦ipa 📲
✔️ 5e504ea #3 2022-09-01 10:51:28 ~14 min android 📦apk 📲
✔️ 5e504ea #3 2022-09-01 10:51:58 ~15 min android-e2e 📦apk 📲
✔️ 50198b1 #4 2022-09-01 16:18:48 ~3 min tests 📦log
✔️ 50198b1 #4 2022-09-01 16:23:26 ~7 min android-e2e 📦apk 📲
✔️ 50198b1 #4 2022-09-01 16:23:45 ~8 min android 📦apk 📲
✔️ 50198b1 #4 2022-09-01 16:29:17 ~13 min ios 📦ipa 📲
✔️ 50198b1 #1 2022-09-02 12:01:02 ~10 min android 📦apk 📲
✔️ 50198b1 #1 2022-09-02 12:12:07 ~21 min tests 📦log
✔️ 50198b1 #1 2022-09-02 12:16:10 ~24 min ios 📦ipa 📲
✔️ 148b94c #2 2022-09-05 08:37:05 ~1 min tests 📦log
✔️ 148b94c #2 2022-09-05 08:42:54 ~7 min android 📦apk 📲
✔️ 148b94c #2 2022-09-05 08:43:34 ~8 min android-e2e 📦apk 📲
✔️ 148b94c #2 2022-09-05 08:48:26 ~13 min ios 📦ipa 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 0dcd572 #3 2022-09-06 13:36:12 ~20 min tests 📦log
✔️ 0dcd572 #3 2022-09-06 13:40:36 ~25 min android 📦apk 📲
✔️ 0dcd572 #3 2022-09-06 13:40:36 ~25 min ios 📦ipa 📲
✔️ 0dcd572 #3 2022-09-06 13:41:14 ~25 min android-e2e 📦apk 📲
✔️ b9015c5 #4 2022-09-06 14:49:03 ~1 min tests 📦log
✔️ b9015c5 #4 2022-09-06 14:54:43 ~7 min android-e2e 📦apk 📲
✔️ b9015c5 #4 2022-09-06 14:56:18 ~9 min android 📦apk 📲

@status-im-auto
Copy link
Member

79% of end-end tests have passed

Total executed tests: 87
Failed tests: 18
Passed tests: 69
IDs of failed tests: 702392,700767,700764,702393,702194,6253,700763,702199,702197,6263,702153,702186,700745,702195,702196,702198,702394,6265 

Failed tests (18)

Click to expand
  • Rerun failed tests

  • Class TestOnboardingOneDeviceMerged:

    1. test_onboarding_backup_seed_phrase_restore_same_login_logcat, id: 700745

    Device 1: Tap on found: Button
    Device 1: Click system back button

    critical/onboarding/test_onboarding_flows.py:141: in test_onboarding_backup_seed_phrase_restore_same_login_logcat
        self.errors.verify_no_errors()
    base_test_case.py:189: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     sequence item 0: expected str instance, list found
    



    Device sessions

    Class TestKeycardTxOneDeviceMerged:

    1. test_keycard_send_tx_eth, id: 700767

    Device 1: Find WalletButton by xpath: //*[contains(@content-desc,'tab, 3 out of 5')]
    Device 1: Find WalletButton by xpath: //*[contains(@content-desc,'tab, 3 out of 5')]

    critical/wallet_and_tx/test_send_tx_dapp_keycard.py:297: in test_keycard_send_tx_eth
        self.network_api.find_transaction_by_hash(transaction)
    ../support/api/network_api.py:76: in find_transaction_by_hash
        transaction = w3.transaction_status(transaction_hash)
    ../support/api/web3_api.py:80: in transaction_status
        return w3.eth.getTransaction(hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/eth.py:636: in get_transaction
        return self._get_transaction(transaction_hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/module.py:57: in caller
        result = w3.manager.request_blocking(method_str,
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:197: in request_blocking
        response = self._make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:150: in _make_request
        return request_func(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/gas_price_strategy.py:90: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/attrdict.py:33: in middleware
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/buffered_gas_estimate.py:40: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:144: in make_request
        return future.result()
    /usr/lib/python3.8/concurrent/futures/_base.py:444: in result
        return self.__get_result()
    /usr/lib/python3.8/concurrent/futures/_base.py:389: in __get_result
        raise self._exception
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:124: in coro_make_request
        async with self.conn as conn:
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:72: in __aenter__
        self.ws = await connect(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:629: in __await_impl__
        await protocol.handshake(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:388: in handshake
        raise InvalidStatusCode(status_code)
    E   websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 401
    



    Device sessions

    Class TestContactBlockMigrateKeycardMultipleSharedDevices:

    1. test_keycard_command_send_tx_eth_1_1_chat, id: 702186

    Finding tx in ETH transactions, attempt #1
    Tx is found: 0x8e0ff15ccdc837fc68de49e19c545337f175ce8eadf3e2604f107c4750fc3b9f (etherscan API)

    critical/chats/test_1_1_public_chats.py:698: in test_keycard_command_send_tx_eth_1_1_chat
        self.network_api.wait_for_confirmation_of_transaction(self.sender['address'], amount, confirmations=3)
    ../support/api/network_api.py:126: in wait_for_confirmation_of_transaction
        transaction = self.find_transaction_by_unique_amount(address, amount, token)
    ../support/api/network_api.py:108: in find_transaction_by_unique_amount
        w3.transaction_status(transaction['hash'])
    ../support/api/web3_api.py:80: in transaction_status
        return w3.eth.getTransaction(hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/eth.py:636: in get_transaction
        return self._get_transaction(transaction_hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/module.py:57: in caller
        result = w3.manager.request_blocking(method_str,
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:197: in request_blocking
        response = self._make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:150: in _make_request
        return request_func(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/gas_price_strategy.py:90: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/attrdict.py:33: in middleware
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/buffered_gas_estimate.py:40: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:144: in make_request
        return future.result()
    /usr/lib/python3.8/concurrent/futures/_base.py:444: in result
        return self.__get_result()
    /usr/lib/python3.8/concurrent/futures/_base.py:389: in __get_result
        raise self._exception
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:124: in coro_make_request
        async with self.conn as conn:
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:72: in __aenter__
        self.ws = await connect(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:629: in __await_impl__
        await protocol.handshake(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:388: in handshake
        raise InvalidStatusCode(status_code)
    E   websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 401
    



    Device sessions

    Class TestCommandsMultipleDevicesMerged:

    1. test_1_1_chat_command_send_tx_eth_outgoing_tx_push, id: 6253

    Finding tx in ETH transactions, attempt #2
    Tx is found: 0xd099a05334f11f4223b914b012a0925d721631adb9a8fb4623a461cbb2f8fc0d (etherscan API)

    critical/chats/test_1_1_public_chats.py:84: in test_1_1_chat_command_send_tx_eth_outgoing_tx_push
        self.network_api.wait_for_confirmation_of_transaction(self.sender['address'], amount)
    ../support/api/network_api.py:126: in wait_for_confirmation_of_transaction
        transaction = self.find_transaction_by_unique_amount(address, amount, token)
    ../support/api/network_api.py:108: in find_transaction_by_unique_amount
        w3.transaction_status(transaction['hash'])
    ../support/api/web3_api.py:80: in transaction_status
        return w3.eth.getTransaction(hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/eth.py:636: in get_transaction
        return self._get_transaction(transaction_hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/module.py:57: in caller
        result = w3.manager.request_blocking(method_str,
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:197: in request_blocking
        response = self._make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:150: in _make_request
        return request_func(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/gas_price_strategy.py:90: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/attrdict.py:33: in middleware
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/buffered_gas_estimate.py:40: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:144: in make_request
        return future.result()
    /usr/lib/python3.8/concurrent/futures/_base.py:444: in result
        return self.__get_result()
    /usr/lib/python3.8/concurrent/futures/_base.py:389: in __get_result
        raise self._exception
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:124: in coro_make_request
        async with self.conn as conn:
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:72: in __aenter__
        self.ws = await connect(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:629: in __await_impl__
        await protocol.handshake(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:388: in handshake
        raise InvalidStatusCode(status_code)
    E   websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 401
    



    Device sessions

    2. test_1_1_chat_command_request_and_send_tx_stt_in_1_1_chat_offline, id: 6263

    Device 2: Selecting asset(s)
    Device 2: Find Button by accessibility id: accounts-more-options

    critical/chats/test_1_1_public_chats.py:158: in test_1_1_chat_command_request_and_send_tx_stt_in_1_1_chat_offline
        self.wallet_2.select_asset(asset_name)
    ../views/wallet_view.py:276: in select_asset
        self.multiaccount_more_options.click()
    ../views/base_element.py:90: in click
        self.find_element().click()
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `accounts-more-options` is not found on the screen
    



    Device sessions

    3. test_1_1_chat_command_decline_eth_push_changing_state, id: 6265

    Device 1: Double tap on: HomeButton
    Device 1: Find HomeButton by xpath: //*[contains(@content-desc,'tab, 1 out of 5')]

    critical/chats/test_1_1_public_chats.py:111: in test_1_1_chat_command_decline_eth_push_changing_state
        self.home_1.home_button.double_click()
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    Device sessions

    Class TestEnsStickersMultipleDevicesMerged:

    1. test_ens_command_send_tx_eth_1_1_chat, id: 702153

    Finding tx in ETH transactions, attempt #3
    Tx is found: 0xd1223e0499205a1586bf55848902f4127957a60b5629b13aae778b371bb97245 (etherscan API)

    critical/chats/test_1_1_public_chats.py:1030: in test_ens_command_send_tx_eth_1_1_chat
        self.network_api.wait_for_confirmation_of_transaction(self.sender['address'], amount, confirmations=3)
    ../support/api/network_api.py:126: in wait_for_confirmation_of_transaction
        transaction = self.find_transaction_by_unique_amount(address, amount, token)
    ../support/api/network_api.py:108: in find_transaction_by_unique_amount
        w3.transaction_status(transaction['hash'])
    ../support/api/web3_api.py:80: in transaction_status
        return w3.eth.getTransaction(hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/eth.py:636: in get_transaction
        return self._get_transaction(transaction_hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/module.py:57: in caller
        result = w3.manager.request_blocking(method_str,
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:197: in request_blocking
        response = self._make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:150: in _make_request
        return request_func(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/gas_price_strategy.py:90: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/attrdict.py:33: in middleware
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/buffered_gas_estimate.py:40: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:144: in make_request
        return future.result()
    /usr/lib/python3.8/concurrent/futures/_base.py:444: in result
        return self.__get_result()
    /usr/lib/python3.8/concurrent/futures/_base.py:389: in __get_result
        raise self._exception
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:124: in coro_make_request
        async with self.conn as conn:
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:72: in __aenter__
        self.ws = await connect(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:629: in __await_impl__
        await protocol.handshake(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:388: in handshake
        raise InvalidStatusCode(status_code)
    E   websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 401
    



    Device sessions

    Class TestSendTxDeviceMerged:

    1. test_send_tx_token_8_decimals, id: 700764

    Device 1: Find WalletButton by xpath: //*[contains(@content-desc,'tab, 3 out of 5')]
    Device 1: Find WalletButton by xpath: //*[contains(@content-desc,'tab, 3 out of 5')]

    critical/wallet_and_tx/test_send_tx_dapp_keycard.py:53: in test_send_tx_token_8_decimals
        self.network_api.find_transaction_by_hash(transaction_adi)
    ../support/api/network_api.py:76: in find_transaction_by_hash
        transaction = w3.transaction_status(transaction_hash)
    ../support/api/web3_api.py:80: in transaction_status
        return w3.eth.getTransaction(hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/eth.py:636: in get_transaction
        return self._get_transaction(transaction_hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/module.py:57: in caller
        result = w3.manager.request_blocking(method_str,
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:197: in request_blocking
        response = self._make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:150: in _make_request
        return request_func(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/gas_price_strategy.py:90: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/attrdict.py:33: in middleware
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/buffered_gas_estimate.py:40: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:144: in make_request
        return future.result()
    /usr/lib/python3.8/concurrent/futures/_base.py:444: in result
        return self.__get_result()
    /usr/lib/python3.8/concurrent/futures/_base.py:389: in __get_result
        raise self._exception
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:124: in coro_make_request
        async with self.conn as conn:
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:72: in __aenter__
        self.ws = await connect(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:629: in __await_impl__
        await protocol.handshake(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:388: in handshake
        raise InvalidStatusCode(status_code)
    E   websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 401
    



    Device sessions

    2. test_send_tx_eth_check_logcat, id: 700763

    Finding tx in ETH transactions, attempt #1
    Tx is found: 0x0f3e54a92cabc18b5c6c6620a219b5878b0804a2fc66b0dbdff361ce320aefc8 (etherscan API)

    critical/wallet_and_tx/test_send_tx_dapp_keycard.py:39: in test_send_tx_eth_check_logcat
        self.network_api.wait_for_confirmation_of_transaction(self.user['address'], self.amount_eth)
    ../support/api/network_api.py:126: in wait_for_confirmation_of_transaction
        transaction = self.find_transaction_by_unique_amount(address, amount, token)
    ../support/api/network_api.py:108: in find_transaction_by_unique_amount
        w3.transaction_status(transaction['hash'])
    ../support/api/web3_api.py:80: in transaction_status
        return w3.eth.getTransaction(hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/eth.py:636: in get_transaction
        return self._get_transaction(transaction_hash)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/module.py:57: in caller
        result = w3.manager.request_blocking(method_str,
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:197: in request_blocking
        response = self._make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/manager.py:150: in _make_request
        return request_func(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/gas_price_strategy.py:90: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/attrdict.py:33: in middleware
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:74: in apply_formatters
        response = make_request(method, formatted_params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/buffered_gas_estimate.py:40: in middleware
        return make_request(method, params)
    cytoolz/functoolz.pyx:250: in cytoolz.functoolz.curry.__call__
        ???
    /home/jenkins/.local/lib/python3.8/site-packages/web3/middleware/formatting.py:76: in apply_formatters
        response = make_request(method, params)
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:144: in make_request
        return future.result()
    /usr/lib/python3.8/concurrent/futures/_base.py:444: in result
        return self.__get_result()
    /usr/lib/python3.8/concurrent/futures/_base.py:389: in __get_result
        raise self._exception
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:124: in coro_make_request
        async with self.conn as conn:
    /home/jenkins/.local/lib/python3.8/site-packages/web3/providers/websocket.py:72: in __aenter__
        self.ws = await connect(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:629: in __await_impl__
        await protocol.handshake(
    /home/jenkins/.local/lib/python3.8/site-packages/websockets/legacy/client.py:388: in handshake
        raise InvalidStatusCode(status_code)
    E   websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 401
    



    Device sessions

    Class TestPairingSyncMultipleDevicesMerged:

    1. test_pairing_sync_initial_profile_picture, id: 702392

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    2. test_pairing_sync_initial_bookmarks, id: 702393

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    3. test_pairing_sync_initial_contacts_blocked_users, id: 702194

    Device 1: Double tap on: HomeButton
    Device 1: Find HomeButton by xpath: //*[contains(@content-desc,'tab, 1 out of 5')]

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    Device sessions

    4. test_pairing_sync_public_chat_add_remove, id: 702199

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    5. test_pairing_sync_contacts_add_remove_set_nickname_ens, id: 702197

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    6. test_pairing_sync_initial_public_chats, id: 702195

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    7. test_pairing_sync_contacts_block_unblock, id: 702196

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    8. test_pairing_sync_1_1_chat_message, id: 702198

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    9. test_pairing_sync_clear_history, id: 702394

    Test setup failed: critical/test_pairing_devices_sync.py:153: in prepare_devices
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    critical/test_pairing_devices_sync.py:153: in <listcomp>
        [home.home_button.double_click() for home in (self.home_1, self.home_2)]
    ../views/base_element.py:110: in double_click
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:110: in <listcomp>
        [self.find_element().click() for _ in range(2)]
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: HomeButton by xpath: `//*[contains(@content-desc,'tab, 1 out of 5')]` is not found on the screen
    



    Passed tests (69)

    Click to expand

    Class TestRestoreOneDeviceMerged:

    1. test_restore_uppercase_whitespaces_seed_phrase_special_char_passw_logcat, id: 700748
    Device sessions

    2. test_restore_seed_phrase_field_validation, id: 700750
    Device sessions

    3. test_restore_account_migrate_multiaccount_to_keycard_no_db_saved_add_wallet_send_tx, id: 702189
    Device sessions

    4. test_restore_set_up_wallet_sign_phrase, id: 700749
    Device sessions

    Class TestOneToOneChatMultipleSharedDevices:

    1. test_1_1_chat_text_message_edit_delete_push_disappear, id: 695843
    Device sessions

    2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 5310
    Device sessions

    3. test_1_1_chat_emoji_send_reply_and_open_link, id: 5373
    Device sessions

    4. test_1_1_chat_non_latin_message_to_newly_added_contact_with_profile_picture_on_different_networks, id: 5315
    Device sessions

    5. test_1_1_chat_text_message_with_push, id: 6316
    Device sessions

    6. test_1_1_chat_push_emoji, id: 6283
    Device sessions

    7. test_1_1_chat_message_reaction, id: 6315
    Device sessions

    8. test_1_1_chat_image_send_save_reply, id: 6305
    Device sessions

    9. test_1_1_chat_delete_via_delete_button_relogin, id: 5387
    Device sessions

    Class TestOnboardingOneDeviceMerged:

    1. test_onboarding_cant_sign_in_with_invalid_password_logcat, id: 700746
    Device sessions

    2. test_onboarding_share_contact_address, id: 700743
    Device sessions

    3. test_onboarding_add_new_multiaccount_username_by_position_pass_validation, id: 700747
    Device sessions

    4. test_onboarding_home_initial_popup, id: 700742
    Device sessions

    5. test_onboarding_share_wallet_address, id: 700744
    Device sessions

    Class TestPublicChatBrowserOneDeviceMerged:

    1. test_public_chat_open_using_deep_link, id: 700739
    Device sessions

    2. test_public_chat_fetch_more_history, id: 5675
    Device sessions

    3. test_browser_delete_close_tabs, id: 702076
    Device sessions

    4. test_browser_offline, id: 702075
    Device sessions

    5. test_public_chat_copy_and_paste_message_in_chat_input, id: 5317
    Device sessions

    6. test_browser_connection_is_secure_not_secure_warning, id: 702073
    Device sessions

    7. test_browser_invalid_url, id: 702074
    Device sessions

    8. test_browser_web3_permissions_testdapp, id: 702078
    Device sessions

    9. test_public_chat_navigate_to_chat_when_relaunch, id: 5396
    Device sessions

    10. test_browser_bookmarks_create_edit_remove, id: 702077
    Device sessions

    11. test_browser_blocked_url, id: 702072
    Device sessions

    12. test_public_chat_tag_message, id: 700738
    Device sessions

    Class TestPublicChatMultipleDeviceMerged:

    1. test_public_chat_unread_messages_counter, id: 5360
    Device sessions

    2. test_public_chat_links_with_previews_github_youtube_twitter_gif_send_enable, id: 700737
    Device sessions

    3. test_public_chat_unread_messages_counter_for_mention_relogin, id: 700718
    Device sessions

    4. test_public_chat_message_edit, id: 700734
    Device sessions

    5. test_public_chat_link_send_open, id: 700736
    Device sessions

    6. test_public_chat_emoji_send_copy_paste_reply, id: 700719
    Device sessions

    7. test_public_chat_message_send_check_timestamps_while_on_different_tab, id: 5313
    Device sessions

    8. test_public_chat_delete_chat_long_press, id: 5319
    Device sessions

    9. test_public_chat_message_delete, id: 700735
    Device sessions

    10. test_public_chat_mark_all_messages_as_read, id: 6270
    Device sessions

    Class TestWalletManagementDeviceMerged:

    1. test_wallet_manage_assets, id: 700758
    Device sessions

    2. test_wallet_fetching_balance_after_offline_insufficient_funds_errors, id: 700766
    Device sessions

    3. test_wallet_add_account_seed_phrase_validation, id: 700762
    Device sessions

    4. test_wallet_tx_history_copy_tx_hash_on_cellular, id: 700756
    Device sessions

    5. test_wallet_add_hide_unhide_account_private_key, id: 700761
    Device sessions

    6. test_wallet_add_delete_watch_only_account, id: 700760
    Device sessions

    7. test_wallet_add_account_generate_new, id: 700759
    Device sessions

    Class TestContactBlockMigrateKeycardMultipleSharedDevices:

    1. test_cellular_settings_on_off_public_chat_fetching_history, id: 702188
    Device sessions

    2. test_restore_account_migrate_multiaccount_to_keycard_db_saved, id: 702177
    Device sessions

    3. test_contact_add_remove_mention_default_username_nickname_public_chat, id: 702175
    Device sessions

    4. test_contact_block_unblock_public_chat_offline, id: 702176
    Device sessions

    Class TestKeycardTxOneDeviceMerged:

    1. test_keycard_relogin_after_restore, id: 700768
    Device sessions

    2. test_keycard_send_tx_sign_message_request_stt_testdapp, id: 700769
    Device sessions

    3. test_keycard_create_account_unlock_same_seed, id: 5689
    Device sessions

    4. test_keycard_wallet_recover_pairing_check_balance_after_offline_tx_history, id: 700770
    Device sessions

    Class TestEnsStickersMultipleDevicesMerged:

    1. test_sticker_1_1_public_chat_mainnet, id: 702157
    Device sessions

    2. test_ens_mention_nickname_1_1_chat, id: 702155
    Device sessions

    3. test_ens_mention_push_highlighted_public_chat, id: 702156
    Device sessions

    4. test_ens_purchased_in_profile, id: 702152
    Device sessions

    5. test_start_new_chat_public_key_validation, id: 702158
    Device sessions

    Class TestSendTxDeviceMerged:

    1. test_send_tx_sign_message_2tx_in_batch_tx_filters_request_stt_testdapp, id: 5342
    Device sessions

    2. test_send_tx_custom_token_18_decimals_invalid_password, id: 700765
    Device sessions

    3. test_send_tx_set_recipient_options, id: 700757
    Device sessions

    Class TestGroupChatMultipleDeviceMerged:

    1. test_group_chat_highligted, id: 5756
    Device sessions

    2. test_group_chat_join_send_text_messages_push, id: 700731
    Device sessions

    3. test_group_chat_push_system_messages_when_invited, id: 3994
    Device sessions

    4. test_group_chat_add_new_member_activity_centre, id: 700732
    Device sessions

    5. test_group_chat_offline_pn, id: 3998
    Device sessions

    6. test_group_chat_leave_relogin, id: 3997
    Device sessions

    @rasom rasom force-pushed the fix/#13894-update-activity-indicator-on-removing-contact-request branch 2 times, most recently from 5e504ea to 50198b1 Compare September 1, 2022 16:15
    @pavloburykh pavloburykh self-assigned this Sep 5, 2022
    @pavloburykh
    Copy link
    Contributor

    @rasom hi! Could you please rebase this branch to latest develop? Thanx!

    @rasom rasom force-pushed the fix/#13894-update-activity-indicator-on-removing-contact-request branch from 50198b1 to 148b94c Compare September 5, 2022 08:35
    @pavloburykh
    Copy link
    Contributor

    @rasom thanx for the fix. Please, take a look at another case below, we might want to handle it by this PR. Let me know if you want me to log a separate issue for that.

    ISSUE 1 Unread indicator remains on activity centre if message was removed by sender

    If sending and then removing the very first message to a user without opening activity center by the receiver, the activity center unread indicator remains despite that there are no unread messages. It also remains after re-login.

    Preconditions: User A and User B are not contacts and do not have any active 1-1 chats yet
    Steps:

    1. Send message by User A to User B
    2. User A deletes the sent message
    3. Pay attention if User B has unread indicator on activity center
    4. Open activity center by User B

    Actual result: unread indicator remains for User B although activity center is empty. Another issue is that in such case another messages sent by User A will not trigger unread indicator in activity center for User B.

    unread_indicator_ac.mp4

    Expected result: no unread indicator

    @pavloburykh
    Copy link
    Contributor

    logged a separate issue for above case #13933

    @churik churik mentioned this pull request Sep 5, 2022
    50 tasks
    @status-im-auto
    Copy link
    Member

    100% of end-end tests have passed

    Total executed tests: 18
    Failed tests: 0
    Passed tests: 18
    

    Passed tests (18)

    Click to expand

    Class TestSendTxDeviceMerged:

    1. test_send_tx_token_8_decimals, id: 700764
    Device sessions

    2. test_send_tx_eth_check_logcat, id: 700763
    Device sessions

    Class TestPairingSyncMultipleDevicesMerged:

    1. test_pairing_sync_contacts_add_remove_set_nickname_ens, id: 702197
    Device sessions

    2. test_pairing_sync_clear_history, id: 702394
    Device sessions

    3. test_pairing_sync_initial_bookmarks, id: 702393
    Device sessions

    4. test_pairing_sync_initial_profile_picture, id: 702392
    Device sessions

    5. test_pairing_sync_contacts_block_unblock, id: 702196
    Device sessions

    6. test_pairing_sync_initial_contacts_blocked_users, id: 702194
    Device sessions

    7. test_pairing_sync_initial_public_chats, id: 702195
    Device sessions

    8. test_pairing_sync_public_chat_add_remove, id: 702199
    Device sessions

    9. test_pairing_sync_1_1_chat_message, id: 702198
    Device sessions

    Class TestContactBlockMigrateKeycardMultipleSharedDevices:

    1. test_keycard_command_send_tx_eth_1_1_chat, id: 702186
    Device sessions

    Class TestOnboardingOneDeviceMerged:

    1. test_onboarding_backup_seed_phrase_restore_same_login_logcat, id: 700745
    Device sessions

    Class TestEnsStickersMultipleDevicesMerged:

    1. test_ens_command_send_tx_eth_1_1_chat, id: 702153
    Device sessions

    Class TestKeycardTxOneDeviceMerged:

    1. test_keycard_send_tx_eth, id: 700767
    Device sessions

    Class TestCommandsMultipleDevicesMerged:

    1. test_1_1_chat_command_send_tx_eth_outgoing_tx_push, id: 6253
    Device sessions

    2. test_1_1_chat_command_decline_eth_push_changing_state, id: 6265
    Device sessions

    3. test_1_1_chat_command_request_and_send_tx_stt_in_1_1_chat_offline, id: 6263
    Device sessions

    @churik churik added this to the Release 1.20 milestone Sep 6, 2022
    @rasom rasom force-pushed the fix/#13894-update-activity-indicator-on-removing-contact-request branch from 148b94c to 0dcd572 Compare September 6, 2022 13:15
    @rasom rasom force-pushed the fix/#13894-update-activity-indicator-on-removing-contact-request branch from 0dcd572 to b9015c5 Compare September 6, 2022 14:46
    @rasom rasom merged commit b9015c5 into develop Sep 6, 2022
    @rasom rasom deleted the fix/#13894-update-activity-indicator-on-removing-contact-request branch September 6, 2022 14:56
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    No open projects
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    Unread indicator remains on activity centre if contact request was removed by sender
    5 participants