mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 22:25:12 +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)
|
:config {:NetworkId (ethereum/chain-keyword->chain-id :xdai)
|
||||||
:DataDir "/ethereum/xdai_rpc"
|
:DataDir "/ethereum/xdai_rpc"
|
||||||
:UpstreamConfig {:Enabled true
|
:UpstreamConfig {:Enabled true
|
||||||
:URL "https://dai.poa.network"}}}
|
:URL "https://gnosischain-rpc.gateway.pokt.network"}}}
|
||||||
{:id "bsc_rpc",
|
{:id "bsc_rpc",
|
||||||
:chain-explorer-link "https://bscscan.com/address/",
|
:chain-explorer-link "https://bscscan.com/address/",
|
||||||
:name "BSC Network",
|
:name "BSC Network",
|
||||||
|
@ -764,12 +764,11 @@ class TestChatManagement(SingleDeviceTestCase):
|
|||||||
wallet = home.wallet_button.click()
|
wallet = home.wallet_button.click()
|
||||||
wallet.scan_tokens()
|
wallet.scan_tokens()
|
||||||
[wallet.wait_balance_is_equal_expected_amount(asset, value) for asset, value in user['mainnet'].items()]
|
[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")
|
||||||
# home.just_fyi("Check balance on xDai and default network fee")
|
profile = home.profile_button.click()
|
||||||
# profile = home.profile_button.click()
|
profile.switch_network('xDai Chain')
|
||||||
# profile.switch_network('xDai Chain')
|
home.wallet_button.click()
|
||||||
# home.wallet_button.click()
|
wallet.element_by_text(user['xdai']).wait_for_element(30)
|
||||||
# wallet.element_by_text(user['xdai']).wait_for_element(30)
|
|
||||||
|
|
||||||
home.just_fyi("Check balance on BSC and default network fee")
|
home.just_fyi("Check balance on BSC and default network fee")
|
||||||
profile = home.profile_button.click()
|
profile = home.profile_button.click()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user