From 0150a0889a7497ac36696fbb232fa495052b7342 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Mon, 11 Mar 2024 16:02:46 +0300 Subject: [PATCH] chore: enable for editing profile Revert "chore: enable for editing profile" This reverts commit 9f4448200a527cbfc45412aab4da5e37a29781d9. Revert "Revert "chore: enable for editing profile"" This reverts commit 2cc997b65ea4bd65d251421f217ae15d7e9fa8b9. --- test/e2e/tests/online_identifier/test_online_identifier.py | 1 - .../settings/settings_profile/test_settings_profile_edit.py | 1 - 2 files changed, 2 deletions(-) diff --git a/test/e2e/tests/online_identifier/test_online_identifier.py b/test/e2e/tests/online_identifier/test_online_identifier.py index c4f2efceb2..7814b8bfe3 100644 --- a/test/e2e/tests/online_identifier/test_online_identifier.py +++ b/test/e2e/tests/online_identifier/test_online_identifier.py @@ -16,7 +16,6 @@ pytestmark = marks @pytest.mark.case(703007) @pytest.mark.parametrize('user_account', [constants.user.user_account_one]) @pytest.mark.parametrize('new_name', [pytest.param('NewUserName')]) -@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/13799') def test_change_own_display_name(main_screen: MainWindow, user_account, new_name): with step('Open own profile popup and check name of user is correct'): profile = main_screen.left_panel.open_online_identifier() diff --git a/test/e2e/tests/settings/settings_profile/test_settings_profile_edit.py b/test/e2e/tests/settings/settings_profile/test_settings_profile_edit.py index cd17fc3d05..c2129362c8 100644 --- a/test/e2e/tests/settings/settings_profile/test_settings_profile_edit.py +++ b/test/e2e/tests/settings/settings_profile/test_settings_profile_edit.py @@ -19,7 +19,6 @@ pytestmark = marks @pytest.mark.parametrize('user_account, user_account_changed', [pytest.param(constants.user.user_account_one, constants.user.user_account_one_changed_name)]) @pytest.mark.parametrize('bio, links', [pytest.param('This is my bio', constants.social_links)]) -@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/13799') def test_set_name_bio_social_links(main_screen: MainWindow, aut: AUT, user_account, user_account_changed, bio, links): with step('Open profile settings and check name, bio and links'): profile_settings = main_screen.left_panel.open_settings().left_panel.open_profile_settings()