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

ci: use different IPFS gateway for release builds #13850

Merged
merged 1 commit into from
Aug 26, 2022
Merged

Conversation

jakubgs
Copy link
Member

@jakubgs jakubgs commented Aug 24, 2022

fixes: #13794

WARNING: Do not merge until the status-im/status-go#2795 PR is merged and status-jenkins-lib tagged.

Depends on:

@jakubgs jakubgs requested a review from a team August 24, 2022 13:13
@jakubgs jakubgs self-assigned this Aug 24, 2022
@status-github-bot status-github-bot bot added this to REVIEW in Pipeline for QA Aug 24, 2022
@jakubgs
Copy link
Member Author

jakubgs commented Aug 24, 2022

Appears to be working:

nix-build \
  --show-trace --impure --no-out-link \
  --arg config '{status-im.build-type="pr";status-im.build-number="2022082413";status-im.commit-hash="42cc5ae1b3374d2391fdb696a071d7e4c1c6d41e";status-im.android.gradle-opts="-PbuildUrl=[https://ci.status.im/job/status-mobile/job/prs/job/android/job/PR-13850/1/";status-im.android.abi-split="false";status-im.android.abi-include="armeabi-v7a;arm64-v8a";status-im.status-go.ipfs-gateway-url="https://ipfs.status.im/](https://ci.status.im/job/status-mobile/job/prs/job/android/job/PR-13850/1/%22;status-im.android.abi-split=%22false%22;status-im.android.abi-include=%22armeabi-v7a;arm64-v8a%22;status-im.status-go.ipfs-gateway-url=%22https://ipfs.status.im/)";}' \
  --argstr secretsFile /tmp/nix-env-220824-131408-8kZoArXi.tmp \
  --option sandbox true \
  --option extra-sandbox-paths /tmp/nix-env-220824-131408-8kZoArXi.tmp \
  --attr targets.mobile.android.release \
  /home/jenkins/workspace/atus-mobile_prs_android_PR-13850/default.nix

Since we can see status-im.status-go.ipfs-gateway-url being provided.

@status-im-auto
Copy link
Member

status-im-auto commented Aug 24, 2022

Jenkins Builds

Click to see older builds (13)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 42cc5ae #1 2022-08-24 13:24:37 ~10 min android 📦apk 📲
✔️ 42cc5ae #1 2022-08-24 13:25:12 ~11 min android-e2e 📦apk 📲
✔️ 0d4e5ef #2 2022-08-24 13:41:03 ~12 min android 📦apk 📲
✔️ 0d4e5ef #2 2022-08-24 13:42:38 ~13 min android-e2e 📦apk 📲
✔️ 0d4e5ef #2 2022-08-24 13:46:34 ~17 min ios 📦ipa 📲
ad86134 #3 2022-08-26 09:22:15 ~23 sec android-e2e 📄log
ad86134 #3 2022-08-26 09:22:19 ~22 sec ios 📄log
ad86134 #3 2022-08-26 09:22:21 ~24 sec android 📄log
✔️ aa9dd13 #4 2022-08-26 09:34:15 ~10 min android 📦apk 📲
✔️ aa9dd13 #4 2022-08-26 09:36:32 ~12 min android-e2e 📦apk 📲
✔️ aa9dd13 #4 2022-08-26 09:46:17 ~22 min ios 📦ipa 📲
✔️ 761e64f #5 2022-08-26 17:38:30 ~11 min android-e2e 📦apk 📲
✔️ 761e64f #5 2022-08-26 17:38:39 ~11 min android 📦apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 26dbb8a #1 2022-08-26 17:41:31 ~2 min tests 📦log
✔️ 26dbb8a #6 2022-08-26 17:46:36 ~7 min android-e2e 📦apk 📲
✔️ 26dbb8a #6 2022-08-26 17:49:15 ~9 min android 📦apk 📲
✔️ 26dbb8a #6 2022-08-26 18:03:14 ~23 min ios 📦ipa 📲
✔️ 1b8aea8 #2 2022-08-26 18:07:04 ~3 min tests 📦log
✔️ 1b8aea8 #7 2022-08-26 18:13:20 ~9 min android 📦apk 📲
✔️ 1b8aea8 #7 2022-08-26 18:15:25 ~11 min android-e2e 📦apk 📲
✔️ 1b8aea8 #7 2022-08-26 18:28:36 ~24 min ios 📦ipa 📲

@flexsurfer
Copy link
Member

we need somehow to make sure infura is used in prod

@flexsurfer flexsurfer moved this from REVIEW to E2E Tests in Pipeline for QA Aug 26, 2022
@jakubgs
Copy link
Member Author

jakubgs commented Aug 26, 2022

@flexsurfer the way the check is one in status-jenkins-lib is like this:

def isReleaseBuild() {
  return (
    params.RELEASE == true ||
    params.BUILD_TYPE == 'release' ||
    env.JOB_NAME.startsWith('status-mobile/release') ||
    env.JOB_NAME.startsWith('status-desktop/release') ||
    env.JOB_NAME.startsWith('status-node/release')
  )
}

https://github.com/status-im/status-jenkins-lib/blob/d4e698806ad54a7543ce2bcb40e9a6ca43c6e3ed/vars/utils.groovy#L151-L159

@status-im-auto
Copy link
Member

99% of end-end tests have passed

Total executed tests: 86
Failed tests: 1
Passed tests: 85
Not executed tests: 1
IDs of not executed tests: 702157 
IDs of failed tests: 702076 

Not executed tests (1)

Click to expand
  • Rerun not executed tests
  • Failed tests (1)

    Click to expand
  • Rerun failed tests

  • Class TestPublicChatBrowserOneDeviceMerged:

    1. test_browser_delete_close_tabs, id: 702076

    Device 1: Find `Button` by `xpath`: `//*[contains(@text, 'bbc.com')]/../../../../*[@content-desc='empty-tab']`
    Device 1: Tap on found: Button

    critical/test_public_chat_browsing.py:423: in test_browser_delete_close_tabs
        web_page.element_by_text_part(urls['bbc.com']).wait_for_invisibility_of_element()
    ../views/base_element.py:144: in wait_for_invisibility_of_element
        raise TimeoutException("Device %s: %s by %s: `%s`  is still visible on the screen after %s seconds after wait_for_invisibility_of_element" % (
     Device 1: Button by xpath: `//*[contains(@text, "bbc.com")]`  is still visible on the screen after 10 seconds after wait_for_invisibility_of_element
    



    Device sessions

    Passed tests (85)

    Click to expand

    Class TestOneToOneChatMultipleSharedDevices:

    1. test_1_1_chat_text_message_edit_delete_push_disappear, id: 695843
    Device sessions

    2. test_1_1_chat_message_reaction, id: 6315
    Device sessions

    3. test_1_1_chat_emoji_send_reply_and_open_link, id: 5373
    Device sessions

    4. test_1_1_chat_image_send_save_reply, id: 6305
    Device sessions

    5. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 5310
    Device sessions

    6. test_1_1_chat_text_message_with_push, id: 6316
    Device sessions

    7. test_1_1_chat_non_latin_message_to_newly_added_contact_with_profile_picture_on_different_networks, id: 5315
    Device sessions

    8. test_1_1_chat_delete_via_delete_button_relogin, id: 5387
    Device sessions

    9. test_1_1_chat_push_emoji, id: 6283
    Device sessions

    Class TestCommandsMultipleDevicesMerged:

    1. test_1_1_chat_command_decline_eth_push_changing_state, id: 6265
    Device sessions

    2. test_1_1_chat_command_request_and_send_tx_stt_in_1_1_chat_offline, id: 6263
    Device sessions

    3. test_1_1_chat_command_send_tx_eth_outgoing_tx_push, id: 6253
    Device sessions

    Class TestPairingSyncMultipleDevicesMerged:

    1. test_pairing_sync_clear_history, id: 702394
    Device sessions

    2. test_pairing_sync_contacts_block_unblock, id: 702196
    Device sessions

    3. test_pairing_sync_initial_profile_picture, id: 702392
    Device sessions

    4. test_pairing_sync_initial_bookmarks, id: 702393
    Device sessions

    5. test_pairing_sync_initial_contacts_blocked_users, id: 702194
    Device sessions

    6. test_pairing_sync_1_1_chat_message, id: 702198
    Device sessions

    7. test_pairing_sync_public_chat_add_remove, id: 702199
    Device sessions

    8. test_pairing_sync_initial_public_chats, id: 702195
    Device sessions

    9. test_pairing_sync_contacts_add_remove_set_nickname_ens, id: 702197
    Device sessions

    Class TestEnsStickersMultipleDevicesMerged:

    1. test_ens_command_send_tx_eth_1_1_chat, id: 702153
    Device sessions

    2. test_ens_mention_push_highlighted_public_chat, id: 702156
    Device sessions

    3. test_ens_mention_nickname_1_1_chat, id: 702155
    Device sessions

    4. test_ens_purchased_in_profile, id: 702152
    Device sessions

    5. test_start_new_chat_public_key_validation, id: 702158
    Device sessions

    Class TestGroupChatMultipleDeviceMerged:

    1. test_group_chat_push_system_messages_when_invited, id: 3994
    Device sessions

    2. test_group_chat_highligted, id: 5756
    Device sessions

    3. test_group_chat_join_send_text_messages_push, id: 700731
    Device sessions

    4. test_group_chat_offline_pn, id: 3998
    Device sessions

    5. test_group_chat_add_new_member_activity_centre, id: 700732
    Device sessions

    6. test_group_chat_leave_relogin, id: 3997
    Device sessions

    Class TestKeycardTxOneDeviceMerged:

    1. test_keycard_relogin_after_restore, id: 700768
    Device sessions

    2. test_keycard_send_tx_sign_message_request_stt_testdapp, id: 700769
    Device sessions

    3. test_keycard_create_account_unlock_same_seed, id: 5689
    Device sessions

    4. test_keycard_send_tx_eth, id: 700767
    Device sessions

    5. test_keycard_wallet_recover_pairing_check_balance_after_offline_tx_history, id: 700770
    Device sessions

    Class TestOnboardingOneDeviceMerged:

    1. test_onboarding_add_new_multiaccount_username_by_position_pass_validation, id: 700747
    Device sessions

    2. test_onboarding_home_initial_popup, id: 700742
    Device sessions

    3. test_onboarding_share_contact_address, id: 700743
    Device sessions

    4. test_onboarding_backup_seed_phrase_restore_same_login_logcat, id: 700745
    Device sessions

    5. test_onboarding_cant_sign_in_with_invalid_password_logcat, id: 700746
    Device sessions

    6. test_onboarding_share_wallet_address, id: 700744
    Device sessions

    Class TestPublicChatMultipleDeviceMerged:

    1. test_public_chat_message_edit, id: 700734
    Device sessions

    2. test_public_chat_unread_messages_counter, id: 5360
    Device sessions

    3. test_public_chat_emoji_send_copy_paste_reply, id: 700719
    Device sessions

    4. test_public_chat_unread_messages_counter_for_mention_relogin, id: 700718
    Device sessions

    5. test_public_chat_delete_chat_long_press, id: 5319
    Device sessions

    6. test_public_chat_link_send_open, id: 700736
    Device sessions

    7. test_public_chat_mark_all_messages_as_read, id: 6270
    Device sessions

    8. test_public_chat_links_with_previews_github_youtube_twitter_gif_send_enable, id: 700737
    Device sessions

    9. test_public_chat_message_send_check_timestamps_while_on_different_tab, id: 5313
    Device sessions

    10. test_public_chat_message_delete, id: 700735
    Device sessions

    Class TestWalletManagementDeviceMerged:

    1. test_wallet_manage_assets, id: 700758
    Device sessions

    2. test_wallet_add_account_seed_phrase_validation, id: 700762
    Device sessions

    3. test_wallet_add_hide_unhide_account_private_key, id: 700761
    Device sessions

    4. test_wallet_add_delete_watch_only_account, id: 700760
    Device sessions

    5. test_wallet_fetching_balance_after_offline_insufficient_funds_errors, id: 700766
    Device sessions

    6. test_wallet_add_account_generate_new, id: 700759
    Device sessions

    7. test_wallet_tx_history_copy_tx_hash_on_cellular, id: 700756
    Device sessions

    Class TestPublicChatBrowserOneDeviceMerged:

    1. test_public_chat_open_using_deep_link, id: 700739
    Device sessions

    2. test_browser_bookmarks_create_edit_remove, id: 702077
    Device sessions

    3. test_browser_blocked_url, id: 702072
    Device sessions

    4. test_browser_connection_is_secure_not_secure_warning, id: 702073
    Device sessions

    5. test_browser_web3_permissions_testdapp, id: 702078
    Device sessions

    6. test_public_chat_tag_message, id: 700738
    Device sessions

    7. test_public_chat_navigate_to_chat_when_relaunch, id: 5396
    Device sessions

    8. test_public_chat_copy_and_paste_message_in_chat_input, id: 5317
    Device sessions

    9. test_public_chat_fetch_more_history, id: 5675
    Device sessions

    10. test_browser_offline, id: 702075
    Device sessions

    11. test_browser_invalid_url, id: 702074
    Device sessions

    Class TestSendTxDeviceMerged:

    1. test_send_tx_eth_check_logcat, id: 700763
    Device sessions

    2. test_send_tx_custom_token_18_decimals_invalid_password, id: 700765
    Device sessions

    3. test_send_tx_token_8_decimals, id: 700764
    Device sessions

    4. test_send_tx_set_recipient_options, id: 700757
    Device sessions

    5. test_send_tx_sign_message_2tx_in_batch_tx_filters_request_stt_testdapp, id: 5342
    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

    5. test_cellular_settings_on_off_public_chat_fetching_history, id: 702188
    Device sessions

    Class TestRestoreOneDeviceMerged:

    1. test_restore_set_up_wallet_sign_phrase, id: 700749
    Device sessions

    2. test_restore_account_migrate_multiaccount_to_keycard_no_db_saved_add_wallet_send_tx, id: 702189
    Device sessions

    3. test_restore_seed_phrase_field_validation, id: 700750
    Device sessions

    4. test_restore_uppercase_whitespaces_seed_phrase_special_char_passw_logcat, id: 700748
    Device sessions

    @status-im-auto
    Copy link
    Member

    86% of end-end tests have passed

    Total executed tests: 7
    Failed tests: 1
    Passed tests: 6
    Not executed tests: 182
    
    IDs of not executed tests: 6253,6265,6263,6315,6316,5373,695843,5315,6283,6305,5310,5387,5313,700734,700735,700719,5360,700718,5319,700736,700737,6270,5675,5396,5317,700738,700739,3994,700731,700732,3998,5756,3997,702152,702153,702155,702156,702157,702158,700742,700743,700744,700745,700746,700747,700748,700749,702189,700750,700756,700758,700759,700760,700761,700762,700766,700763,700764,700765,700757,5342,700767,700768,700769,700770,5689,702072,702073,702074,702075,702076,702077,702078,702186,702175,702176,702188,702177,702194,702195,702196,702197,702198,702199,702392,702393,702394,6243,6292,5742,6246,695851,695852,6330,5358,5437,695855,702360,695890,6219,5453,5766,6318,6213,5455,5721,702167,702259,702260,702317,702318,702319,702320,702321,702322,702323,702324,702325,702326,702327,702328,702329,702330,702331,702149,702150,702179,702201,702151,702180,702181,702182,702159,702160,702161,702164,702165,702178,702166,702183,702184,702185,702187,702244,702245,702246,702247,702251,702252,702248,702253,702254,702249,702250,702266,702288,702133,702269,702270,702271,702272,702273,702281,702282,702367,702368,702283,702284,702285,702286,702287,702289,702290,702291,702292,702293,702294,702295,702296,702375,702376,702377 
    
    IDs of failed tests: 702258 
    

    Not executed tests (182)

    Click to expand
  • Rerun not executed tests
  • Failed tests (1)

    Click to expand
  • Rerun failed tests

  • Class TestChatMediumMultipleDevice:

    1. test_chat_group_chat_set_nickname_and_ens_via_group_info_mention, id: 702258

    # STEP: Check can mention not a contact group member who hasn't sent messages yet
    Device 2: Find `EditBox` by `accessibility id`: `chat-message-input`

    medium/test_chats_m.py:693: in test_chat_group_chat_set_nickname_and_ens_via_group_info_mention
        chat_2.chat_message_input.send_keys('@')
    ../views/base_element.py:315: in send_keys
        self.find_element().send_keys(value)
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 2: EditBox by accessibility id: `chat-message-input` is not found on the screen
    



    Device sessions

    Passed tests (6)

    Click to expand

    Class TestChatMediumMultipleDevice:

    1. test_chat_group_chat_rename, id: 702098
    Device sessions

    2. test_chat_1_1_pin_messages, id: 702069
    Device sessions

    3. test_chat_pin_messages_in_group_chat, id: 702070
    Device sessions

    4. test_chat_public_markdown_support, id: 702065
    Device sessions

    5. test_chat_1_1_push_and_reaction_for_messages_sticker_audio_image, id: 702066
    Device sessions

    6. test_chat_block_and_unblock_user_from_group_chat_via_group_info, id: 702097
    Device sessions

    @qoqobolo qoqobolo moved this from E2E Tests to IN TESTING in Pipeline for QA Aug 26, 2022
    @qoqobolo qoqobolo self-assigned this Aug 26, 2022
    @status-im-auto
    Copy link
    Member

    99% of end-end tests have passed

    Total executed tests: 86
    Failed tests: 1
    Passed tests: 85
    Not executed tests: 1
    
    IDs of not executed tests: 702157 
    
    IDs of failed tests: 6305 
    

    Not executed tests (1)

    Click to expand
  • Rerun not executed tests
  • Failed tests (1)

    Click to expand
  • Rerun failed tests

  • Class TestOneToOneChatMultipleSharedDevices:

    1. test_1_1_chat_image_send_save_reply, id: 6305

    Device 2: Tap on found: Button
    Device 2: Find `Button` by `accessibility id`: `share-button`

    critical/chats/test_1_1_public_chats.py:533: in test_1_1_chat_image_send_save_reply
        self.chat_2.share_image_icon_button.click()
    ../views/base_element.py:90: in click
        self.find_element().click()
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `share-button` is not found on the screen
    



    Device sessions

    Passed tests (85)

    Click to expand

    Class TestRestoreOneDeviceMerged:

    1. test_restore_set_up_wallet_sign_phrase, id: 700749
    Device sessions

    2. test_restore_account_migrate_multiaccount_to_keycard_no_db_saved_add_wallet_send_tx, id: 702189
    Device sessions

    3. test_restore_seed_phrase_field_validation, id: 700750
    Device sessions

    4. test_restore_uppercase_whitespaces_seed_phrase_special_char_passw_logcat, id: 700748
    Device sessions

    Class TestCommandsMultipleDevicesMerged:

    1. test_1_1_chat_command_decline_eth_push_changing_state, id: 6265
    Device sessions

    2. test_1_1_chat_command_request_and_send_tx_stt_in_1_1_chat_offline, id: 6263
    Device sessions

    3. test_1_1_chat_command_send_tx_eth_outgoing_tx_push, id: 6253
    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

    5. test_cellular_settings_on_off_public_chat_fetching_history, id: 702188
    Device sessions

    Class TestPublicChatMultipleDeviceMerged:

    1. test_public_chat_message_edit, id: 700734
    Device sessions

    2. test_public_chat_unread_messages_counter, id: 5360
    Device sessions

    3. test_public_chat_emoji_send_copy_paste_reply, id: 700719
    Device sessions

    4. test_public_chat_unread_messages_counter_for_mention_relogin, id: 700718
    Device sessions

    5. test_public_chat_delete_chat_long_press, id: 5319
    Device sessions

    6. test_public_chat_link_send_open, id: 700736
    Device sessions

    7. test_public_chat_mark_all_messages_as_read, id: 6270
    Device sessions

    8. test_public_chat_links_with_previews_github_youtube_twitter_gif_send_enable, id: 700737
    Device sessions

    9. test_public_chat_message_send_check_timestamps_while_on_different_tab, id: 5313
    Device sessions

    10. test_public_chat_message_delete, id: 700735
    Device sessions

    Class TestOneToOneChatMultipleSharedDevices:

    1. test_1_1_chat_text_message_edit_delete_push_disappear, id: 695843
    Device sessions

    2. test_1_1_chat_message_reaction, id: 6315
    Device sessions

    3. test_1_1_chat_emoji_send_reply_and_open_link, id: 5373
    Device sessions

    4. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 5310
    Device sessions

    5. test_1_1_chat_text_message_with_push, id: 6316
    Device sessions

    6. test_1_1_chat_non_latin_message_to_newly_added_contact_with_profile_picture_on_different_networks, id: 5315
    Device sessions

    7. test_1_1_chat_delete_via_delete_button_relogin, id: 5387
    Device sessions

    8. test_1_1_chat_push_emoji, id: 6283
    Device sessions

    Class TestPairingSyncMultipleDevicesMerged:

    1. test_pairing_sync_clear_history, id: 702394
    Device sessions

    2. test_pairing_sync_contacts_block_unblock, id: 702196
    Device sessions

    3. test_pairing_sync_initial_profile_picture, id: 702392
    Device sessions

    4. test_pairing_sync_initial_bookmarks, id: 702393
    Device sessions

    5. test_pairing_sync_initial_contacts_blocked_users, id: 702194
    Device sessions

    6. test_pairing_sync_1_1_chat_message, id: 702198
    Device sessions

    7. test_pairing_sync_public_chat_add_remove, id: 702199
    Device sessions

    8. test_pairing_sync_initial_public_chats, id: 702195
    Device sessions

    9. test_pairing_sync_contacts_add_remove_set_nickname_ens, id: 702197
    Device sessions

    Class TestEnsStickersMultipleDevicesMerged:

    1. test_ens_command_send_tx_eth_1_1_chat, id: 702153
    Device sessions

    2. test_ens_mention_push_highlighted_public_chat, id: 702156
    Device sessions

    3. test_ens_mention_nickname_1_1_chat, id: 702155
    Device sessions

    4. test_ens_purchased_in_profile, id: 702152
    Device sessions

    5. test_start_new_chat_public_key_validation, id: 702158
    Device sessions

    Class TestSendTxDeviceMerged:

    1. test_send_tx_eth_check_logcat, id: 700763
    Device sessions

    2. test_send_tx_custom_token_18_decimals_invalid_password, id: 700765
    Device sessions

    3. test_send_tx_token_8_decimals, id: 700764
    Device sessions

    4. test_send_tx_set_recipient_options, id: 700757
    Device sessions

    5. test_send_tx_sign_message_2tx_in_batch_tx_filters_request_stt_testdapp, id: 5342
    Device sessions

    Class TestOnboardingOneDeviceMerged:

    1. test_onboarding_add_new_multiaccount_username_by_position_pass_validation, id: 700747
    Device sessions

    2. test_onboarding_home_initial_popup, id: 700742
    Device sessions

    3. test_onboarding_share_contact_address, id: 700743
    Device sessions

    4. test_onboarding_backup_seed_phrase_restore_same_login_logcat, id: 700745
    Device sessions

    5. test_onboarding_cant_sign_in_with_invalid_password_logcat, id: 700746
    Device sessions

    6. test_onboarding_share_wallet_address, id: 700744
    Device sessions

    Class TestWalletManagementDeviceMerged:

    1. test_wallet_manage_assets, id: 700758
    Device sessions

    2. test_wallet_add_account_seed_phrase_validation, id: 700762
    Device sessions

    3. test_wallet_add_hide_unhide_account_private_key, id: 700761
    Device sessions

    4. test_wallet_add_delete_watch_only_account, id: 700760
    Device sessions

    5. test_wallet_fetching_balance_after_offline_insufficient_funds_errors, id: 700766
    Device sessions

    6. test_wallet_add_account_generate_new, id: 700759
    Device sessions

    7. test_wallet_tx_history_copy_tx_hash_on_cellular, id: 700756
    Device sessions

    Class TestKeycardTxOneDeviceMerged:

    1. test_keycard_relogin_after_restore, id: 700768
    Device sessions

    2. test_keycard_send_tx_sign_message_request_stt_testdapp, id: 700769
    Device sessions

    3. test_keycard_create_account_unlock_same_seed, id: 5689
    Device sessions

    4. test_keycard_send_tx_eth, id: 700767
    Device sessions

    5. test_keycard_wallet_recover_pairing_check_balance_after_offline_tx_history, id: 700770
    Device sessions

    Class TestGroupChatMultipleDeviceMerged:

    1. test_group_chat_push_system_messages_when_invited, id: 3994
    Device sessions

    2. test_group_chat_highligted, id: 5756
    Device sessions

    3. test_group_chat_join_send_text_messages_push, id: 700731
    Device sessions

    4. test_group_chat_offline_pn, id: 3998
    Device sessions

    5. test_group_chat_add_new_member_activity_centre, id: 700732
    Device sessions

    6. test_group_chat_leave_relogin, id: 3997
    Device sessions

    Class TestPublicChatBrowserOneDeviceMerged:

    1. test_public_chat_open_using_deep_link, id: 700739
    Device sessions

    2. test_browser_bookmarks_create_edit_remove, id: 702077
    Device sessions

    3. test_browser_blocked_url, id: 702072
    Device sessions

    4. test_browser_delete_close_tabs, id: 702076
    Device sessions

    5. test_browser_connection_is_secure_not_secure_warning, id: 702073
    Device sessions

    6. test_browser_web3_permissions_testdapp, id: 702078
    Device sessions

    7. test_public_chat_tag_message, id: 700738
    Device sessions

    8. test_public_chat_navigate_to_chat_when_relaunch, id: 5396
    Device sessions

    9. test_public_chat_copy_and_paste_message_in_chat_input, id: 5317
    Device sessions

    10. test_public_chat_fetch_more_history, id: 5675
    Device sessions

    11. test_browser_offline, id: 702075
    Device sessions

    12. test_browser_invalid_url, id: 702074
    Device sessions

    @qoqobolo
    Copy link
    Contributor

    Tested displaying stickers on Goerli and Mainnet in different types of chat and buying a sticker pack on Goerli.
    Works great.
    E2e failures are not PR-related.

    @jakubgs PR can be merged.
    Thank you

    @qoqobolo qoqobolo moved this from IN TESTING to MERGE in Pipeline for QA Aug 26, 2022
    @jakubgs jakubgs force-pushed the status-go-ipfs-url branch 2 times, most recently from 761e64f to 26dbb8a Compare August 26, 2022 17:39
    @jakubgs jakubgs merged commit 1b8aea8 into develop Aug 26, 2022
    @jakubgs jakubgs deleted the status-go-ipfs-url branch August 26, 2022 18:37
    Pipeline for QA automation moved this from MERGE to DONE Aug 26, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    Stickerpacks are not loaded in stickermarket (endless loader is displayed)
    4 participants