e2e: removed xfail marks and replaced ropsten by goerly ens user

This commit is contained in:
pavloburykh 2022-07-22 15:45:29 +03:00
parent 28a2113874
commit 001ad91009
No known key found for this signature in database
GPG Key ID: 11D9383A6FB7F1D8
2 changed files with 1 additions and 4 deletions

View File

@ -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']

View File

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