chore: change ticket reference and remove xfail mark

This commit is contained in:
Anastasiya Semenkevich 2024-03-06 14:39:25 +03:00 committed by Anastasiya
parent 8ea10c5bba
commit 53979c9598
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pytestmark = marks
pytest.param('0x7f1502605A2f2Cc01f9f4E7dd55e549954A8cD0C', ''.join(random.choices(string.ascii_letters +
string.digits, k=20)))
])
@pytest.mark.xfail(reason="https://github.com/status-im/status-desktop/issues/12987")
@pytest.mark.skip(reason='https://github.com/status-im/desktop-qa-automation/issues/385')
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()