chore: enable back balance test

This commit is contained in:
Anastasiya Semenkevich 2023-12-05 17:18:43 +03:00 committed by Anastasiya
parent 2fab5ca720
commit 4214103a6a
1 changed files with 0 additions and 1 deletions

View File

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