Closed clauxx closed 1 week ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:x: | 8b60b1d6 | #6 | 2024-11-08 10:57:50 | ~2 min | ios |
:page_facing_up:log |
:heavy_check_mark: | 8b60b1d6 | #6 | 2024-11-08 11:00:02 | ~4 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 8b60b1d6 | #6 | 2024-11-08 11:01:48 | ~6 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | 8b60b1d6 | #6 | 2024-11-08 11:03:49 | ~8 min | android |
:robot:apk :calling: |
:heavy_check_mark: | e8caad05 | #7 | 2024-11-19 10:03:08 | ~8 min | tests |
:page_facing_up:log |
:heavy_check_mark: | e8caad05 | #7 | 2024-11-19 10:04:36 | ~9 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | e8caad05 | #7 | 2024-11-19 10:04:51 | ~10 min | android |
:robot:apk :calling: |
:heavy_check_mark: | e8caad05 | #7 | 2024-11-19 10:04:56 | ~10 min | ios |
:iphone:ipa :calling: |
@shivekkhurana is there a decision on using EUR as the default currency? I think at the moment, we are forced to. Because we don't have a currency switcher on mobile.
@smohamedjavid @xAlisher Do you know if EURO is the default by choice or by force ?
@shivekkhurana is there a decision on using EUR as the default currency? I think at the moment, we are forced to. Because we don't have a currency switcher on mobile.
@smohamedjavid @xAlisher Do you know if EURO is the default by choice or by force ?
@shivekkhurana we do have a currency switcher on mobile though :thinking:
@shivekkhurana is there a decision on using EUR as the default currency? I think at the moment, we are forced to. Because we don't have a currency switcher on mobile.
@smohamedjavid @xAlisher Do you know if EURO is the default by choice or by force ?
I believe we have been using USD as the default currency for both clients. If I recall correctly, there was a discussion very long ago to make EUR the default, but it's not done yet (not sure it's captured somewhere).
Additionally, We also rely on USD, especially for rounding off decimals in the token balance https://github.com/status-im/status-mobile/blob/9862abb7ebaac387652b9f3ff263b96198a3679f/src/status_im/contexts/wallet/common/utils.cljs#L113-L127
@shivekkhurana we do have a currency switcher on mobile though 🤔
@clauxx - Yes, we do have. It can be done through Profile > Language and currency > Currency
. If the user changes currency on any of the clients, the synced devices will be updated too.
Total executed tests: 8
Failed tests: 2
Expected to fail tests: 0
Passed tests: 6
IDs of failed tests: 703133,702843
1. 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 ``` 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: |
1. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
@clauxx thanks for the fixes.
Speaking of https://github.com/status-im/status-mobile/issues/21224 I see that 2 reported points of the issue are still valid:
Currency [1] should be set to € by default Icon in the button [2] shouldn't be there
I see you have already raised a question about default euros, so we need to decide what to do with that. Do we need to fix it? if yes, then where do we want to fix it: in scope of this PR or log a separate issue?
Similar situation with https://github.com/status-im/status-mobile/issues/21221. Two points are still valid:
Currency [1] should be set to € by default Bridge icon [2] still needs to be updated
Similar situation with #21221. Two points are still valid:
Currency [1] should be set to € by default Bridge icon [2] still needs to be updated
@pavloburykh thanks for having a look!
Regarding the currency, I think it's best to have a separate issue for it, as it doesn't seem like there's a clear decision on it.
The bridge icon was fixed here, should be here now as well.
Removed the icon in the button :+1:
Thanks for the PR @clauxx. LGTM!
Regarding the currency, I think it's best to have a separate issue for it, as it doesn't seem like there's a clear decision on it.
I have logged a separate issue regarding default currency https://github.com/status-im/status-mobile/issues/21582.
@Francesca-G could you please review current PR and tell if it is okay from design perspective. Following issues are fixed: https://github.com/status-im/status-mobile/issues/21223 https://github.com/status-im/status-mobile/issues/21224 https://github.com/status-im/status-mobile/issues/21221
Mind that default EUR currency has moved to separate issue as we do not have clear decision about implementation yet.
@clauxx once PR is approved by @Francesca-G it will be ready for merge.
Looks good to me 👍
Thank you @Francesca-G.
@clauxx PR is ready for merge now.
fixes #21223 fixes #21224 fixes #21221
Summary
Some of the design issues have been already fixed it seems, as I couldn't reproduce them, so this is what was fixed here:
Not sure about using EUR as the default currency, as that would change it on desktop as well. @shivekkhurana is there a decision on using EUR as the default currency?
Screenshots
status: ready