test: enable sync devices test in critical suite

This commit is contained in:
Anastasiya Semiankevich 2024-04-18 20:40:17 +03:00 committed by Anastasiya
parent b079c44d54
commit 3450d24680
1 changed files with 1 additions and 1 deletions

View File

@ -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()