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

Wallet: loading routes #18279

Closed
wants to merge 2 commits into from
Closed

Wallet: loading routes #18279

wants to merge 2 commits into from

Conversation

OmarBasem
Copy link
Contributor

@OmarBasem OmarBasem commented Dec 22, 2023

fixes: #18278

This PR implements loading routes UI in wallet send flow.

A few points that needs consideration:

The loading routes UI assumes that we know in advance what are the possible routes, but that's not the case. We first need to fetch the routes then display them.

Currently, we display the best route only. I have noticed that the best route is usually the first network after mainnet, so in this PR I am assuming this will be the best route while in loading state. But is there a way to know/calculate these routes in advance. Especially that later on we want to display all the possible routes, not just the best route.

On Desktop app, it only displays a loading indicator while loading the routes, so maybe on mobile we should do the same?

Designs

Demo:
https://github.com/status-im/status-mobile/assets/29354102/2d3510f7-6d3a-4816-a29c-d7bb2b79bb8e

@OmarBasem OmarBasem self-assigned this Dec 22, 2023
@status-im-auto
Copy link
Member

status-im-auto commented Dec 22, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ ffef56d #1 2023-12-22 08:24:08 ~4 min tests 📄log
✔️ ffef56d #1 2023-12-22 08:26:12 ~6 min android 🤖apk 📲
✔️ ffef56d #1 2023-12-22 08:27:24 ~8 min android-e2e 🤖apk 📲
✔️ ffef56d #1 2023-12-22 08:32:23 ~13 min ios 📱ipa 📲
cadd2d7 #2 2023-12-25 12:27:31 ~2 min tests 📄log
✔️ cadd2d7 #2 2023-12-25 12:31:55 ~7 min android 🤖apk 📲
✔️ cadd2d7 #2 2023-12-25 12:31:56 ~7 min android-e2e 🤖apk 📲
✔️ cadd2d7 #2 2023-12-25 12:36:58 ~12 min ios 📱ipa 📲

@OmarBasem OmarBasem force-pushed the wallet/loading-routes-ui branch from ffef56d to cadd2d7 Compare December 25, 2023 12:24
@OmarBasem OmarBasem marked this pull request as ready for review December 25, 2023 12:34
@OmarBasem OmarBasem changed the title [WIP] Wallet: loading routes Wallet: loading routes Dec 25, 2023
Comment on lines +47 to +55
[routes
{:amount amount
:status :default
:from-network from-network
:to-network to-network}]
[routes
{:status :loading
:from-network (:network-name (nth (seq networks) 1))
:to-network (:network-name (nth (seq networks) 1))}]))]))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can simplify this code by having one routes element and set the corresponding value of from-network, to-network, status and amount in the let bindings

Comment on lines +42 to +44
{:content-container-style {:flex-grow 1
:align-items :center
:justify-content :center}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should set this style in a styles file

@briansztamfater
Copy link
Member

@OmarBasem thanks for your PR! Can you please rebase and fix linting?

@briansztamfater
Copy link
Member

The loading routes UI assumes that we know in advance what are the possible routes, but that's not the case. We first need to fetch the routes then display them.

Currently, we display the best route only. I have noticed that the best route is usually the first network after mainnet, so in this PR I am assuming this will be the best route while in loading state. But is there a way to know/calculate these routes in advance. Especially that later on we want to display all the possible routes, not just the best route.

On Desktop app, it only displays a loading indicator while loading the routes, so maybe on mobile we should do the same?

I think we should have some input from the design team on how we should handle this. By now I think it is okay?, but probably they can come up with an elegant solution to this. cc @mariocnovoa @pedro-et

@status-im-auto
Copy link
Member

42% of end-end tests have passed

Total executed tests: 48
Failed tests: 24
Expected to fail tests: 4
Passed tests: 20
IDs of failed tests: 702845,702840,702894,703086,702947,702958,702786,702844,702851,702841,702839,702809,702838,704615,702948,702859,703629,703133,702957,702843,702850,702936,702777,703194 
IDs of expected to fail tests: 702731,702808,702732,703503 

Failed tests (24)

Click to expand
  • Rerun failed tests

  • Class TestCommunityOneDeviceMerged:

    1. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133

    Device 1: Find `Button` by `accessibility id`: `show-profiles`
    Device 1: Tap on found: Button

    critical/chats/test_public_chat_browsing.py:273: in test_restore_multiaccount_with_waku_backup_remove_switch
        self.errors.verify_no_errors()
    base_test_case.py:191: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     zQ3...pJN5P was not restored as a contact from waku backup!
    E    zQ3...UxXqE was not restored as a contact from waku backup!
    E    admin_open was not restored from waku-backup!!
    



    Device sessions

    Class TestActivityMultipleDevicePRTwo:

    1. test_activity_center_admin_notification_accept_swipe, id: 702958

    Test setup failed: activity_center/test_activity_center.py:399: in prepare_devices
        self.community_2.join_community()
    ../views/chat_view.py:428: in join_community
        self.join_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: `show-request-to-join-screen-button` 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_activity_center_mentions, id: 702957

    Device 2: Find Text by xpath: //android.view.ViewGroup[@content-desc='chat-item']//android.widget.TextView[contains(@text,'https://status.app/c/')]
    Device 2: Find Button by accessibility id: show-request-to-join-screen-button

    Test setup failed: activity_center/test_activity_center.py:399: in prepare_devices
        self.community_2.join_community()
    ../views/chat_view.py:428: in join_community
        self.join_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: `show-request-to-join-screen-button` 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

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_emoji_send_copy_paste_reply, id: 702840

    Test setup failed: critical/chats/test_public_chat_browsing.py:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` 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:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` is not found on the screen after wait_for_visibility_of_element 
    

    [[Message can be missed after unblock: https://github.com//issues/16873]]

    3. test_community_mark_all_messages_as_read, id: 703086

    Test setup failed: critical/chats/test_public_chat_browsing.py:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` 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:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` 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:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` 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:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` is not found on the screen after wait_for_visibility_of_element
    



    7. test_community_message_send_check_timestamps_sender_username, id: 702838

    Device 2: Find Button by accessibility id: show-qr-button
    Device 2: Tap on found: Button

    Test setup failed: critical/chats/test_public_chat_browsing.py:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    8. test_community_edit_delete_message_when_offline, id: 704615

    Test setup failed: critical/chats/test_public_chat_browsing.py:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` 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:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` 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:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` 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:288: in prepare_devices
        self.public_key_2 = self.home_2.get_public_key_via_share_profile_tab()
    ../views/home_view.py:573: in get_public_key_via_share_profile_tab
        link_to_profile = self.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` is not found on the screen after wait_for_visibility_of_element
    



    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851

    Test setup failed: activity_center/test_activity_center.py:27: in prepare_devices
        self.profile_link_2 = self.home_2.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` is not found on the screen after wait_for_visibility_of_element
    



    2. test_activity_center_contact_request_decline, id: 702850

    Device 2: Find Button by accessibility id: show-qr-button
    Device 2: Tap on found: Button

    Test setup failed: activity_center/test_activity_center.py:27: in prepare_devices
        self.profile_link_2 = self.home_2.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    3. test_add_contact_field_validation, id: 702777

    Test setup failed: activity_center/test_activity_center.py:27: in prepare_devices
        self.profile_link_2 = self.home_2.get_link_to_profile()
    ../views/home_view.py:567: in get_link_to_profile
        self.link_to_profile_text.wait_for_visibility_of_element()
    ../views/base_element.py:139: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: Text by xpath:`(//*[@content-desc='link-to-profile']/preceding-sibling::*[1]/android.widget.TextView)[1]` is not found on the screen after wait_for_visibility_of_element
    



    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_leave, id: 702845

    Test setup failed: critical/chats/test_public_chat_browsing.py:833: in prepare_devices
        self.community_2.join_community()
    ../views/chat_view.py:428: in join_community
        self.join_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: `show-request-to-join-screen-button` 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_mentions_push_notification, id: 702786

    Device 2: Find Text by xpath: //android.view.ViewGroup[@content-desc='chat-item']//android.widget.TextView[contains(@text,'https://status.app/c/')]
    Device 2: Find Button by accessibility id: show-request-to-join-screen-button

    Test setup failed: critical/chats/test_public_chat_browsing.py:833: in prepare_devices
        self.community_2.join_community()
    ../views/chat_view.py:428: in join_community
        self.join_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: `show-request-to-join-screen-button` 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

    3. test_community_markdown_support, id: 702809

    Test setup failed: critical/chats/test_public_chat_browsing.py:833: in prepare_devices
        self.community_2.join_community()
    ../views/chat_view.py:428: in join_community
        self.join_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: `show-request-to-join-screen-button` 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_hashtag_links_to_community_channels, id: 702948

    Test setup failed: critical/chats/test_public_chat_browsing.py:833: in prepare_devices
        self.community_2.join_community()
    ../views/chat_view.py:428: in join_community
        self.join_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: `show-request-to-join-screen-button` 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 
    

    [[Can't navigate to a channel by hashtag link, https://github.com//issues/18095]]

    5. test_community_join_when_node_owner_offline, id: 703629

    Test setup failed: critical/chats/test_public_chat_browsing.py:833: in prepare_devices
        self.community_2.join_community()
    ../views/chat_view.py:428: in join_community
        self.join_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: `show-request-to-join-screen-button` 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
    



    Class TestActivityMultipleDevicePR:

    1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947

    Test setup failed: activity_center/test_activity_center.py:244: in prepare_devices
        self.chat_2.send_message(self.text_message)
    ../views/chat_view.py:1004: in send_message
        self.chat_message_input.wait_for_element(wait_chat_input_sec)
    ../views/base_element.py:121: in wait_for_element
        raise TimeoutException(
     Device `2`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
    



    2. test_navigation_jump_to, id: 702936

    Device 2: ChatMessageInput element not found
    Device 2: Sending message 'hello'

    Test setup failed: activity_center/test_activity_center.py:244: in prepare_devices
        self.chat_2.send_message(self.text_message)
    ../views/chat_view.py:1004: in send_message
        self.chat_message_input.wait_for_element(wait_chat_input_sec)
    ../views/base_element.py:121: in wait_for_element
        raise TimeoutException(
     Device `2`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
    



    Device sessions

    Expected to fail tests (4)

    Click to expand

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_offline_pn, id: 702808

    Device 3: Looking for a message by text: message from old member
    Device 3: Looking for a message by text: message from new member

    critical/chats/test_group_chat.py:324: in test_group_chat_offline_pn
        self.errors.verify_no_errors()
    base_test_case.py:191: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Messages PN was not fetched from offline 
    

    [[Data delivery issue]]

    Device sessions

    2. test_group_chat_pin_messages, id: 702732

    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Pin feature is in development]]

    Class TestCommunityOneDeviceMerged:

    1. test_community_discovery, id: 703503

    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Curated communities not loading, https://github.com//issues/17852]]

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_pin_messages, id: 702731

    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Pin feature is in development]]

    Passed tests (20)

    Click to expand

    Class TestCommunityOneDeviceMerged:

    1. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    2. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    3. test_community_undo_delete_message, id: 702869
    Device sessions

    4. test_community_mute_community_and_channel, id: 703382
    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:

    1. test_1_1_chat_mute_chat, id: 703496
    Device sessions

    2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783
    Device sessions

    3. test_1_1_chat_delete_via_long_press_relogin, id: 702784
    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_edit_message, id: 702855
    Device sessions

    2. test_1_1_chat_message_reaction, id: 702730
    Device sessions

    3. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745
    Device sessions

    4. test_1_1_chat_text_message_delete_push_disappear, id: 702733
    Device sessions

    5. test_1_1_chat_push_emoji, id: 702813
    Device sessions

    6. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782
    Device sessions

    7. test_1_1_chat_send_image_save_and_share, id: 703391
    Device sessions

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_reactions, id: 703202
    Device sessions

    2. test_group_chat_join_send_text_messages_push, id: 702807
    Device sessions

    3. test_group_chat_send_image_save_and_share, id: 703297
    Device sessions

    4. test_group_chat_mute_chat, id: 703495
    Device sessions

    Class TestDeepLinksOneDevice:

    1. test_links_deep_links, id: 702775
    Device sessions

    2. test_links_open_universal_links_from_chat, id: 704613
    Device sessions

    @@ -8,7 +8,7 @@
    [token]
    (let [token-symbol (cond-> token
    (keyword? token) name
    :always (comp string/lower-case str))]
    :always string/lower-case)]
    Copy link
    Contributor

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    I thought @ulisesmac recently handled this? is there still issues here? 🤔

    Copy link
    Contributor Author

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    @J-Son89 these are old changes. Not relevant anymore.

    @OmarBasem
    Copy link
    Contributor Author

    To be followed in: #18491

    @OmarBasem OmarBasem closed this Jan 15, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    Archived in project
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    Wallet: loading routes UI
    4 participants