[#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 <pavlo@status.im>
This commit is contained in:
flexsurfer 2022-07-25 12:59:12 +02:00 committed by GitHub
parent 694986682a
commit 8a29830625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -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",

View File

@ -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()