From 6bbdff0691328fe0f687beccf36d2e23a80e9777 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Wed, 28 Feb 2024 10:17:43 +0300 Subject: [PATCH] chore: add import seed test to critical suite for now --- test/e2e/tests/onboarding/test_onboarding_import_seed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):