e2e:fixed id, added mark xfail to blocked contacts tests
This commit is contained in:
parent
08194b3c89
commit
d299c65720
|
@ -148,6 +148,7 @@ class TestPairingSyncMultipleDevicesMerged(MultipleSharedDeviceTestCase):
|
||||||
[device.profile_button.double_click() for device in (self.profile_1, self.profile_2)]
|
[device.profile_button.double_click() for device in (self.profile_1, self.profile_2)]
|
||||||
|
|
||||||
@marks.testrail_id(702194)
|
@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):
|
def test_pairing_sync_initial_contacts_blocked_users(self):
|
||||||
self.profile_2.contacts_button.scroll_to_element(9, 'up')
|
self.profile_2.contacts_button.scroll_to_element(9, 'up')
|
||||||
self.profile_2.contacts_button.click()
|
self.profile_2.contacts_button.click()
|
||||||
|
@ -171,6 +172,7 @@ class TestPairingSyncMultipleDevicesMerged(MultipleSharedDeviceTestCase):
|
||||||
self.errors.verify_no_errors()
|
self.errors.verify_no_errors()
|
||||||
|
|
||||||
@marks.testrail_id(702196)
|
@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):
|
def test_pairing_sync_contacts_block_unblock(self):
|
||||||
[device.profile_button.double_click() for device in (self.profile_1, self.profile_2)]
|
[device.profile_button.double_click() for device in (self.profile_1, self.profile_2)]
|
||||||
new_user_for_block = transaction_senders['C']
|
new_user_for_block = transaction_senders['C']
|
||||||
|
|
|
@ -295,6 +295,7 @@ class TestBrowserProfileOneDevice(MultipleSharedDeviceTestCase):
|
||||||
self.errors.verify_no_errors()
|
self.errors.verify_no_errors()
|
||||||
|
|
||||||
@marks.testrail_id(702164)
|
@marks.testrail_id(702164)
|
||||||
|
@marks.xfail(reason="failing due to issue #13635. Skipping until fix", run=False)
|
||||||
def test_profile_backup_of_contacts(self):
|
def test_profile_backup_of_contacts(self):
|
||||||
self.home.get_back_to_home_view()
|
self.home.get_back_to_home_view()
|
||||||
self.home.just_fyi('Add user to contacts')
|
self.home.just_fyi('Add user to contacts')
|
||||||
|
|
|
@ -162,7 +162,7 @@ class TestPairingSyncMediumMultipleDevicesMerged(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
self.device_3.put_app_to_background_and_back()
|
self.device_3.put_app_to_background_and_back()
|
||||||
|
|
||||||
@marks.testrail_id(702288)
|
@marks.testrail_id(702266)
|
||||||
def test_pairing_sync_currency(self):
|
def test_pairing_sync_currency(self):
|
||||||
self.wallet_2 = self.home_2.wallet_button.click()
|
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')
|
self.wallet_2.just_fyi('Check currency is set to AFN on device 2 after sync')
|
||||||
|
|
Loading…
Reference in New Issue