Skip to content

Commit

Permalink
e2e: wait for Join button to be available (#18316)
Browse files Browse the repository at this point in the history
  • Loading branch information
churik authored Dec 28, 2023
1 parent 7a4d791 commit 169a092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/appium/views/chat_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def __init__(self, driver):
def join_community(self, password=common_password, open_community=True):
self.driver.info("Joining community")
ChatView(self.driver).chat_element_by_text("https://status.app/c/").click_on_link_inside_message_body()
self.join_button.click()
self.join_button.wait_and_click(120)
self.join_community_button.scroll_and_click()
self.password_input.send_keys(password)
Button(self.driver,
Expand Down

0 comments on commit 169a092

Please sign in to comment.