From 6608ceb0199eac0f121ce86725ea2c7c4f8c299b Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Thu, 15 Feb 2024 17:18:50 +0300 Subject: [PATCH] chore: update critical path with adding 2 generated accounts with restart --- .../test_plus_button_add_account_after_restart.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_add_account_after_restart.py b/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_add_account_after_restart.py index 81123ad6b6..01f28b1853 100644 --- a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_add_account_after_restart.py +++ b/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_add_account_after_restart.py @@ -25,6 +25,7 @@ pytestmark = marks [ pytest.param('GenAcc2', '#2a4af5', 'sunglasses', '1f60e') ]) +@pytest.mark.critical def test_add_generated_account_restart_add_again( aut: AUT, main_screen: MainWindow, user_account, color: str, emoji: str, emoji_unicode: str, name: str,