@@ -111,14 +111,15 @@ def test_links_open_universal_links_from_other_apps(self):
111
111
"community-admins-will-review-your-request" ).is_element_displayed (10 ):
112
112
self .errors .append ("Closed community was not requested to join by the url %s" % community_url )
113
113
114
- self .home .just_fyi ("Opening a community channel URL from google search bar with no account created" )
115
- self .driver .reset ()
116
- self .home .click_system_home_button ()
117
- channel_url = "https://status.app/cc/Ow==#zQ3shbmfT3hvh4mKa1v6uAjjyztQEroh8Mfn6Ckegjd7LT3XK"
118
- self .home .open_link_from_google_search_app (channel_url , app_package )
119
- self .sign_in .create_user ()
120
- if not self .home .element_by_translation_id (
121
- "community-admins-will-review-your-request" ).is_element_displayed (10 ):
122
- self .errors .append ("Created user was not redirected to a community channel by the url %s" % channel_url )
114
+ # ToDo: enable when https://github.com/status-im/status-mobile/issues/18074 is fixed
115
+ # self.home.just_fyi("Opening a community channel URL from google search bar with no account created")
116
+ # self.driver.reset()
117
+ # self.home.click_system_home_button()
118
+ # channel_url = "https://status.app/cc/Ow==#zQ3shbmfT3hvh4mKa1v6uAjjyztQEroh8Mfn6Ckegjd7LT3XK"
119
+ # self.home.open_link_from_google_search_app(channel_url, app_package)
120
+ # self.sign_in.create_user()
121
+ # if not self.home.element_by_translation_id(
122
+ # "community-admins-will-review-your-request").is_element_displayed(10):
123
+ # self.errors.append("Created user was not redirected to a community channel by the url %s" % channel_url)
123
124
124
125
self .errors .verify_no_errors ()
0 commit comments