@@ -197,13 +197,13 @@ def test_restore_multiaccount_with_waku_backup_remove_switch(self):
197
197
self .home .chats_tab .click ()
198
198
self .home .contacts_tab .click ()
199
199
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 )
207
207
# Disabled for simple check as sometimes from waku-backup users restored with 3-random names
208
208
# self.home.click_system_back_button_until_element_is_shown()
209
209
# contact_row = self.home.contact_details_row(index=i + 1)
@@ -967,6 +967,8 @@ def test_community_leave(self):
967
967
self .errors .verify_no_errors ()
968
968
969
969
@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" )
970
972
def test_community_hashtag_links_to_community_channels (self ):
971
973
for home in self .homes :
972
974
home .navigate_back_to_home_view ()
0 commit comments