in pages/desktop/frontend/users.py [0:0]
def cancel_delete_account(self):
self.wait.until(
EC.element_to_be_clickable(self._cancel_delete_profile_button_locator)
)
self.find_element(*self._cancel_delete_profile_button_locator).click()
self.wait.until(
EC.invisibility_of_element_located(
self._cancel_delete_profile_button_locator
)
)