From 5f7c6c1fbfc9e52fcb6e76c3e3cd762d54901b01 Mon Sep 17 00:00:00 2001 From: Anastasiya <82375995+anastasiyaig@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:43:56 +0300 Subject: [PATCH] chore: enable test_onboarding_syncing.py (#229) --- test/e2e/tests/onboarding/test_onboarding_syncing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/tests/onboarding/test_onboarding_syncing.py b/test/e2e/tests/onboarding/test_onboarding_syncing.py index 3e3712ef85..975e42fc1b 100644 --- a/test/e2e/tests/onboarding/test_onboarding_syncing.py +++ b/test/e2e/tests/onboarding/test_onboarding_syncing.py @@ -16,7 +16,6 @@ from gui.screens.onboarding import AllowNotificationsView, WelcomeToStatusView, SyncCodeView, SyncDeviceFoundView - @pytest.fixture def sync_screen(main_window) -> SyncCodeView: with step('Open Syncing view'): @@ -30,7 +29,6 @@ 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.parametrize('user_data', [configs.testpath.TEST_USER_DATA / 'user_account_one']) -@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/12550") def test_sync_device_during_onboarding(multiple_instance, user_data): user: UserAccount = constants.user_account_one main_window = MainWindow()