Closed churik closed 3 weeks ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_check_mark: | 95c9ef91 | #4 | 2024-11-04 13:10:19 | ~4 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 95c9ef91 | #4 | 2024-11-04 13:13:31 | ~7 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | 95c9ef91 | #4 | 2024-11-04 13:14:24 | ~8 min | android |
:robot:apk :calling: |
:heavy_check_mark: | 95c9ef91 | #4 | 2024-11-04 13:14:42 | ~8 min | ios |
:iphone:ipa :calling: |
:heavy_check_mark: | 6526285b | #5 | 2024-11-04 14:59:41 | ~5 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 6526285b | #5 | 2024-11-04 15:02:39 | ~8 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | 6526285b | #5 | 2024-11-04 15:03:09 | ~8 min | android |
:robot:apk :calling: |
:heavy_check_mark: | 6526285b | #5 | 2024-11-04 15:05:07 | ~10 min | ios |
:iphone:ipa :calling: |
Total executed tests: 55
Failed tests: 21
Expected to fail tests: 0
Passed tests: 34
IDs of failed tests: 702845,702840,702894,703086,702947,702958,702786,702844,702841,702839,702809,702838,704615,702948,702859,703629,702957,702843,740221,739307,703194
1. test_deep_links_communities, id: 739307 |
``` critical/test_deep_and_universal_links.py:105: in test_deep_links_communities if self.community_view.community_title.text != text: ../views/base_element.py:432: in text text = self.find_element().text ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Text by accessibility id: `community-title` 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 sessions Device 1: |
1. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_contact_block_unblock_offline, id: 702894 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
3. test_community_mark_all_messages_as_read, id: 703086 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_unread_messages_badge, id: 702841 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
6. test_community_message_delete, id: 702839 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
7. test_community_message_send_check_timestamps_sender_username, id: 702838 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
8. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
9. test_community_one_image_send_reply, id: 702859 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
10. test_community_message_edit, id: 702843 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
11. test_community_several_images_send_reply, id: 703194 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_activity_center_admin_notification_accept_swipe, id: 702958 |
```
Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_activity_center_mentions, id: 702957 |
``` Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947 |
``` Test setup failed: activity_center/test_activity_center.py:274: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_community_leave, id: 702845 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_mentions_push_notification, id: 702786 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
3. test_community_markdown_support, id: 702809 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_hashtag_links_to_community_channels, id: 702948 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_join_when_node_owner_offline, id: 703629 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_fallback_with_correct_seed_phrase, id: 740221 |
``` critical/test_fallback.py:55: in test_fallback_with_correct_seed_phrase self.sign_in_2.recover_access(passphrase=self.recovery_phrase, after_sync_code=True) ../views/sign_in_view.py:326: in recover_access self.chats_tab.wait_for_visibility_of_element(30) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 2: ChatsTab by accessibility id:`chats-stack-tab` is not found on the screen after wait_for_visibility_of_element; also Unexpected Alert is shown: 'Please shake the phone to report this error and restart the app. multiaccount is currently empty, which means something went wrong when trying to update it with' ``` Device sessions Device 1: Device 2: Device 3: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
1. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
1. test_1_1_chat_edit_message, id: 702855 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_message_reaction, id: 702730 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
4. test_1_1_chat_pin_messages, id: 702731 |
Device sessions Device 1: Device 2: |
5. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
Device sessions Device 1: Device 2: |
6. test_1_1_chat_push_emoji, id: 702813 |
Device sessions Device 1: Device 2: |
7. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
Device sessions Device 1: Device 2: |
8. test_1_1_chat_send_image_save_and_share, id: 703391 |
Device sessions Device 1: Device 2: |
1. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
2. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
2. test_community_navigate_to_channel_when_relaunch, id: 702846 |
Device sessions Device 1: |
3. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133 |
Device sessions Device 1: |
4. test_community_undo_delete_message, id: 702869 |
Device sessions Device 1: |
5. test_community_mute_community_and_channel, id: 703382 |
Device sessions Device 1: |
6. test_community_discovery, id: 703503 |
Device sessions Device 1: |
1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
Device sessions Device 1: Device 2: |
2. test_activity_center_contact_request_decline, id: 702850 |
Device sessions Device 1: Device 2: |
3. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
1. test_1_1_chat_mute_chat, id: 703496 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
Device sessions Device 1: Device 2: |
1. test_fallback_sync_with_error, id: 740220 |
Device sessions Device 1: Device 2: Device 3: |
2. test_fallback_validate_seed_phrase, id: 740222 |
Device sessions Device 1: Device 2: Device 3: |
Below are tests for attempt to catch https://github.com/status-im/status-mobile/pull/21496
Total executed tests: 55
Failed tests: 22
Expected to fail tests: 0
Passed tests: 33
IDs of failed tests: 702948,702859,739307,703194,702809,703086,702947,704615,702843,703503,702838,702840,702786,702841,702844,703133,702958,702845,702894,702839,702957,703629
1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947 |
``` Test setup failed: activity_center/test_activity_center.py:274: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_activity_center_admin_notification_accept_swipe, id: 702958 |
```
Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_activity_center_mentions, id: 702957 |
``` Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_community_one_image_send_reply, id: 702859 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_several_images_send_reply, id: 703194 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
3. test_community_mark_all_messages_as_read, id: 703086 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_message_edit, id: 702843 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
6. test_community_message_send_check_timestamps_sender_username, id: 702838 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
7. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
8. test_community_unread_messages_badge, id: 702841 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
9. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
10. test_community_contact_block_unblock_offline, id: 702894 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
11. test_community_message_delete, id: 702839 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_community_hashtag_links_to_community_channels, id: 702948 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_markdown_support, id: 702809 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
3. test_community_mentions_push_notification, id: 702786 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
4. test_community_leave, id: 702845 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_join_when_node_owner_offline, id: 703629 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_deep_links_communities, id: 739307 |
``` critical/test_deep_and_universal_links.py:105: in test_deep_links_communities if self.community_view.community_title.text != text: ../views/base_element.py:432: in text text = self.find_element().text ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Text by accessibility id: `community-title` 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 sessions Device 1: |
1. test_community_discovery, id: 703503 |
``` critical/chats/test_public_chat_browsing.py:256: in test_community_discovery profile = self.home.profile_button.click() ../views/base_view.py:154: in click ChatsTab(self.driver).click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: ChatsTab by accessibility id: `chats-stack-tab` 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 sessions Device 1: |
2. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133 |
``` critical/chats/test_public_chat_browsing.py:240: in test_restore_multiaccount_with_waku_backup_remove_switch self.sign_in.show_profiles_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`show-profiles` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
1. test_activity_center_contact_request_decline, id: 702850 |
Device sessions Device 1: Device 2: |
2. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
3. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
Device sessions Device 1: Device 2: |
1. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
1. test_fallback_sync_with_error, id: 740220 |
Device sessions Device 1: Device 2: Device 3: |
2. test_fallback_with_correct_seed_phrase, id: 740221 |
Device sessions Device 1: Device 2: Device 3: |
3. test_fallback_validate_seed_phrase, id: 740222 |
Device sessions Device 1: Device 2: Device 3: |
1. test_1_1_chat_push_emoji, id: 702813 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
Device sessions Device 1: Device 2: |
4. test_1_1_chat_message_reaction, id: 702730 |
Device sessions Device 1: Device 2: |
5. test_1_1_chat_pin_messages, id: 702731 |
Device sessions Device 1: Device 2: |
6. test_1_1_chat_edit_message, id: 702855 |
Device sessions Device 1: Device 2: |
7. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
8. test_1_1_chat_send_image_save_and_share, id: 703391 |
Device sessions Device 1: Device 2: |
1. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_mute_chat, id: 703496 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
Device sessions Device 1: Device 2: |
1. test_wallet_balance_mainnet, id: 740490 |
2. test_wallet_add_remove_regular_account, id: 727231 |
1. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
2. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
1. test_community_mute_community_and_channel, id: 703382 |
Device sessions Device 1: |
2. test_community_navigate_to_channel_when_relaunch, id: 702846 |
Device sessions Device 1: |
3. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
4. test_community_undo_delete_message, id: 702869 |
Device sessions Device 1: |
Total executed tests: 55
Failed tests: 23
Expected to fail tests: 0
Passed tests: 32
IDs of failed tests: 702845,702840,702894,703086,702947,702958,702786,702844,702841,702839,702809,702838,704615,702948,702859,703629,703133,702957,702843,740221,739307,703503,703194
1. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133 |
``` critical/chats/test_public_chat_browsing.py:240: in test_restore_multiaccount_with_waku_backup_remove_switch self.sign_in.show_profiles_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`show-profiles` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: |
2. test_community_discovery, id: 703503 |
``` critical/chats/test_public_chat_browsing.py:256: in test_community_discovery profile = self.home.profile_button.click() ../views/base_view.py:154: in click ChatsTab(self.driver).click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: ChatsTab by accessibility id: `chats-stack-tab` 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 sessions Device 1: |
1. test_activity_center_admin_notification_accept_swipe, id: 702958 |
```
Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_activity_center_mentions, id: 702957 |
``` Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_contact_block_unblock_offline, id: 702894 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
3. test_community_mark_all_messages_as_read, id: 703086 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_unread_messages_badge, id: 702841 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
6. test_community_message_delete, id: 702839 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
7. test_community_message_send_check_timestamps_sender_username, id: 702838 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
8. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
9. test_community_one_image_send_reply, id: 702859 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
10. test_community_message_edit, id: 702843 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
11. test_community_several_images_send_reply, id: 703194 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947 |
``` Test setup failed: activity_center/test_activity_center.py:274: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_deep_links_communities, id: 739307 |
``` critical/test_deep_and_universal_links.py:105: in test_deep_links_communities if self.community_view.community_title.text != text: ../views/base_element.py:432: in text text = self.find_element().text ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Text by accessibility id: `community-title` 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 sessions Device 1: |
1. test_fallback_with_correct_seed_phrase, id: 740221 |
``` critical/test_fallback.py:116: in test_fallback_with_correct_seed_phrase self.profile_1.syncing_button.scroll_and_click() ../views/base_element.py:210: in scroll_and_click self.scroll_to_element(direction=direction) ../views/base_element.py:205: in scroll_to_element raise NoSuchElementException( Device 1: Button by accessibility id: `icon, Syncing, label-component, icon` 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 sessions Device 1: Device 2: Device 3: |
1. test_community_leave, id: 702845 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_mentions_push_notification, id: 702786 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
3. test_community_markdown_support, id: 702809 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_hashtag_links_to_community_channels, id: 702948 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_join_when_node_owner_offline, id: 703629 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_1_1_chat_edit_message, id: 702855 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_message_reaction, id: 702730 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
4. test_1_1_chat_pin_messages, id: 702731 |
Device sessions Device 1: Device 2: |
5. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
Device sessions Device 1: Device 2: |
6. test_1_1_chat_push_emoji, id: 702813 |
Device sessions Device 1: Device 2: |
7. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
Device sessions Device 1: Device 2: |
8. test_1_1_chat_send_image_save_and_share, id: 703391 |
Device sessions Device 1: Device 2: |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
2. test_community_navigate_to_channel_when_relaunch, id: 702846 |
Device sessions Device 1: |
3. test_community_undo_delete_message, id: 702869 |
Device sessions Device 1: |
4. test_community_mute_community_and_channel, id: 703382 |
Device sessions Device 1: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
1. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
2. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
1. test_fallback_sync_with_error, id: 740220 |
Device sessions Device 1: Device 2: Device 3: |
2. test_fallback_validate_seed_phrase, id: 740222 |
Device sessions Device 1: Device 2: Device 3: |
1. test_1_1_chat_mute_chat, id: 703496 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
Device sessions Device 1: Device 2: |
1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
Device sessions Device 1: Device 2: |
2. test_activity_center_contact_request_decline, id: 702850 |
Device sessions Device 1: Device 2: |
3. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
Total executed tests: 55
Failed tests: 24
Expected to fail tests: 0
Passed tests: 31
IDs of failed tests: 702845,702840,702894,703086,702947,702958,702786,702844,702851,702841,702839,702809,702838,704615,702948,702859,703629,703133,702957,702843,739307,703503,703194,740222
1. test_activity_center_admin_notification_accept_swipe, id: 702958 |
```
Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_activity_center_mentions, id: 702957 |
``` Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_deep_links_communities, id: 739307 |
``` critical/test_deep_and_universal_links.py:105: in test_deep_links_communities if self.community_view.community_title.text != text: ../views/base_element.py:432: in text text = self.find_element().text ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Text by accessibility id: `community-title` 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 sessions Device 1: |
1. test_fallback_validate_seed_phrase, id: 740222 |
``` critical/test_fallback.py:167: in test_fallback_validate_seed_phrase self.sign_in_2.sync_profile(sync_code=self.sync_code, first_user=False) ../views/sign_in_view.py:336: in sync_profile self.show_profiles_button.click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 2: Button by accessibility id: `show-profiles` 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 sessions Device 1: Device 2: Device 3: |
1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947 |
``` Test setup failed: activity_center/test_activity_center.py:274: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133 |
``` critical/chats/test_public_chat_browsing.py:240: in test_restore_multiaccount_with_waku_backup_remove_switch self.sign_in.show_profiles_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`show-profiles` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: |
2. test_community_discovery, id: 703503 |
``` critical/chats/test_public_chat_browsing.py:256: in test_community_discovery profile = self.home.profile_button.click() ../views/base_view.py:154: in click ChatsTab(self.driver).click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: ChatsTab by accessibility id: `chats-stack-tab` 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 sessions Device 1: |
1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
``` ../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:703: in urlopen httplib_response = self._make_request( ../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:449: in _make_request six.raise_from(e, None) Device sessions Device 1: Device 2: |
1. test_community_leave, id: 702845 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_mentions_push_notification, id: 702786 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
3. test_community_markdown_support, id: 702809 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_hashtag_links_to_community_channels, id: 702948 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_join_when_node_owner_offline, id: 703629 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_contact_block_unblock_offline, id: 702894 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
3. test_community_mark_all_messages_as_read, id: 703086 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_unread_messages_badge, id: 702841 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
6. test_community_message_delete, id: 702839 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
7. test_community_message_send_check_timestamps_sender_username, id: 702838 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
8. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
9. test_community_one_image_send_reply, id: 702859 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
10. test_community_message_edit, id: 702843 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
11. test_community_several_images_send_reply, id: 703194 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
2. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
1. test_fallback_sync_with_error, id: 740220 |
Device sessions Device 1: Device 2: Device 3: |
2. test_fallback_with_correct_seed_phrase, id: 740221 |
Device sessions Device 1: Device 2: Device 3: |
1. test_1_1_chat_edit_message, id: 702855 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_message_reaction, id: 702730 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
4. test_1_1_chat_pin_messages, id: 702731 |
Device sessions Device 1: Device 2: |
5. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
Device sessions Device 1: Device 2: |
6. test_1_1_chat_push_emoji, id: 702813 |
Device sessions Device 1: Device 2: |
7. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
Device sessions Device 1: Device 2: |
8. test_1_1_chat_send_image_save_and_share, id: 703391 |
Device sessions Device 1: Device 2: |
1. test_1_1_chat_mute_chat, id: 703496 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
Device sessions Device 1: Device 2: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
1. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
2. test_community_navigate_to_channel_when_relaunch, id: 702846 |
Device sessions Device 1: |
3. test_community_undo_delete_message, id: 702869 |
Device sessions Device 1: |
4. test_community_mute_community_and_channel, id: 703382 |
Device sessions Device 1: |
1. test_activity_center_contact_request_decline, id: 702850 |
Device sessions Device 1: Device 2: |
2. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
Total executed tests: 55
Failed tests: 43
Expected to fail tests: 0
Passed tests: 12
IDs of failed tests: 702845,702840,702894,703086,727230,702855,702947,702730,702958,702786,702745,702731,702844,702841,703496,702839,702733,702742,702809,702838,702813,704615,702948,702859,703629,702846,703133,702869,702957,702783,702843,702782,702850,740220,702784,703382,727229,703391,740221,739307,703503,703194,740222
1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947 |
``` Test setup failed: activity_center/test_activity_center.py:274: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_deep_links_communities, id: 739307 |
``` critical/test_deep_and_universal_links.py:105: in test_deep_links_communities if self.community_view.community_title.text != text: ../views/base_element.py:432: in text text = self.find_element().text ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Text by accessibility id: `community-title` 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 sessions Device 1: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
```
Test setup failed: critical/test_wallet.py:22: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:330: in create_shared_drivers
raise e
base_test_case.py:320: 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'
```
|
2. test_wallet_send_eth, id: 727229 |
```
Test setup failed: critical/test_wallet.py:22: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:330: in create_shared_drivers
raise e
base_test_case.py:320: 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'
```
|
1. test_activity_center_admin_notification_accept_swipe, id: 702958 |
```
Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_activity_center_mentions, id: 702957 |
``` Test setup failed: activity_center/test_activity_center.py:414: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
1. test_1_1_chat_mute_chat, id: 703496 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:542: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:330: in create_shared_drivers
raise e
base_test_case.py:320: 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'
```
|
2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:542: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:330: in create_shared_drivers
raise e
base_test_case.py:320: 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'
```
|
3. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:542: in prepare_devices
self.drivers, self.loop = create_shared_drivers(2)
base_test_case.py:330: in create_shared_drivers
raise e
base_test_case.py:320: 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'
```
|
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:26: in prepare_devices
self.home = self.sign_in.create_user(username=self.username)
../views/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
2. test_community_navigate_to_channel_when_relaunch, id: 702846 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:26: in prepare_devices self.home = self.sign_in.create_user(username=self.username) ../views/sign_in_view.py:246: in create_user self.terms_and_privacy_checkbox.click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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 sessions Device 1: |
3. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:26: in prepare_devices
self.home = self.sign_in.create_user(username=self.username)
../views/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
4. test_community_undo_delete_message, id: 702869 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:26: in prepare_devices
self.home = self.sign_in.create_user(username=self.username)
../views/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
5. test_community_mute_community_and_channel, id: 703382 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:26: in prepare_devices
self.home = self.sign_in.create_user(username=self.username)
../views/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
6. test_community_discovery, id: 703503 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:26: in prepare_devices
self.home = self.sign_in.create_user(username=self.username)
../views/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
1. test_fallback_sync_with_error, id: 740220 |
```
Test setup failed: critical/test_fallback.py:15: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:310: 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)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/appium/webdriver/webdriver.py:257: in __init__
super().__init__(
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:206: in __init__
self.start_session(capabilities)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/appium/webdriver/webdriver.py:346: in start_session
response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
self.error_handler.check_response(response)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:229: in check_response
raise exception_class(message, screen, stacktrace)
Sauce could not start your job. For more information on what happened, please visit https://app.eu-central-1.saucelabs.com/tests/2dcf5cb6802247848d9943e4104e5cd8
```
|
2. test_fallback_with_correct_seed_phrase, id: 740221 |
```
Test setup failed: critical/test_fallback.py:15: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:310: 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)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/appium/webdriver/webdriver.py:257: in __init__
super().__init__(
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:206: in __init__
self.start_session(capabilities)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/appium/webdriver/webdriver.py:346: in start_session
response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
self.error_handler.check_response(response)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:229: in check_response
raise exception_class(message, screen, stacktrace)
Sauce could not start your job. For more information on what happened, please visit https://app.eu-central-1.saucelabs.com/tests/2dcf5cb6802247848d9943e4104e5cd8
```
|
3. test_fallback_validate_seed_phrase, id: 740222 |
```
Test setup failed: critical/test_fallback.py:15: in prepare_devices
self.drivers, self.loop = create_shared_drivers(3)
base_test_case.py:310: 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)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/appium/webdriver/webdriver.py:257: in __init__
super().__init__(
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:206: in __init__
self.start_session(capabilities)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/appium/webdriver/webdriver.py:346: in start_session
response = self.execute(RemoteCommand.NEW_SESSION, w3c_caps)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:345: in execute
self.error_handler.check_response(response)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:229: in check_response
raise exception_class(message, screen, stacktrace)
Sauce could not start your job. For more information on what happened, please visit https://app.eu-central-1.saucelabs.com/tests/2dcf5cb6802247848d9943e4104e5cd8
```
|
1. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_contact_block_unblock_offline, id: 702894 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
3. test_community_mark_all_messages_as_read, id: 703086 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_unread_messages_badge, id: 702841 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
6. test_community_message_delete, id: 702839 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
7. test_community_message_send_check_timestamps_sender_username, id: 702838 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
8. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
9. test_community_one_image_send_reply, id: 702859 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
10. test_community_message_edit, id: 702843 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
11. test_community_several_images_send_reply, id: 703194 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:350: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_activity_center_contact_request_decline, id: 702850 |
``` activity_center/test_activity_center.py:95: in test_activity_center_contact_request_decline self.errors.verify_no_errors() base_test_case.py:192: in verify_no_errors pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))])) Pending contact request is not shown on unread notification element on Activity center! ``` Device sessions Device 1: Device 2: |
1. test_1_1_chat_edit_message, id: 702855 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices
self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: 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/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
2. test_1_1_chat_message_reaction, id: 702730 |
``` Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True, /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete return future.result() __init__.py:52: 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/sign_in_view.py:246: in create_user self.terms_and_privacy_checkbox.click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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 sessions Device 1: Device 2: |
3. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices
self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: 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/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
4. test_1_1_chat_pin_messages, id: 702731 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices
self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: 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/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
5. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices
self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: 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/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
6. test_1_1_chat_push_emoji, id: 702813 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices
self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: 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/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
7. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices
self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: 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/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
8. test_1_1_chat_send_image_save_and_share, id: 703391 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices
self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: 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/sign_in_view.py:246: in create_user
self.terms_and_privacy_checkbox.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='terms-privacy-checkbox-container']/*[@content-desc='checkbox-off']` 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
```
|
1. test_community_leave, id: 702845 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
2. test_community_mentions_push_notification, id: 702786 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices self.community_2.join_community() ../views/chat_view.py:420: in join_community self.join_button.wait_and_click(120) ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: 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 ``` Device sessions Device 1: Device 2: |
3. test_community_markdown_support, id: 702809 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
4. test_community_hashtag_links_to_community_channels, id: 702948 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
5. test_community_join_when_node_owner_offline, id: 703629 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:874: in prepare_devices
self.community_2.join_community()
../views/chat_view.py:420: in join_community
self.join_button.wait_and_click(120)
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: 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
```
|
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
Device sessions Device 1: Device 2: |
2. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
1. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
1. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
2. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
Total executed tests: 47
Failed tests: 2
Expected to fail tests: 12
Passed tests: 33
Not executed tests: 8
IDs of not executed tests: 702845,702786,702809,702948,703629,702947,702957,702958
IDs of failed tests: 703503,703133
IDs of expected to fail tests: 703194,702859,702840,703086,702894,704615,702839,702838,702844,702843,739307,702841
1. test_community_discovery, id: 703503 |
``` critical/chats/test_public_chat_browsing.py:258: in test_community_discovery profile = self.home.profile_button.click() ../views/base_view.py:154: in click ChatsTab(self.driver).click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: ChatsTab by accessibility id: `chats-stack-tab` 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 sessions Device 1: |
2. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133 |
``` critical/chats/test_public_chat_browsing.py:242: in test_restore_multiaccount_with_waku_backup_remove_profile_switch self.sign_in.show_profiles_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`show-profiles` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: |
1. test_community_several_images_send_reply, id: 703194 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_community_one_image_send_reply, id: 702859 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
3. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
4. test_community_mark_all_messages_as_read, id: 703086 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
5. test_community_contact_block_unblock_offline, id: 702894 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
6. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
7. test_community_message_delete, id: 702839 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
8. test_community_message_send_check_timestamps_sender_username, id: 702838 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
9. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
10. test_community_message_edit, id: 702843 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
11. test_community_unread_messages_badge, id: 702841 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_deep_links_communities, id: 739307 |
``` critical/test_deep_and_universal_links.py:106: in test_deep_links_communities if self.community_view.community_title.text != text: ../views/base_element.py:432: in text text = self.find_element().text ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Text by accessibility id: `community-title` 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 ``` [[Cannot pass due to waku issue on staging fleet]] Device sessions Device 1: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
2. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
1. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
2. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
Device sessions Device 1: Device 2: |
3. test_activity_center_contact_request_decline, id: 702850 |
Device sessions Device 1: Device 2: |
1. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
2. test_community_undo_delete_message, id: 702869 |
Device sessions Device 1: |
3. test_community_navigate_to_channel_when_relaunch, id: 702846 |
Device sessions Device 1: |
4. test_community_mute_community_and_channel, id: 703382 |
Device sessions Device 1: |
1. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_push_emoji, id: 702813 |
Device sessions Device 1: Device 2: |
4. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
5. test_1_1_chat_edit_message, id: 702855 |
Device sessions Device 1: Device 2: |
6. test_1_1_chat_send_image_save_and_share, id: 703391 |
Device sessions Device 1: Device 2: |
7. test_1_1_chat_pin_messages, id: 702731 |
Device sessions Device 1: Device 2: |
8. test_1_1_chat_message_reaction, id: 702730 |
Device sessions Device 1: Device 2: |
1. test_fallback_sync_with_error, id: 740220 |
Device sessions Device 1: Device 2: Device 3: |
2. test_fallback_validate_seed_phrase, id: 740222 |
Device sessions Device 1: Device 2: Device 3: |
3. test_fallback_with_correct_seed_phrase, id: 740221 |
Device sessions Device 1: Device 2: Device 3: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
1. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_mute_chat, id: 703496 |
Device sessions Device 1: Device 2: |
Total executed tests: 55
Failed tests: 2
Expected to fail tests: 20
Passed tests: 33
IDs of failed tests: 702782,703133
IDs of expected to fail tests: 702809,703194,702859,702957,702840,703086,702948,702894,704615,702786,702839,702947,702838,702844,702843,739307,702845,702958,703629,702841
1. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133 |
``` critical/chats/test_public_chat_browsing.py:219: in test_restore_multiaccount_with_waku_backup_remove_profile_switch self.profile.logout() 'TestCommunityOneDeviceMerged' object has no attribute 'profile' ``` Device sessions Device 1: |
1. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
``` critical/chats/test_1_1_public_chats.py:149: in test_1_1_chat_emoji_send_reply_and_open_link self.chat_2.chat_element_by_text(url_message).wait_for_element(20) ../views/base_element.py:129: in wait_for_element raise TimeoutException( Device `2`: `ChatElementByText` by` xpath`: `//*[starts-with(@text,'Test with link: https://status.im/ here should be nothing unusual.')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_element ``` Device sessions Device 1: Device 2: |
1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_activity_center_mentions, id: 702957 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_activity_center_admin_notification_accept_swipe, id: 702958 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_community_markdown_support, id: 702809 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_community_hashtag_links_to_community_channels, id: 702948 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
3. test_community_mentions_push_notification, id: 702786 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
4. test_community_leave, id: 702845 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
5. test_community_join_when_node_owner_offline, id: 703629 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_deep_links_communities, id: 739307 |
``` critical/test_deep_and_universal_links.py:106: in test_deep_links_communities if self.community_view.community_title.text != text: ../views/base_element.py:432: in text text = self.find_element().text ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: Text by accessibility id: `community-title` 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 ``` [[Cannot pass due to waku issue on staging fleet]] Device sessions Device 1: |
1. test_community_several_images_send_reply, id: 703194 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_community_one_image_send_reply, id: 702859 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
3. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
4. test_community_mark_all_messages_as_read, id: 703086 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
5. test_community_contact_block_unblock_offline, id: 702894 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
6. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
7. test_community_message_delete, id: 702839 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
8. test_community_message_send_check_timestamps_sender_username, id: 702838 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
9. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
10. test_community_message_edit, id: 702843 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
11. test_community_unread_messages_badge, id: 702841 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_mute_chat, id: 703496 |
Device sessions Device 1: Device 2: |
1. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
2. test_community_discovery, id: 703503 |
Device sessions Device 1: |
3. test_community_undo_delete_message, id: 702869 |
Device sessions Device 1: |
4. test_community_navigate_to_channel_when_relaunch, id: 702846 |
Device sessions Device 1: |
5. test_community_mute_community_and_channel, id: 703382 |
Device sessions Device 1: |
1. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
2. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
Device sessions Device 1: Device 2: |
3. test_activity_center_contact_request_decline, id: 702850 |
Device sessions Device 1: Device 2: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_fallback_sync_with_error, id: 740220 |
Device sessions Device 1: Device 2: Device 3: |
2. test_fallback_validate_seed_phrase, id: 740222 |
Device sessions Device 1: Device 2: Device 3: |
3. test_fallback_with_correct_seed_phrase, id: 740221 |
Device sessions Device 1: Device 2: Device 3: |
1. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
2. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
1. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_push_emoji, id: 702813 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
4. test_1_1_chat_edit_message, id: 702855 |
Device sessions Device 1: Device 2: |
5. test_1_1_chat_send_image_save_and_share, id: 703391 |
Device sessions Device 1: Device 2: |
6. test_1_1_chat_pin_messages, id: 702731 |
Device sessions Device 1: Device 2: |
7. test_1_1_chat_message_reaction, id: 702730 |
Device sessions Device 1: Device 2: |
Total executed tests: 55
Failed tests: 2
Expected to fail tests: 20
Passed tests: 33
IDs of failed tests: 703133,703503
IDs of expected to fail tests: 702845,702840,702894,703086,702947,702958,702786,702844,702841,702839,702809,702838,704615,702948,702859,703629,702957,702843,739307,703194
1. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133 |
``` critical/chats/test_public_chat_browsing.py:242: in test_restore_multiaccount_with_waku_backup_remove_profile_switch self.sign_in.show_profiles_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`show-profiles` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: |
2. test_community_discovery, id: 703503 |
``` critical/chats/test_public_chat_browsing.py:258: in test_community_discovery profile = self.home.profile_button.click() ../views/base_view.py:154: in click ChatsTab(self.driver).click() ../views/base_element.py:90: in click element = self.find_element() ../views/base_element.py:79: in find_element raise NoSuchElementException( Device 1: ChatsTab by accessibility id: `chats-stack-tab` 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 sessions Device 1: |
1. test_activity_center_admin_notification_accept_swipe, id: 702958 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_activity_center_mentions, id: 702957 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_deep_links_communities, id: 739307 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_community_leave, id: 702845 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_community_mentions_push_notification, id: 702786 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
3. test_community_markdown_support, id: 702809 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
4. test_community_hashtag_links_to_community_channels, id: 702948 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
5. test_community_join_when_node_owner_offline, id: 703629 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_community_contact_block_unblock_offline, id: 702894 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
3. test_community_mark_all_messages_as_read, id: 703086 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
4. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
5. test_community_unread_messages_badge, id: 702841 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
6. test_community_message_delete, id: 702839 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
7. test_community_message_send_check_timestamps_sender_username, id: 702838 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
8. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
9. test_community_one_image_send_reply, id: 702859 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
10. test_community_message_edit, id: 702843 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
11. test_community_several_images_send_reply, id: 703194 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_1_1_chat_edit_message, id: 702855 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_message_reaction, id: 702730 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
4. test_1_1_chat_pin_messages, id: 702731 |
Device sessions Device 1: Device 2: |
5. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
Device sessions Device 1: Device 2: |
6. test_1_1_chat_push_emoji, id: 702813 |
Device sessions Device 1: Device 2: |
7. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
Device sessions Device 1: Device 2: |
8. test_1_1_chat_send_image_save_and_share, id: 703391 |
Device sessions Device 1: Device 2: |
1. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
1. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
2. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
1. test_fallback_sync_with_error, id: 740220 |
Device sessions Device 1: Device 2: Device 3: |
2. test_fallback_with_correct_seed_phrase, id: 740221 |
Device sessions Device 1: Device 2: Device 3: |
3. test_fallback_validate_seed_phrase, id: 740222 |
Device sessions Device 1: Device 2: Device 3: |
1. test_1_1_chat_mute_chat, id: 703496 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
Device sessions Device 1: Device 2: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
2. test_community_navigate_to_channel_when_relaunch, id: 702846 |
Device sessions Device 1: |
3. test_community_undo_delete_message, id: 702869 |
Device sessions Device 1: |
4. test_community_mute_community_and_channel, id: 703382 |
Device sessions Device 1: |
1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
Device sessions Device 1: Device 2: |
2. test_activity_center_contact_request_decline, id: 702850 |
Device sessions Device 1: Device 2: |
3. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
Total executed tests: 55
Failed tests: 1
Expected to fail tests: 20
Passed tests: 34
IDs of failed tests: 727229
IDs of expected to fail tests: 702809,703194,702859,702957,702840,703086,702948,702894,704615,702786,702839,702947,702838,702844,702843,739307,702845,702958,703629,702841
1. test_wallet_send_eth, id: 727229 |
``` critical/test_wallet.py:158: in test_wallet_send_eth self.errors.verify_no_errors() base_test_case.py:192: in verify_no_errors pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))])) Sender balance is not updated on Etherscan, it is 0.3748 but expected to be 0.3749 ``` |
1. test_community_several_images_send_reply, id: 703194 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_community_one_image_send_reply, id: 702859 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
3. test_community_emoji_send_copy_paste_reply, id: 702840 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
4. test_community_mark_all_messages_as_read, id: 703086 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
5. test_community_contact_block_unblock_offline, id: 702894 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
6. test_community_edit_delete_message_when_offline, id: 704615 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
7. test_community_message_delete, id: 702839 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
8. test_community_message_send_check_timestamps_sender_username, id: 702838 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
9. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
10. test_community_message_edit, id: 702843 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
11. test_community_unread_messages_badge, id: 702841 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_activity_center_mentions, id: 702957 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_activity_center_admin_notification_accept_swipe, id: 702958 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_deep_links_communities, id: 739307 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_community_markdown_support, id: 702809 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
2. test_community_hashtag_links_to_community_channels, id: 702948 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
3. test_community_mentions_push_notification, id: 702786 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
4. test_community_leave, id: 702845 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
5. test_community_join_when_node_owner_offline, id: 703629 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
2. test_community_discovery, id: 703503 |
Device sessions Device 1: |
3. test_community_undo_delete_message, id: 702869 |
Device sessions Device 1: |
4. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133 |
Device sessions Device 1: |
5. test_community_navigate_to_channel_when_relaunch, id: 702846 |
Device sessions Device 1: |
6. test_community_mute_community_and_channel, id: 703382 |
Device sessions Device 1: |
1. test_fallback_sync_with_error, id: 740220 |
Device sessions Device 1: Device 2: Device 3: |
2. test_fallback_validate_seed_phrase, id: 740222 |
Device sessions Device 1: Device 2: Device 3: |
3. test_fallback_with_correct_seed_phrase, id: 740221 |
Device sessions Device 1: Device 2: Device 3: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_links_open_universal_links_from_chat, id: 704613 |
Device sessions Device 1: |
2. test_links_deep_links_profile, id: 702775 |
Device sessions Device 1: |
1. test_add_contact_field_validation, id: 702777 |
Device sessions Device 1: Device 2: |
2. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851 |
Device sessions Device 1: Device 2: |
3. test_activity_center_contact_request_decline, id: 702850 |
Device sessions Device 1: Device 2: |
1. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_text_message_delete_push_disappear, id: 702733 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_push_emoji, id: 702813 |
Device sessions Device 1: Device 2: |
4. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
5. test_1_1_chat_edit_message, id: 702855 |
Device sessions Device 1: Device 2: |
6. test_1_1_chat_send_image_save_and_share, id: 703391 |
Device sessions Device 1: Device 2: |
7. test_1_1_chat_pin_messages, id: 702731 |
Device sessions Device 1: Device 2: |
8. test_1_1_chat_message_reaction, id: 702730 |
Device sessions Device 1: Device 2: |
1. test_1_1_chat_delete_via_long_press_relogin, id: 702784 |
Device sessions Device 1: Device 2: |
2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783 |
Device sessions Device 1: Device 2: |
3. test_1_1_chat_mute_chat, id: 703496 |
Device sessions Device 1: Device 2: |
1. test_group_chat_pin_messages, id: 702732 |
Device sessions Device 1: Device 2: Device 3: |
2. test_group_chat_mute_chat, id: 703495 |
Device sessions Device 1: Device 2: Device 3: |
3. test_group_chat_send_image_save_and_share, id: 703297 |
Device sessions Device 1: Device 2: Device 3: |
4. test_group_chat_reactions, id: 703202 |
Device sessions Device 1: Device 2: Device 3: |
5. test_group_chat_join_send_text_messages_push, id: 702807 |
Device sessions Device 1: Device 2: Device 3: |
6. test_group_chat_offline_pn, id: 702808 |
Device sessions Device 1: Device 2: Device 3: |
Thread about Waku staging fleet issue is here