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
critical/test_public_chat_browsing.py:764: in test_community_mentions_push_notification
self.errors.verify_no_errors()
base_test_case.py:184: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Channel did not open by clicking on a notification with the mention for admin
Device 1: Find RepliedMessageText by xpath: //*[starts-with(@text,'test message')]/preceding::android.widget.TextView[@content-desc='quoted-message']
Device 1: RepliedMessageText is 🧓🏽
critical/test_public_chat_browsing.py:526: in test_community_emoji_send_copy_paste_reply
self.errors.verify_no_errors()
base_test_case.py:184: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Emoji message was not copied
[[flaky test; sometimes can not be copied through appium]]
critical/test_public_chat_browsing.py:461: in test_community_message_send_check_timestamps_sender_username
channel.verify_message_is_under_today_text(message, self.errors)
../views/chat_view.py:927: in verify_message_is_under_today_text
message_element.wait_for_visibility_of_element()
../views/base_element.py:135: in wait_for_visibility_of_element
raise TimeoutException(
Device 2: ChatElementByText by xpath:`//*[starts-with(@text,'hello')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_visibility_of_element
Device 1: Find ChatMessageInput by accessibility id: chat-message-input
Device 1: Clear text in ChatMessageInput
critical/test_public_chat_browsing.py:353: in test_community_copy_and_paste_message_in_chat_input
self.errors.verify_no_errors()
base_test_case.py:184: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Message mmmeowesage_text text was not copied in community channel
E Message https://status.im text was not copied in community channel
[[flaky test; sometimes can not be copied through appium]]
# STEP: Send emoji message to Device 1 while it's on background
Device 2: Sending message 'emoji'
critical/chats/test_1_1_public_chats.py:1171: in test_1_1_chat_push_emoji
chat_2.send_message(emoji.emojize(emoji_message))
../views/chat_view.py:937: in send_message
self.chat_message_input.wait_for_element(wait_chat_input_sec)
../views/base_element.py:117: in wait_for_element
raise TimeoutException(
Device `2`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Device 1: Find Button by xpath: //*[@content-desc='pins-count']//android.widget.TextView
Device 1: Find Button by xpath: //*[@content-desc='pins-count']//android.widget.TextView
critical/chats/test_1_1_public_chats.py:1027: in test_1_1_chat_pin_messages
chat.pinned_messages_count.wait_for_element_text("2",
../views/base_element.py:156: in wait_for_element_text
self.driver.fail(message if message else "`%s` is not equal to expected `%s` in %s sec" % (
base_test_case.py:172: in fail
pytest.fail('Device %s: %s' % (self.number, text))
Device 1: Pinned messages count is not 2 as expected!
# STEP: Device1 goes back online and checks that 1-1 chat will be fetched
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
httplib_response = self._make_request(
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:449: in _make_request
six.raise_from(e, None)
<string>:3: in raise_from
???
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:444: in _make_request
httplib_response = conn.getresponse()
/usr/lib/python3.10/http/client.py:1374: in getresponse
response.begin()
/usr/lib/python3.10/http/client.py:318: in begin
version, status, reason = self._read_status()
/usr/lib/python3.10/http/client.py:287: in _read_status
raise RemoteDisconnected("Remote end closed connection without"
E http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:1302: in test_1_1_chat_is_shown_message_sent_delivered_from_offline
self.home_1.just_fyi('Device1 goes back online and checks that 1-1 chat will be fetched')
../views/base_view.py:368: in just_fyi
self.driver.execute_script("sauce:context=STEP: %s" % some_str)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:634: in execute_script
return self.execute(command, {
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:319: in execute
response = self.command_executor.execute(driver_command, params)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py:376: in execute
return self._request(command_info[0], url, body=data)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py:399: in _request
resp = self._conn.request(method, url, body=body, headers=headers)
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/request.py:78: in request
return self.request_encode_body(
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/request.py:170: in request_encode_body
return self.urlopen(method, url, **extra_kw)
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/poolmanager.py:376: in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:787: in urlopen
retries = retries.increment(
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/util/retry.py:550: in increment
raise six.reraise(type(error), error, _stacktrace)
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/packages/six.py:769: in reraise
raise value.with_traceback(tb)
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen
httplib_response = self._make_request(
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:449: in _make_request
six.raise_from(e, None)
<string>:3: in raise_from
???
/home/jenkins/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:444: in _make_request
httplib_response = conn.getresponse()
/usr/lib/python3.10/http/client.py:1374: in getresponse
response.begin()
/usr/lib/python3.10/http/client.py:318: in begin
version, status, reason = self._read_status()
/usr/lib/python3.10/http/client.py:287: in _read_status
raise RemoteDisconnected("Remote end closed connection without"
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
Device 2: Find TimeStampText by xpath: //*[starts-with(@text,'hello')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc='message-timestamp']
critical/chats/test_1_1_public_chats.py:1120: in test_1_1_chat_non_latin_messages_stack_update_profile_photo
timestamp = self.chat_2.chat_element_by_text(messages[0]).timestamp
../views/chat_view.py:161: in timestamp
return TimeStampText(self.driver, self.locator).text
../views/base_element.py:209: in text
return self.find_element().text
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 2: TimeStampText by xpath: `//*[starts-with(@text,'hello')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc='message-timestamp']` is not found on the screen
Device 1: Looking for a message by text: Hey, admin!
critical/chats/test_group_chat.py:227: in test_group_chat_join_send_text_messages_push
self.errors.verify_no_errors()
base_test_case.py:184: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Message Hey, admin! was not received by admin
Device 2: Find Button by accessibility id: close-activity-center
Device 2: Tap on found: Button
medium/test_activity_center.py:73: in test_activity_center_contact_request_decline
self.errors.verify_no_errors()
base_test_case.py:184: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Username is not shown on 'Add contact' page after entering valid public key
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.
address the task - Experienced in Web3?" missing label
in #15780