Skip to content

Commit 4376ee8

Browse files
committed
e2e: disabled checks because of issues with restored contacts and channel links
1 parent 195f0cf commit 4376ee8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

test/appium/tests/critical/chats/test_public_chat_browsing.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ def test_restore_multiaccount_with_waku_backup_remove_switch(self):
197197
self.home.chats_tab.click()
198198
self.home.contacts_tab.click()
199199
contacts_number = self.home.get_contact_rows_count()
200-
if contacts_number != len(waku_user.contacts):
201-
self.errors.append(
202-
"Incorrect contacts number restored: %s instead of %s" % (contacts_number, len(waku_user.contacts)))
203-
else:
204-
for contact in waku_user.contacts:
205-
if not self.home.element_by_text(contact).is_element_displayed(30):
206-
self.errors.append('%s was not restored as a contact from waku backup!' % contact)
200+
# Todo: enable when https://github.com/status-im/status-mobile/issues/18096 is fixed
201+
# if contacts_number != len(waku_user.contacts):
202+
# self.errors.append(
203+
# "Incorrect contacts number restored: %s instead of %s" % (contacts_number, len(waku_user.contacts)))
204+
for contact in waku_user.contacts:
205+
if not self.home.element_by_text(contact).is_element_displayed(30):
206+
self.errors.append('%s was not restored as a contact from waku backup!' % contact)
207207
# Disabled for simple check as sometimes from waku-backup users restored with 3-random names
208208
# self.home.click_system_back_button_until_element_is_shown()
209209
# contact_row = self.home.contact_details_row(index=i + 1)
@@ -967,6 +967,8 @@ def test_community_leave(self):
967967
self.errors.verify_no_errors()
968968

969969
@marks.testrail_id(702948)
970+
@marks.xfail(
971+
reason="Can't navigate to a channel by hashtag link, https://github.com/status-im/status-mobile/issues/18095")
970972
def test_community_hashtag_links_to_community_channels(self):
971973
for home in self.homes:
972974
home.navigate_back_to_home_view()

0 commit comments

Comments
 (0)