chore: added reference to re-importing test case

This commit is contained in:
Valentina Novgorodtceva 2024-05-28 12:39:33 +07:00 committed by Anastasiya
parent 9be7160f5b
commit 45f7445595
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ def keys_screen(main_window) -> KeysView:
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703040', 'Import: 12 word seed phrase')
@pytest.mark.case(703040)
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/736372', 'Re-importing seed-phrase')
@pytest.mark.case(703040, 736372)
@pytest.mark.parametrize('user_account', [constants.user.user_account_one])
@pytest.mark.parametrize('autocomplete, default_name', [
pytest.param(False, 'Account 1'),