in pages/desktop/frontend/users.py [0:0]
def email_field_help_link(self):
self.wait.until(
EC.element_to_be_clickable(self._user_email_help_link_locator)
)
self.find_element(*self._user_email_help_link_locator).click()
# waits for the fxa support page to be opened
self.wait.until(
EC.visibility_of_element_located(
(By.CSS_SELECTOR, ".sumo-page-heading")
)
)