You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Device 2: Find `Button` by `xpath`: `//*[contains(@text, 'user1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]`
Device 2: Find `Button` by `accessibility id`: `close-activity-center`
Test setup failed: medium/test_activity_center.py:136: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:327: in handle_contact_request
self.close_activity_centre.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 2: Button by accessibility id: `close-activity-center` is not found on the screen
Test setup failed: medium/test_activity_center.py:136: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:327: in handle_contact_request
self.close_activity_centre.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 2: Button by accessibility id: `close-activity-center` is not found on the screen
Test setup failed: medium/test_activity_center.py:136: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:327: in handle_contact_request
self.close_activity_centre.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 2: Button by accessibility id: `close-activity-center` is not found on the screen
Test setup failed: medium/test_activity_center.py:136: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:327: in handle_contact_request
self.close_activity_centre.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 2: Button by accessibility id: `close-activity-center` is not found on the screen
# STEP: Device1 goes back online and checks that 1-1 chat will be fetched
Device 1: Looking for a message by text: test message
critical/chats/test_1_1_public_chats.py:1253: in test_1_1_chat_is_shown_message_sent_delivered_from_offline
self.errors.verify_no_errors()
base_test_case.py:182: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Message status was not delivered after back up online, it is "Sending"!
[[Issue with messages not being sent for a long time]]
critical/chats/test_1_1_public_chats.py:1210: in test_1_1_chat_text_message_delete_push_disappear
self.errors.verify_no_errors()
base_test_case.py:182: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Message status was not changed to 'Delivered' after 60 s
[[Message is being in status 'Sending' for a long time: https://github.com//issues/15385]]
Device 1: Find Button by accessibility id: show-profiles
Device 1: Tap on found: Button
critical/test_public_chat_browsing.py:399: in test_restore_multiaccount_with_waku_backup_remove_switch
self.errors.verify_no_errors()
base_test_case.py:182: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
admin_open was not restored from waku-backup!!
E member_open was not restored from waku-backup!!
E admin_closed was not restored from waku-backup!!
E member_closed was not restored from waku-backup!!
E Contact Chu_QA was not restored from backup!
E Contact my-custom-nickname was not restored from backup!
Device 1: Find Button by accessibility id: mark-as-read
Device 1: Tap on found: Button
critical/test_public_chat_browsing.py:799: in test_community_mark_all_messages_as_read
self.errors.verify_no_errors()
base_test_case.py:182: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
New messages counter is not shown in home > Commmunity element
Device 1: Find ChatsTab by accessibility id: chats-stack-tab
Device 1: Tap on found: ChatsTab
medium/test_activity_center.py:90: in test_activity_center_contact_request_accept_swipe_mark_all_as_read
self.home_1.notifications_unread_badge.wait_for_visibility_of_element(30)
../views/base_element.py:135: 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
Device 3: Looking for a message by text: message from old member
Device 3: Looking for a message by text: message from new member
critical/chats/test_group_chat.py:260: in test_group_chat_offline_pn
self.errors.verify_no_errors()
base_test_case.py:182: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
message from new member if not shown for device 1
Device 1: Find `Button` by `accessibility id`: `show-profiles`
Device 1: Tap on found: Button
critical/test_public_chat_browsing.py:399: in test_restore_multiaccount_with_waku_backup_remove_switch
self.errors.verify_no_errors()
base_test_case.py:182: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
admin_open was not restored from waku-backup!!
E member_open was not restored from waku-backup!!
E admin_closed was not restored from waku-backup!!
E member_closed was not restored from waku-backup!!
E Contact Chu_QA was not restored from backup!
E Contact my-custom-nickname was not restored from backup!
# STEP: Device1 goes back online and checks that 1-1 chat will be fetched
Device 1: Looking for a message by text: test message
critical/chats/test_1_1_public_chats.py:1253: in test_1_1_chat_is_shown_message_sent_delivered_from_offline
self.errors.verify_no_errors()
base_test_case.py:182: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Message status was not delivered after back up online, it is "Sending"!
[[Issue with messages not being sent for a long time]]
Device 2: Find Button by accessibility id: close-activity-center
Device 2: Tap on found: Button
Test setup failed: critical/chats/test_group_chat.py:184: in prepare_devices
self.loop.run_until_complete(
/usr/lib/python3.10/asyncio/base_events.py:646: in run_until_complete
return future.result()
__init__.py:36: in run_in_parallel
returns.append(await k)
/usr/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
../views/home_view.py:327: in handle_contact_request
self.close_activity_centre.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 3: Button by accessibility id: `close-activity-center` is not found on the screen
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #16247
Summary
Makes the reactions row that shows under messages horizontally scrollable to fix #16247
status: ready