From 3450d2468060c6836b3a0287522ce217ccbe89fe Mon Sep 17 00:00:00 2001 From: Anastasiya Semiankevich Date: Thu, 18 Apr 2024 20:40:17 +0300 Subject: [PATCH] test: enable sync devices test in critical suite --- test/e2e/tests/onboarding/test_onboarding_syncing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/tests/onboarding/test_onboarding_syncing.py b/test/e2e/tests/onboarding/test_onboarding_syncing.py index a7b2546ee7..e42efbd17e 100644 --- a/test/e2e/tests/onboarding/test_onboarding_syncing.py +++ b/test/e2e/tests/onboarding/test_onboarding_syncing.py @@ -34,7 +34,7 @@ def sync_screen(main_window) -> SyncCodeView: @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703592', 'Sync device during onboarding') @pytest.mark.case(703592) -# @pytest.mark.critical TODO: fix the locator to use object name for button paste +@pytest.mark.critical def test_sync_device_during_onboarding(multiple_instances): user: UserAccount = constants.user_with_random_attributes_1 main_window = MainWindow()