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
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Test setup failed: critical/test_public_chat_browsing.py:533: in prepare_devices
self.chat_1.send_message('hey')
../views/chat_view.py:968: 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 `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Device 2: Find EditBox by accessibility id: profile-title-input
medium/test_activity_center.py:87: in test_activity_center_contact_request_accept_swipe_mark_all_as_read
self.device_2.create_user(second_user=True, username=new_username)
../views/sign_in_view.py:234: in create_user
self.set_profile(username)
../views/sign_in_view.py:218: in set_profile
self.profile_your_name_edit_box.set_value(username)
../views/base_element.py:352: in set_value
self.find_element().set_value(value)
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 2: EditBox by accessibility id: `profile-title-input` 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.
close #16362
Platforms
status: ready