From 001ad91009f9e84e88507fd6e4ba979c003bc8e3 Mon Sep 17 00:00:00 2001 From: pavloburykh Date: Fri, 22 Jul 2022 15:45:29 +0300 Subject: [PATCH] e2e: removed xfail marks and replaced ropsten by goerly ens user --- test/appium/tests/critical/test_pairing_devices_sync.py | 2 -- test/appium/tests/medium/test_browser_profile.py | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/test/appium/tests/critical/test_pairing_devices_sync.py b/test/appium/tests/critical/test_pairing_devices_sync.py index 1cdd43c65e..0a0c738831 100644 --- a/test/appium/tests/critical/test_pairing_devices_sync.py +++ b/test/appium/tests/critical/test_pairing_devices_sync.py @@ -148,7 +148,6 @@ class TestPairingSyncMultipleDevicesMerged(MultipleSharedDeviceTestCase): [device.profile_button.double_click() for device in (self.profile_1, self.profile_2)] @marks.testrail_id(702194) - @marks.xfail(reason="failing due to issue #13635. Skipping until fix", run=False) def test_pairing_sync_initial_contacts_blocked_users(self): self.profile_2.contacts_button.scroll_to_element(9, 'up') self.profile_2.contacts_button.click() @@ -172,7 +171,6 @@ class TestPairingSyncMultipleDevicesMerged(MultipleSharedDeviceTestCase): self.errors.verify_no_errors() @marks.testrail_id(702196) - @marks.xfail(reason="failing due to issue #13635. Skipping until fix", run=False) def test_pairing_sync_contacts_block_unblock(self): [device.profile_button.double_click() for device in (self.profile_1, self.profile_2)] new_user_for_block = transaction_senders['C'] diff --git a/test/appium/tests/medium/test_browser_profile.py b/test/appium/tests/medium/test_browser_profile.py index 38bb6ed325..3588968555 100644 --- a/test/appium/tests/medium/test_browser_profile.py +++ b/test/appium/tests/medium/test_browser_profile.py @@ -295,7 +295,6 @@ class TestBrowserProfileOneDevice(MultipleSharedDeviceTestCase): self.errors.verify_no_errors() @marks.testrail_id(702164) - @marks.xfail(reason="failing due to issue #13635. Skipping until fix", run=False) def test_profile_backup_of_contacts(self): self.home.get_back_to_home_view() self.home.just_fyi('Add user to contacts') @@ -309,7 +308,7 @@ class TestBrowserProfileOneDevice(MultipleSharedDeviceTestCase): self.home.back_button.click() self.home.just_fyi('Add ENS-user to contacts') - user_ens = 'pavlotest.eth' + user_ens = 'ensmessenger' self.home.add_contact(user_ens) self.home.back_button.click()