chore: enable back balance test
This commit is contained in:
parent
eb63cde0a0
commit
1f55d95474
|
@ -20,7 +20,6 @@ from gui.screens.settings_wallet import WalletSettingsView
|
|||
pytest.param('0x7f1502605A2f2Cc01f9f4E7dd55e549954A8cD0C', ''.join(random.choices(string.ascii_letters +
|
||||
string.digits, k=20)))
|
||||
])
|
||||
@pytest.mark.skip(reason="https://github.com/status-im/desktop-qa-automation/issues/343")
|
||||
def test_settings_include_in_total_balance(main_screen: MainWindow, name, watched_address):
|
||||
with (step('Open wallet on main screen and check the total balance for new account is 0')):
|
||||
wallet_main_screen = main_screen.left_panel.open_wallet()
|
||||
|
|
Loading…
Reference in New Issue