chore: add import seed test to critical suite for now

This commit is contained in:
Anastasiya Semenkevich 2024-02-28 10:17:43 +03:00 committed by Anastasiya
parent 7e139e27ae
commit 6bbdff0691
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def keys_screen(main_window) -> KeysView:
@pytest.mark.parametrize('user_account', [constants.user.user_account_one])
@pytest.mark.parametrize('autocomplete', [
pytest.param(False),
pytest.param(True)
pytest.param(True, marks=pytest.mark.critical)
])
def test_import_seed_phrase(aut: AUT, keys_screen, main_window, user_account, autocomplete: bool):
with step('Open import seed phrase view and enter seed phrase'):