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
@richard-ramos
hello!
If the point of this PR is to check this particular issue and merge the fix on status-go side - I confirm that this issue is fixed.
Can login/logout on both platforms with/without biometric authentication.
Full regression here is impossible due to other issues mentioned here #17922
Total executed tests: 45
Failed tests: 39
Expected to fail tests: 2
Passed tests: 4
IDs of failed tests: 702809,702782,702733,702784,703194,702859,702777,702813,703133,702957,702851,702840,703495,703086,702948,702894,702745,702783,702850,703297,703503,703496,702936,702855,703202,703391,702786,702839,702947,702838,702844,702843,702807,702808,702730,702845,702958,703629,702841
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:546: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Device 2: Attempt 0 is successful clicking close-activity-center
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:546: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:546: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Device 2: Attempt 0 is successful clicking close-activity-center
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
activity_center/test_activity_center.py:224: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
activity_center/test_activity_center.py:224: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
[[Message can be missed after unblock: https://github.com//issues/16873]]
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Device 2: Attempt 0 is successful clicking close-activity-center
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:294: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_group_chat.py:54: 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: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:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user admin
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_group_chat.py:54: 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: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:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user admin
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_group_chat.py:54: 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: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:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user admin
Device 2: Attempt 0 is successful clicking close-activity-center
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_group_chat.py:54: 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: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:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user admin
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user admin')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_group_chat.py:54: 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: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:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user admin
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:38: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:38: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:38: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:38: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:38: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:38: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Device 2: Attempt 0 is successful clicking close-activity-center
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'sender')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_1_1_public_chats.py:38: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from sender
Device 2: Attempt 0 is successful clicking close-activity-center
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
activity_center/test_activity_center.py:380: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
activity_center/test_activity_center.py:380: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user1
Device 1: Find Button by accessibility id: show-profiles
Device 1: Tap on found: Button
critical/chats/test_public_chat_browsing.py:274: in test_restore_multiaccount_with_waku_backup_remove_switch
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))]))
Incorrect contacts number restored: 0 instead of 2
E 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!!
Device 1: Find Button by accessibility id: communities-home-discover-card
Device 1: Tap on found: Button
critical/chats/test_public_chat_browsing.py:40: in test_community_discovery
self.home.community_card_item.wait_for_visibility_of_element(30)
../views/base_element.py:139: in wait_for_visibility_of_element
raise TimeoutException(
Device 1: BaseElement by accessibility id:`community-card-item` is not found on the screen after wait_for_visibility_of_element
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:791: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:791: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Device 2: Attempt 0 is successful clicking close-activity-center
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:791: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:791: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Test setup failed: ../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.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 xpath: `//*[contains(@text, 'user_1')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
critical/chats/test_public_chat_browsing.py:791: in prepare_devices
self.home_2.handle_contact_request(self.username_1)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 2: No contact request received from user_1
Class TestActivityCenterContactRequestMultipleDevicePR:
Device 1: Attempt 0 is successful clicking close-activity-center
../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.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: `//*[contains(@text, 'test user 123')]/ancestor::*[@content-desc='activity']/*[@content-desc="accept-contact-request"]` 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
During handling of the above exception, another exception occurred:
activity_center/test_activity_center.py:167: in test_add_contact_field_validation
self.home_1.handle_contact_request(new_username_2)
../views/home_view.py:392: in handle_contact_request
self.driver.fail("No contact request received from %s" % username)
base_test_case.py:179: in fail
pytest.fail('Device %s: %s' % (self.number, text))
E Failed: Device 1: No contact request received from test user 123
Device 1: Find ChatsTab by accessibility id: chats-stack-tab
Device 1: Tap on found: ChatsTab
activity_center/test_activity_center.py:108: 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:139: 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 1: Find Text by xpath: //*[@content-desc="pending-contact-requests-count"]/android.widget.TextView
activity_center/test_activity_center.py:63: in test_activity_center_contact_request_decline
if self.home_1.pending_contact_request_text.text != '1':
../views/base_element.py:406: in text
text = self.find_element().text
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Text by xpath: `//*[@content-desc="pending-contact-requests-count"]/android.widget.TextView` 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
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.
Summary
fixes #17899
status: ready