chore: enable balance test

https://github.com/status-im/status-desktop/issues/14427 should be fixed
This commit is contained in:
Anastasiya Semiankevich 2024-04-24 12:27:42 +02:00 committed by Anastasiya
parent 5d78f43915
commit 22b989cef8
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ pytestmark = marks
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703508',
'Watched addresses: Excl. / Include in total balance functionality for watched address')
@pytest.mark.case(703508)
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/14427")
@pytest.mark.parametrize('watched_address, name', [
pytest.param('0x7f1502605A2f2Cc01f9f4E7dd55e549954A8cD0C', ''.join(random.choices(string.ascii_letters +
string.digits, k=20)))