e2e: fixed 702185

This commit is contained in:
pavloburykh 2022-09-23 16:42:04 +03:00
parent 9fea5c9704
commit 1d3a44b933
No known key found for this signature in database
GPG Key ID: 11D9383A6FB7F1D8
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@ class TestActivityCenterMultipleDeviceMedium(MultipleSharedDeviceTestCase):
def test_activity_center_notifications_on_mentions_in_groups_and_empty_state(self):
[home.home_button.double_click() for home in [self.home_1, self.home_2]]
if not self.home_1.element_by_text_part(self.username_2).is_element_displayed():
self.home_1.handle_contact_request(self.username_2)
self.home_1.home_button.double_click()
self.device_2.just_fyi('Device2 creates Group chat 3')
self.home_2.create_group_chat([self.username_1], group_chat_name=self.group_chat_name_1)
self.home_2.home_button.double_click()