Skip to content

Commit 6b61258

Browse files
committed
e2e: skipped checks with bugs
1 parent 6ef113e commit 6b61258

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_community_discovery(self):
7070
self.errors.verify_no_errors()
7171

7272
@marks.testrail_id(702846)
73+
@marks.xfail(reason="Issue #18075", run=False)
7374
def test_community_navigate_to_channel_when_relaunch(self):
7475
text_message = 'some_text'
7576
if not self.channel.chat_message_input.is_element_displayed():

test/appium/tests/critical/test_deep_and_universal_links.py

+10-9
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,15 @@ def test_links_open_universal_links_from_other_apps(self):
111111
"community-admins-will-review-your-request").is_element_displayed(10):
112112
self.errors.append("Closed community was not requested to join by the url %s" % community_url)
113113

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)
123124

124125
self.errors.verify_no_errors()

0 commit comments

Comments
 (0)