Total executed tests: 48
Failed tests: 23
Expected to fail tests: 1
Passed tests: 24
IDs of failed tests: 702809,702782,703194,702859,702732,702840,703495,703086,702948,702894,702783,703297,704615,703496,703202,702786,702844,702843,702807,702731,702808,703629,702841
Device 1: Long press on `BaseElement` until expected element is shown
Device 1: Find `Button` by `xpath`: `//*[@text="Reply"]`
critical/chats/test_1_1_public_chats.py:117: in test_1_1_chat_emoji_send_reply_and_open_link
self.chat_1.quote_message(emoji_unicode)
../views/chat_view.py:1073: in quote_message
self.reply_message_button.click()
../views/base_element.py:90: in click
self.find_element().click()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@text="Reply"]` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Device 1: Waiting for message to be sent for 30 sec
Device 1: Find Text by xpath: //*[starts-with(@text,'Message 1')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']
critical/chats/test_1_1_public_chats.py:186: in test_1_1_chat_pin_messages
self.chat_1.chat_element_by_text(self.message_1).wait_for_status_to_be("Delivered")
../views/chat_view.py:239: in wait_for_status_to_be
current_status = self.status
../views/chat_view.py:211: in status
Text(self.driver, xpath=self.locator).click()
../views/base_element.py:90: in click
self.find_element().click()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Text by xpath: `//*[starts-with(@text,'Message 1')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Device 2: Find Text by xpath: //*[starts-with(@text,'test message')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']
Device 2: Tap on found: Text
critical/chats/test_1_1_public_chats.py:612: in test_1_1_chat_is_shown_message_sent_delivered_from_offline
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Message was not delivered after resending from offline
E Message status was not changed to Delivered, it's Sending after back up online!
Device 1: Click until ChatMessageInput by accessibility id: chat-message-input will be presented
Device 1: Looking for a message by text: after unmute
critical/chats/test_1_1_public_chats.py:653: in test_1_1_chat_mute_chat
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
New messages counter is not shown after unmute
E Message text 'after unmute' is not shown in chat preview after unmute
E Message 'after unmute' is not shown in chat for receiver after unmute
Device 2: Trying to access images (image container) inside message with text 'gallery'
Device 2: Find ImageContainer by xpath: //*[starts-with(@text,'gallery')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc="image-container"]
critical/chats/test_public_chat_browsing.py:399: in test_community_several_images_send_reply
if chat_element.image_container_in_message.is_element_differs_from_template(file_name, 5):
../views/base_element.py:271: in is_element_differs_from_template
difference = ImageChops.difference(self.image, self.template)
../views/base_element.py:244: in image
return Image.open(BytesIO(base64.b64decode(self.find_element().screenshot_as_base64)))
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 2: ImageContainer by xpath: `//*[starts-with(@text,'gallery')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc="image-container"]` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Device 2: Long press on ChatElementByText until expected element is shown
Device 2: Find Button by accessibility id: reaction-thumbs-up
critical/chats/test_public_chat_browsing.py:488: in test_community_one_image_send_reply
self.channel_2.set_reaction(message=image_description)
../views/chat_view.py:1089: in set_reaction
element.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: `reaction-thumbs-up` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Device 1: Looking for a message by text: test message
critical/chats/test_public_chat_browsing.py:525: in test_community_emoji_send_copy_paste_reply
chat_element_1.wait_for_element(60)
../views/base_element.py:121: in wait_for_element
raise TimeoutException(
Device `1`: `ChatElementByText` by` xpath`: `//*[starts-with(@text,'test message')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_element
Device 1: Click until Text by accessibility id: community-description-text will be presented
critical/chats/test_public_chat_browsing.py:766: in test_community_mark_all_messages_as_read
self.errors.verify_no_errors()
base_test_case.py:191: 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 > Community element
E New messages counter is not shown in community channel element
Device 1: Click until ChatMessageInput by accessibility id: chat-message-input will be presented
Device 1: Looking for a message by text: Hurray! unblocked
critical/chats/test_public_chat_browsing.py:705: in test_community_contact_block_unblock_offline
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Hurray! unblocked was not received in public chat after user unblock!
# STEP: Receiver is checking if initial messages were delivered
Device 1: Looking for a message by text: message to edit
critical/chats/test_public_chat_browsing.py:781: in test_community_edit_delete_message_when_offline
self.channel_1.driver.fail("Message '%s' was not received")
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
Device 1: Message '%s' was not received
Device 2: Wait for text element EmojisNumber to be equal to 1
Device 2: Find EmojisNumber by xpath: //*[starts-with(@text,'https://m.youtube.com/watch?v=Je7yErjEVt4')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']/../..//*[@content-desc='emoji-reaction-4']/android.widget.TextView[2]
critical/chats/test_public_chat_browsing.py:610: in test_community_links_with_previews_github_youtube_twitter_gif_send_enable
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Link message reaction is not shown for the sender
Device 1: Wait for text element EmojisNumber to be equal to 1
Device 1: Find EmojisNumber by xpath: //*[starts-with(@text,'Message AFTER edit 2 (Edited)')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']/../..//*[@content-desc='emoji-reaction-2']/android.widget.TextView[2]
critical/chats/test_public_chat_browsing.py:358: in test_community_message_edit
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Message reaction is not shown for the sender
# STEP: Check new messages badge is shown for community
Device 1: Click until ChatMessageInput by accessibility id: chat-message-input will be presented
critical/chats/test_public_chat_browsing.py:634: in test_community_unread_messages_badge
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
New message community badge is not shown
E New messages channel badge is not shown on channel
Device 1: Looking for a message by text: quote reply (one row)
Device 2: Looking for a message by text: quote reply (one row)
critical/chats/test_public_chat_browsing.py:979: in test_community_markdown_support
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
bold text in asterics is not displayed with markdown in community channel for the recipient (device 1)
E
E italic text in asteric is not displayed with markdown in community channel for the recipient (device 1)
E
E inline code is not displayed with markdown in community channel for the recipient (device 1)
E
E code blocks is not displayed with markdown in community channel for the recipient (device 1)
Device 2: Find Text by xpath: //android.view.ViewGroup[@content-desc='chat-item']//android.widget.TextView[contains(@text,'#cats')]
Device 2: Looking for a message by text: it is just a message text
critical/chats/test_public_chat_browsing.py:1090: in test_community_hashtag_links_to_community_channels
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Not all channels are shown in community before joining: ['dogs', 'cats']
E Receiver was not navigated to the cats channel
critical/chats/test_public_chat_browsing.py:927: in test_community_mentions_push_notification
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Message reaction is not shown for the sender
Device 2: Find Text by xpath: //android.view.ViewGroup[@content-desc='chat-item']//android.widget.TextView[contains(@text,'https://status.app/c/')]
Device 2: Wait for element Button for max 120s and click when it is available
critical/chats/test_public_chat_browsing.py:1123: in test_community_join_when_node_owner_offline
self.community_2.join_community(open_community=False)
../views/chat_view.py:438: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:96: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:139: in wait_for_visibility_of_element
raise TimeoutException(
Device 2: Button by accessibility id:`show-request-to-join-screen-button` is not found on the screen after wait_for_visibility_of_element
Test setup failed: critical/chats/test_group_chat.py:55: in prepare_devices
self.loop.run_until_complete(
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:44: 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:382: in handle_contact_request
chat_element.accept_contact_request()
../views/home_view.py:150: in accept_contact_request
self.handle_cr("accept-contact-request")
../views/home_view.py:147: in handle_cr
).wait_for_rendering_ended_and_click()
../views/base_element.py:155: in wait_for_rendering_ended_and_click
self.wait_for_visibility_of_element(20)
../views/base_element.py:139: in wait_for_visibility_of_element
raise TimeoutException(
Device 3: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
Test setup failed: critical/chats/test_group_chat.py:55: in prepare_devices
self.loop.run_until_complete(
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:44: 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:382: in handle_contact_request
chat_element.accept_contact_request()
../views/home_view.py:150: in accept_contact_request
self.handle_cr("accept-contact-request")
../views/home_view.py:147: in handle_cr
).wait_for_rendering_ended_and_click()
../views/base_element.py:155: in wait_for_rendering_ended_and_click
self.wait_for_visibility_of_element(20)
../views/base_element.py:139: in wait_for_visibility_of_element
raise TimeoutException(
Device 3: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
Test setup failed: critical/chats/test_group_chat.py:55: in prepare_devices
self.loop.run_until_complete(
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:44: 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:382: in handle_contact_request
chat_element.accept_contact_request()
../views/home_view.py:150: in accept_contact_request
self.handle_cr("accept-contact-request")
../views/home_view.py:147: in handle_cr
).wait_for_rendering_ended_and_click()
../views/base_element.py:155: in wait_for_rendering_ended_and_click
self.wait_for_visibility_of_element(20)
../views/base_element.py:139: in wait_for_visibility_of_element
raise TimeoutException(
Device 3: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
Test setup failed: critical/chats/test_group_chat.py:55: in prepare_devices
self.loop.run_until_complete(
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:44: 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:382: in handle_contact_request
chat_element.accept_contact_request()
../views/home_view.py:150: in accept_contact_request
self.handle_cr("accept-contact-request")
../views/home_view.py:147: in handle_cr
).wait_for_rendering_ended_and_click()
../views/base_element.py:155: in wait_for_rendering_ended_and_click
self.wait_for_visibility_of_element(20)
../views/base_element.py:139: in wait_for_visibility_of_element
raise TimeoutException(
Device 3: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
Device 2: Attempt 0 is successful clicking close-activity-center
Test setup failed: critical/chats/test_group_chat.py:55: in prepare_devices
self.loop.run_until_complete(
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:44: 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:382: in handle_contact_request
chat_element.accept_contact_request()
../views/home_view.py:150: in accept_contact_request
self.handle_cr("accept-contact-request")
../views/home_view.py:147: in handle_cr
).wait_for_rendering_ended_and_click()
../views/base_element.py:155: in wait_for_rendering_ended_and_click
self.wait_for_visibility_of_element(20)
../views/base_element.py:139: in wait_for_visibility_of_element
raise TimeoutException(
Device 3: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
Test setup failed: critical/chats/test_group_chat.py:55: in prepare_devices
self.loop.run_until_complete(
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:44: 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:382: in handle_contact_request
chat_element.accept_contact_request()
../views/home_view.py:150: in accept_contact_request
self.handle_cr("accept-contact-request")
../views/home_view.py:147: in handle_cr
).wait_for_rendering_ended_and_click()
../views/base_element.py:155: in wait_for_rendering_ended_and_click
self.wait_for_visibility_of_element(20)
../views/base_element.py:139: in wait_for_visibility_of_element
raise TimeoutException(
Device 3: Button by xpath:`//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` is not found on the screen after wait_for_visibility_of_element
Total executed tests: 48
Failed tests: 47
Expected to fail tests: 1
Passed tests: 0
IDs of failed tests: 702809,702782,702733,702784,703194,702859,702777,702732,702813,703133,704613,702957,702851,702840,703495,703086,702948,702894,702745,702783,702850,702742,703297,704615,702869,703496,702936,702855,703202,703391,702786,702839,702947,702838,702844,702846,702843,702807,702731,702808,702730,702845,702775,702958,703629,703382,702841
Test setup failed: activity_center/test_activity_center.py:380: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: activity_center/test_activity_center.py:380: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:284: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:804: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:309: in create_shared_drivers
drivers = loop.run_until_complete(start_threads(test_suite_data.current_test.name,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:26: in start_threads
returns[k] = await returns[k]
/usr/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:257: in __init__
super().__init__(
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:206: in __init__
self.start_session(capabilities)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:346: in start_session
response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
self.error_handler.check_response(response)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:229: in check_response
raise exception_class(message, screen, stacktrace)
Unexpected server error.
Test setup failed: critical/chats/test_public_chat_browsing.py:804: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:309: in create_shared_drivers
drivers = loop.run_until_complete(start_threads(test_suite_data.current_test.name,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:26: in start_threads
returns[k] = await returns[k]
/usr/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:257: in __init__
super().__init__(
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:206: in __init__
self.start_session(capabilities)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:346: in start_session
response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
self.error_handler.check_response(response)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:229: in check_response
raise exception_class(message, screen, stacktrace)
Unexpected server error.
Test setup failed: critical/chats/test_public_chat_browsing.py:804: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:309: in create_shared_drivers
drivers = loop.run_until_complete(start_threads(test_suite_data.current_test.name,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:26: in start_threads
returns[k] = await returns[k]
/usr/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:257: in __init__
super().__init__(
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:206: in __init__
self.start_session(capabilities)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:346: in start_session
response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
self.error_handler.check_response(response)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:229: in check_response
raise exception_class(message, screen, stacktrace)
Unexpected server error.
Test setup failed: critical/chats/test_public_chat_browsing.py:804: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:309: in create_shared_drivers
drivers = loop.run_until_complete(start_threads(test_suite_data.current_test.name,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:26: in start_threads
returns[k] = await returns[k]
/usr/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:257: in __init__
super().__init__(
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:206: in __init__
self.start_session(capabilities)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:346: in start_session
response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
self.error_handler.check_response(response)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:229: in check_response
raise exception_class(message, screen, stacktrace)
Unexpected server error.
Test setup failed: critical/chats/test_public_chat_browsing.py:804: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:309: in create_shared_drivers
drivers = loop.run_until_complete(start_threads(test_suite_data.current_test.name,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:26: in start_threads
returns[k] = await returns[k]
/usr/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:257: in __init__
super().__init__(
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:206: in __init__
self.start_session(capabilities)
/home/jenkins/.local/lib/python3.10/site-packages/appium/webdriver/webdriver.py:346: in start_session
response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
self.error_handler.check_response(response)
/home/jenkins/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:229: in check_response
raise exception_class(message, screen, stacktrace)
Unexpected server error.
Class TestActivityCenterContactRequestMultipleDevicePR:
Test setup failed: activity_center/test_activity_center.py:18: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: activity_center/test_activity_center.py:18: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: activity_center/test_activity_center.py:18: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Test setup failed: critical/chats/test_1_1_public_chats.py:526: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:526: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:526: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/test_deep_and_universal_links.py:13: in prepare_devices
self.drivers, self.loop = create_shared_drivers(1)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/test_deep_and_universal_links.py:13: in prepare_devices
self.drivers, self.loop = create_shared_drivers(1)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_group_chat.py:19: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_group_chat.py:19: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_group_chat.py:19: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_group_chat.py:19: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_group_chat.py:19: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_group_chat.py:19: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:22: in prepare_devices
self.drivers, self.loop = create_shared_drivers(1)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:22: in prepare_devices
self.drivers, self.loop = create_shared_drivers(1)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:22: in prepare_devices
self.drivers, self.loop = create_shared_drivers(1)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:22: in prepare_devices
self.drivers, self.loop = create_shared_drivers(1)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_public_chat_browsing.py:22: in prepare_devices
self.drivers, self.loop = create_shared_drivers(1)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:20: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:20: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:20: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:20: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:20: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:20: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:20: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: critical/chats/test_1_1_public_chats.py:20: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: activity_center/test_activity_center.py:233: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'
Test setup failed: activity_center/test_activity_center.py:233: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:323: in create_shared_drivers
raise e
base_test_case.py:316: in create_shared_drivers
test_suite_data.current_test.testruns[-1].jobs[drivers[i].session_id] = i + 1
'_asyncio.Future' object has no attribute 'session_id'