e2e:fixed id, added mark xfail to blocked contacts tests

This commit is contained in:
pavloburykh 2022-07-13 15:59:43 +03:00
parent 08194b3c89
commit d299c65720
No known key found for this signature in database
GPG Key ID: 11D9383A6FB7F1D8
3 changed files with 4 additions and 1 deletions

View File

@ -148,6 +148,7 @@ 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()
@ -171,6 +172,7 @@ 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,6 +295,7 @@ 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')

View File

@ -162,7 +162,7 @@ class TestPairingSyncMediumMultipleDevicesMerged(MultipleSharedDeviceTestCase):
self.device_3.put_app_to_background_and_back()
@marks.testrail_id(702288)
@marks.testrail_id(702266)
def test_pairing_sync_currency(self):
self.wallet_2 = self.home_2.wallet_button.click()
self.wallet_2.just_fyi('Check currency is set to AFN on device 2 after sync')