e2e: remived xfail marks
This commit is contained in:
parent
be618bfafe
commit
205b74cd34
|
@ -567,7 +567,6 @@ class TestOneToOneChatMultipleSharedDevicesNewUiTwo(MultipleSharedDeviceTestCase
|
|||
self.errors.verify_no_errors()
|
||||
|
||||
@marks.testrail_id(702783)
|
||||
@marks.xfail(reason="Data delivery issue")
|
||||
def test_1_1_chat_is_shown_message_sent_delivered_from_offline(self):
|
||||
# self.chat_2.jump_to_card_by_text(self.username_1)
|
||||
# self.chat_1.jump_to_card_by_text(self.username_2)
|
||||
|
|
|
@ -283,7 +283,6 @@ class TestGroupChatMultipleDeviceMergedNewUI(MultipleSharedDeviceTestCase):
|
|||
self.errors.verify_no_errors()
|
||||
|
||||
@marks.testrail_id(702808)
|
||||
@marks.xfail(reason="Data delivery issue")
|
||||
def test_group_chat_offline_pn(self):
|
||||
for i in range(1, 3):
|
||||
self.homes[i].navigate_back_to_home_view()
|
||||
|
@ -294,6 +293,7 @@ class TestGroupChatMultipleDeviceMergedNewUI(MultipleSharedDeviceTestCase):
|
|||
message_1, message_2 = 'message from old member', 'message from new member'
|
||||
|
||||
self.homes[0].just_fyi("Put admin device to offline and send messages from members")
|
||||
self.homes[0].navigate_back_to_home_view()
|
||||
app_package = self.drivers[0].current_package
|
||||
self.homes[0].driver.set_network_connection(ConnectionType.AIRPLANE_MODE)
|
||||
self.chats[1].send_message(message_1)
|
||||
|
|
|
@ -633,7 +633,6 @@ class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase):
|
|||
channel_1_element.click()
|
||||
self.errors.verify_no_errors()
|
||||
|
||||
@marks.xfail(reason="Message can be missed after unblock: https://github.com/status-im/status-mobile/issues/16873")
|
||||
@marks.testrail_id(702894)
|
||||
def test_community_contact_block_unblock_offline(self):
|
||||
for i, channel in enumerate([self.channel_1, self.channel_2]):
|
||||
|
|
Loading…
Reference in New Issue