tests: test for adding account from settings is disabled

This commit is contained in:
Anastasiya Semenkevich 2024-06-20 17:36:10 +03:00 committed by Anastasiya
parent d1053be5f0
commit d975dc66a1
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pytestmark = marks
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/edit/703598', @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/edit/703598',
'Add new account from wallet settings screen') 'Add new account from wallet settings screen')
@pytest.mark.case(703598) @pytest.mark.case(703598)
@pytest.mark.skip
@pytest.mark.parametrize('user_account', [constants.user.user_with_random_attributes_1]) @pytest.mark.parametrize('user_account', [constants.user.user_with_random_attributes_1])
@pytest.mark.parametrize('account_name, color, emoji, emoji_unicode', @pytest.mark.parametrize('account_name, color, emoji, emoji_unicode',
[ [