Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: get back to home view #13851

Merged
merged 1 commit into from
Aug 25, 2022
Merged

e2e: get back to home view #13851

merged 1 commit into from
Aug 25, 2022

Conversation

churik
Copy link
Member

@churik churik commented Aug 24, 2022

No description provided.

@churik churik added the tests label Aug 24, 2022
@churik churik self-assigned this Aug 24, 2022
@status-github-bot status-github-bot bot added this to REVIEW in Pipeline for QA Aug 24, 2022
@status-im-auto
Copy link
Member

status-im-auto commented Aug 24, 2022

Jenkins Builds

Click to see older builds (11)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 4abb976 #1 2022-08-24 15:41:26 ~9 min android-e2e 📦apk 📲
✔️ 4abb976 #1 2022-08-24 15:42:27 ~10 min android 📦apk 📲
✔️ 4abb976 #1 2022-08-24 15:49:38 ~18 min ios 📦ipa 📲
✔️ aff2bf7 #2 2022-08-24 17:04:44 ~8 min android 📦apk 📲
✔️ aff2bf7 #2 2022-08-24 17:05:08 ~8 min android-e2e 📦apk 📲
✔️ aff2bf7 #2 2022-08-24 17:14:34 ~17 min ios 📦ipa 📲
✔️ f9ceba4 #3 2022-08-25 09:27:46 ~8 min android 📦apk 📲
✔️ f9ceba4 #3 2022-08-25 09:27:59 ~8 min android-e2e 📦apk 📲
✔️ f9ceba4 #3 2022-08-25 09:40:19 ~21 min ios 📦ipa 📲
✔️ 37fa37f #4 2022-08-25 10:49:27 ~7 min android-e2e 📦apk 📲
✔️ 37fa37f #4 2022-08-25 10:49:30 ~7 min android 📦apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 82b1c2e #5 2022-08-25 10:57:50 ~7 min android-e2e 📦apk 📲
✔️ 82b1c2e #5 2022-08-25 10:57:52 ~7 min android 📦apk 📲
✔️ 82b1c2e #5 2022-08-25 11:04:37 ~14 min ios 📦ipa 📲
✔️ 976f586 #6 2022-08-25 11:38:18 ~8 min android-e2e 📦apk 📲
976f586 #6 2022-08-25 11:39:07 ~8 min android 📄log
✔️ 976f586 #6 2022-08-25 11:42:44 ~12 min ios 📦ipa 📲
✔️ 976f586 #7 2022-08-25 12:32:06 ~7 min android 📦apk 📲

@status-im-auto
Copy link
Member

43% of end-end tests have passed

Total executed tests: 7
Failed tests: 4
Passed tests: 3
IDs of failed tests: 700761,700760,700762,700758 

Failed tests (4)

Click to expand
  • Rerun failed tests

  • Class TestWalletManagementDeviceMerged:

    1. test_wallet_add_hide_unhide_account_private_key, id: 700761
    critical/wallet_and_tx/test_wallet.py:196: in test_wallet_add_hide_unhide_account_private_key
        self.wallet.accounts_status_account.swipe_left_on_element()
    ../views/base_element.py:262: in swipe_left_on_element
        element = self.find_element()
    ../views/base_element.py:391: in find_element
        raise NoSuchElementException(
     Device 1: `AccountElementButton` by `xpath`:`//*[@content-desc='accountcardMain account']` not found on the screen
    



    Device sessions

    2. test_wallet_add_delete_watch_only_account, id: 700760

    Device 1: Click until Button by accessibility id: Navigate Up is NOT presented
    Device 1: Find Button by accessibility id: Navigate Up

    critical/wallet_and_tx/test_wallet.py:147: in test_wallet_add_delete_watch_only_account
        self.wallet.accounts_status_account.swipe_left_on_element()
    ../views/base_element.py:262: in swipe_left_on_element
        element = self.find_element()
    ../views/base_element.py:391: in find_element
        raise NoSuchElementException(
     Device 1: `AccountElementButton` by `xpath`:`//*[@content-desc='accountcardMain account']` not found on the screen
    



    Device sessions

    3. test_wallet_add_account_seed_phrase_validation, id: 700762

    critical/wallet_and_tx/test_wallet.py:260: in test_wallet_add_account_seed_phrase_validation
        self.wallet.accounts_status_account.swipe_left_on_element()
    ../views/base_element.py:262: in swipe_left_on_element
        element = self.find_element()
    ../views/base_element.py:391: in find_element
        raise NoSuchElementException(
     Device 1: `AccountElementButton` by `xpath`:`//*[@content-desc='accountcardMain account']` not found on the screen
    



    Device sessions

    4. test_wallet_manage_assets, id: 700758

    Device 1: Selecting ZEENUS asset
    Device 1: Scrolling down to SilentButton

    critical/wallet_and_tx/test_wallet.py:133: in test_wallet_manage_assets
        self.wallet.asset_by_name(asset).scroll_to_element()
    ../views/base_element.py:173: in scroll_to_element
        raise NoSuchElementException(
     Device 1: SilentButton by xpath: `//*[contains(@text,'ZEENUS')]` is not found on the screen
    



    Device sessions

    Passed tests (3)

    Click to expand

    Class TestPublicChatMultipleDeviceMerged:

    1. test_public_chat_delete_chat_long_press, id: 5319
    Device sessions

    2. test_public_chat_mark_all_messages_as_read, id: 6270
    Device sessions

    Class TestOnboardingOneDeviceMerged:

    1. test_onboarding_share_wallet_address, id: 700744
    Device sessions

    @churik churik changed the title [WIP] e2e: get back to home view e2e: get back to home view Aug 24, 2022
    @status-im-auto
    Copy link
    Member

    81% of end-end tests have passed

    Total executed tests: 52
    Failed tests: 10
    Passed tests: 42
    
    IDs of failed tests: 700758,702258,702098,700762,700761,702069,702070,702065,700760,702097 
    

    Failed tests (10)

    Click to expand
  • Rerun failed tests

  • Class TestWalletManagementDeviceMerged:

    1. test_wallet_manage_assets, id: 700758

    Device 1: Selecting ZEENUS asset
    Device 1: Scrolling down to SilentButton

    critical/wallet_and_tx/test_wallet.py:133: in test_wallet_manage_assets
        self.wallet.asset_by_name(asset).scroll_to_element()
    ../views/base_element.py:173: in scroll_to_element
        raise NoSuchElementException(
     Device 1: SilentButton by xpath: `//*[contains(@text,'ZEENUS')]` is not found on the screen
    



    Device sessions

    2. test_wallet_add_account_seed_phrase_validation, id: 700762

    critical/wallet_and_tx/test_wallet.py:260: in test_wallet_add_account_seed_phrase_validation
        self.wallet.accounts_status_account.swipe_left_on_element()
    ../views/base_element.py:262: in swipe_left_on_element
        element = self.find_element()
    ../views/base_element.py:391: in find_element
        raise NoSuchElementException(
     Device 1: `AccountElementButton` by `xpath`:`//*[@content-desc='accountcardMain account']` not found on the screen
    



    Device sessions

    3. test_wallet_add_hide_unhide_account_private_key, id: 700761

    critical/wallet_and_tx/test_wallet.py:196: in test_wallet_add_hide_unhide_account_private_key
        self.wallet.accounts_status_account.swipe_left_on_element()
    ../views/base_element.py:262: in swipe_left_on_element
        element = self.find_element()
    ../views/base_element.py:391: in find_element
        raise NoSuchElementException(
     Device 1: `AccountElementButton` by `xpath`:`//*[@content-desc='accountcardMain account']` not found on the screen
    



    Device sessions

    4. test_wallet_add_delete_watch_only_account, id: 700760

    Device 1: Click until Button by accessibility id: Navigate Up is NOT presented
    Device 1: Find Button by accessibility id: Navigate Up

    critical/wallet_and_tx/test_wallet.py:147: in test_wallet_add_delete_watch_only_account
        self.wallet.accounts_status_account.swipe_left_on_element()
    ../views/base_element.py:262: in swipe_left_on_element
        element = self.find_element()
    ../views/base_element.py:391: in find_element
        raise NoSuchElementException(
     Device 1: `AccountElementButton` by `xpath`:`//*[@content-desc='accountcardMain account']` not found on the screen
    



    Device sessions

    Class TestChatMediumMultipleDevice:

    1. test_chat_group_chat_set_nickname_and_ens_via_group_info_mention, id: 702258

    Test setup failed: medium/test_chats_m.py:314: in prepare_devices
        self.chat_2.install_sticker_pack_by_name()
    ../views/chat_view.py:893: in install_sticker_pack_by_name
        element.scroll_to_element(depth=21)
    ../views/base_element.py:173: in scroll_to_element
        raise NoSuchElementException(
     Device 2: Button by xpath: `//*[@content-desc='sticker-pack-name'][@text='HCPP20']/..//*[@content-desc='sticker-pack-price']` is not found on the screen
    



    2. test_chat_group_chat_rename, id: 702098

    Test setup failed: medium/test_chats_m.py:314: in prepare_devices
        self.chat_2.install_sticker_pack_by_name()
    ../views/chat_view.py:893: in install_sticker_pack_by_name
        element.scroll_to_element(depth=21)
    ../views/base_element.py:173: in scroll_to_element
        raise NoSuchElementException(
     Device 2: Button by xpath: `//*[@content-desc='sticker-pack-name'][@text='HCPP20']/..//*[@content-desc='sticker-pack-price']` is not found on the screen
    



    3. test_chat_1_1_pin_messages, id: 702069

    Device 2: Find Button by xpath: //*[@content-desc='sticker-pack-name'][@text='HCPP20']/..//*[@content-desc='sticker-pack-price']
    Device 2: Find Button by xpath: //*[@content-desc='sticker-pack-name'][@text='HCPP20']/..//*[@content-desc='sticker-pack-price']

    Test setup failed: medium/test_chats_m.py:314: in prepare_devices
        self.chat_2.install_sticker_pack_by_name()
    ../views/chat_view.py:893: in install_sticker_pack_by_name
        element.scroll_to_element(depth=21)
    ../views/base_element.py:173: in scroll_to_element
        raise NoSuchElementException(
     Device 2: Button by xpath: `//*[@content-desc='sticker-pack-name'][@text='HCPP20']/..//*[@content-desc='sticker-pack-price']` is not found on the screen
    



    Device sessions

    4. test_chat_pin_messages_in_group_chat, id: 702070

    Test setup failed: medium/test_chats_m.py:314: in prepare_devices
        self.chat_2.install_sticker_pack_by_name()
    ../views/chat_view.py:893: in install_sticker_pack_by_name
        element.scroll_to_element(depth=21)
    ../views/base_element.py:173: in scroll_to_element
        raise NoSuchElementException(
     Device 2: Button by xpath: `//*[@content-desc='sticker-pack-name'][@text='HCPP20']/..//*[@content-desc='sticker-pack-price']` is not found on the screen
    



    5. test_chat_public_markdown_support, id: 702065

    Test setup failed: medium/test_chats_m.py:314: in prepare_devices
        self.chat_2.install_sticker_pack_by_name()
    ../views/chat_view.py:893: in install_sticker_pack_by_name
        element.scroll_to_element(depth=21)
    ../views/base_element.py:173: in scroll_to_element
        raise NoSuchElementException(
     Device 2: Button by xpath: `//*[@content-desc='sticker-pack-name'][@text='HCPP20']/..//*[@content-desc='sticker-pack-price']` is not found on the screen
    



    6. test_chat_block_and_unblock_user_from_group_chat_via_group_info, id: 702097

    Test setup failed: medium/test_chats_m.py:314: in prepare_devices
        self.chat_2.install_sticker_pack_by_name()
    ../views/chat_view.py:893: in install_sticker_pack_by_name
        element.scroll_to_element(depth=21)
    ../views/base_element.py:173: in scroll_to_element
        raise NoSuchElementException(
     Device 2: Button by xpath: `//*[@content-desc='sticker-pack-name'][@text='HCPP20']/..//*[@content-desc='sticker-pack-price']` is not found on the screen
    



    Passed tests (42)

    Click to expand

    Class TestOnboardingOneDeviceMerged:

    1. test_onboarding_share_wallet_address, id: 700744
    Device sessions

    Single device tests:

    1. test_profile_use_pinned_history_node_from_list, id: 5766
    Device sessions

    Class TestContactBlockMigrateKeycardMultipleSharedDevices:

    1. test_contact_block_unblock_public_chat_offline, id: 702176
    Device sessions

    2. test_contact_add_remove_mention_default_username_nickname_public_chat, id: 702175
    Device sessions

    3. test_keycard_command_send_tx_eth_1_1_chat, id: 702186
    Device sessions

    4. test_restore_account_migrate_multiaccount_to_keycard_db_saved, id: 702177
    Device sessions

    Class TestPublicChatMultipleDeviceMerged:

    1. test_public_chat_delete_chat_long_press, id: 5319
    Device sessions

    2. test_public_chat_mark_all_messages_as_read, id: 6270
    Device sessions

    Class TestEnsStickersMultipleDevicesMerged:

    1. test_start_new_chat_public_key_validation, id: 702158
    Device sessions

    Class TestPermissionsScanQrOneDevice:

    1. test_scan_qr_with_scan_contact_code_via_start_chat, id: 702292
    Device sessions

    2. test_permissions_deny_access_camera_and_gallery, id: 702289
    Device sessions

    3. test_scan_qr_different_links_with_universal_qr_scanner, id: 702293
    Device sessions

    Class TestPairingSyncMediumMultipleDevicesMerged:

    1. test_pairing_sync_watch_only_account, id: 702288
    Device sessions

    2. test_pairing_sync_accept_new_chats_see_show_profile_picture_settings, id: 702133
    Device sessions

    3. test_pairing_sync_group_chat_send_different_messages, id: 702273
    Device sessions

    4. test_pairing_sync_currency, id: 702266
    Device sessions

    5. test_pairing_sync_community_add_new, id: 702272
    Device sessions

    6. test_pairing_sync_community_add_new_channel, id: 702270
    Device sessions

    7. test_pairing_sync_community_leave, id: 702271
    Device sessions

    Class TestBrowserProfileOneDevice:

    1. test_profile_invite_friends, id: 702159
    Device sessions

    2. test_profile_add_custom_network, id: 702166
    Device sessions

    3. test_profile_backup_of_contacts, id: 702164
    Device sessions

    Class TestChatKeycardMentionsMediumMultipleDevice:

    1. test_block_user_from_1_1_chat_header_check_mentions_and_push_notification_service, id: 702296
    Device sessions

    2. test_chat_1_1_unread_counter_highligted, id: 702294
    Device sessions

    Class TestDeeplinkChatProfileOneDevice:

    1. test_chat_public_clear_history_via_options_and_long_press, id: 702250
    Device sessions

    2. test_deep_link_with_invalid_user_public_key_own_profile_key, id: 702244
    Device sessions

    3. test_chat_can_search_while_offline, id: 702254
    Device sessions

    4. test_deep_link_open_dapp, id: 702246
    Device sessions

    5. test_deep_link_open_user_profile, id: 702245
    Device sessions

    6. test_share_user_profile_url_browser, id: 702251
    Device sessions

    7. test_share_user_profile_url_one_to_one_chat, id: 702247
    Device sessions

    8. test_share_user_profile_url_public_chat, id: 702252
    Device sessions

    9. test_chat_input_delete_cut_and_paste_messages, id: 702249
    Device sessions

    10. test_chat_no_suggestions_invalid_data_search, id: 702253
    Device sessions

    11. test_chat_can_start_and_find_from_suggestions_using_search, id: 702248
    Device sessions

    Class TestTimelineHistoryNodesBootnodesMultipleDeviceMergedMedium:

    1. test_profile_can_not_connect_to_custom_history_node_add_delete, id: 702287
    Device sessions

    Class TestCommandsMultipleDevicesMerged:

    1. test_1_1_chat_command_request_and_send_tx_stt_in_1_1_chat_offline, id: 6263
    Device sessions

    Class TestProfileGapsCommunityMediumMultipleDevicesMerged:

    1. test_profile_show_profile_picture_and_online_indicator_settings, id: 702281
    Device sessions

    2. test_community_create_approve_membership, id: 702283
    Device sessions

    3. test_profile_chat_two_minutes_gap_in_public_and_no_gap_in_1_1_chat_and_group_chat, id: 702282
    Device sessions

    4. test_chat_push_on_mute_unmute_contact, id: 702367
    Device sessions

    5. test_chat_reopen_app_on_last_viewed_chat, id: 702368
    Device sessions

    @churik churik force-pushed the tests/nightly2408 branch 2 times, most recently from 37fa37f to 82b1c2e Compare August 25, 2022 10:50
    @churik churik merged commit 976f586 into develop Aug 25, 2022
    @churik churik deleted the tests/nightly2408 branch August 25, 2022 12:33
    Pipeline for QA automation moved this from REVIEW to DONE Aug 25, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    None yet

    3 participants