chore: add import seed test to critical suite for now
This commit is contained in:
parent
7e139e27ae
commit
6bbdff0691
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue