diff --git a/test/e2e/tests/onboarding/test_onboarding_import_seed.py b/test/e2e/tests/onboarding/test_onboarding_import_seed.py index c6beafdf2e..79a7b2203d 100644 --- a/test/e2e/tests/onboarding/test_onboarding_import_seed.py +++ b/test/e2e/tests/onboarding/test_onboarding_import_seed.py @@ -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'):