mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 09:19:59 +00:00
* [#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:
parent
694986682a
commit
8a29830625
@ -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",
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user