From 8a298306258d06e388260ed20c6e208f0dc9c12b Mon Sep 17 00:00:00 2001 From: flexsurfer Date: Mon, 25 Jul 2022 12:59:12 +0200 Subject: [PATCH] [#13493] Can not switch to xDai chain (#13709) * [#13493] Can not switch to xDai chain * e2e: removed comments from xDai part of test 695890 Co-authored-by: pavloburykh --- src/status_im/utils/config.cljs | 2 +- test/appium/tests/medium/test_single_device.py | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/status_im/utils/config.cljs b/src/status_im/utils/config.cljs index c4458f5dde..eaba05fd5a 100644 --- a/src/status_im/utils/config.cljs +++ b/src/status_im/utils/config.cljs @@ -108,7 +108,7 @@ :config {:NetworkId (ethereum/chain-keyword->chain-id :xdai) :DataDir "/ethereum/xdai_rpc" :UpstreamConfig {:Enabled true - :URL "https://dai.poa.network"}}} + :URL "https://gnosischain-rpc.gateway.pokt.network"}}} {:id "bsc_rpc", :chain-explorer-link "https://bscscan.com/address/", :name "BSC Network", diff --git a/test/appium/tests/medium/test_single_device.py b/test/appium/tests/medium/test_single_device.py index c20e859ca9..c3907e8ae1 100644 --- a/test/appium/tests/medium/test_single_device.py +++ b/test/appium/tests/medium/test_single_device.py @@ -764,12 +764,11 @@ class TestChatManagement(SingleDeviceTestCase): wallet = home.wallet_button.click() wallet.scan_tokens() [wallet.wait_balance_is_equal_expected_amount(asset, value) for asset, value in user['mainnet'].items()] - # TODO: blocked due to 695890 - # home.just_fyi("Check balance on xDai and default network fee") - # profile = home.profile_button.click() - # profile.switch_network('xDai Chain') - # home.wallet_button.click() - # wallet.element_by_text(user['xdai']).wait_for_element(30) + home.just_fyi("Check balance on xDai and default network fee") + profile = home.profile_button.click() + profile.switch_network('xDai Chain') + home.wallet_button.click() + wallet.element_by_text(user['xdai']).wait_for_element(30) home.just_fyi("Check balance on BSC and default network fee") profile = home.profile_button.click()