mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 05:48:12 +00:00
e2e: skipped checks with bugs
This commit is contained in:
parent
6ef113e821
commit
6b612588c4
@ -70,6 +70,7 @@ class TestCommunityOneDeviceMerged(MultipleSharedDeviceTestCase):
|
|||||||
self.errors.verify_no_errors()
|
self.errors.verify_no_errors()
|
||||||
|
|
||||||
@marks.testrail_id(702846)
|
@marks.testrail_id(702846)
|
||||||
|
@marks.xfail(reason="Issue #18075", run=False)
|
||||||
def test_community_navigate_to_channel_when_relaunch(self):
|
def test_community_navigate_to_channel_when_relaunch(self):
|
||||||
text_message = 'some_text'
|
text_message = 'some_text'
|
||||||
if not self.channel.chat_message_input.is_element_displayed():
|
if not self.channel.chat_message_input.is_element_displayed():
|
||||||
|
@ -111,14 +111,15 @@ class TestDeepLinksOneDevice(MultipleSharedDeviceTestCase):
|
|||||||
"community-admins-will-review-your-request").is_element_displayed(10):
|
"community-admins-will-review-your-request").is_element_displayed(10):
|
||||||
self.errors.append("Closed community was not requested to join by the url %s" % community_url)
|
self.errors.append("Closed community was not requested to join by the url %s" % community_url)
|
||||||
|
|
||||||
self.home.just_fyi("Opening a community channel URL from google search bar with no account created")
|
# ToDo: enable when https://github.com/status-im/status-mobile/issues/18074 is fixed
|
||||||
self.driver.reset()
|
# self.home.just_fyi("Opening a community channel URL from google search bar with no account created")
|
||||||
self.home.click_system_home_button()
|
# self.driver.reset()
|
||||||
channel_url = "https://status.app/cc/Ow==#zQ3shbmfT3hvh4mKa1v6uAjjyztQEroh8Mfn6Ckegjd7LT3XK"
|
# self.home.click_system_home_button()
|
||||||
self.home.open_link_from_google_search_app(channel_url, app_package)
|
# channel_url = "https://status.app/cc/Ow==#zQ3shbmfT3hvh4mKa1v6uAjjyztQEroh8Mfn6Ckegjd7LT3XK"
|
||||||
self.sign_in.create_user()
|
# self.home.open_link_from_google_search_app(channel_url, app_package)
|
||||||
if not self.home.element_by_translation_id(
|
# self.sign_in.create_user()
|
||||||
"community-admins-will-review-your-request").is_element_displayed(10):
|
# if not self.home.element_by_translation_id(
|
||||||
self.errors.append("Created user was not redirected to a community channel by the url %s" % channel_url)
|
# "community-admins-will-review-your-request").is_element_displayed(10):
|
||||||
|
# self.errors.append("Created user was not redirected to a community channel by the url %s" % channel_url)
|
||||||
|
|
||||||
self.errors.verify_no_errors()
|
self.errors.verify_no_errors()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user