diff --git a/tests/end_to_end/test_send_message_from_existing_template.py b/tests/end_to_end/test_send_message_from_existing_template.py index 8c08d1434..e4f124ee6 100644 --- a/tests/end_to_end/test_send_message_from_existing_template.py +++ b/tests/end_to_end/test_send_message_from_existing_template.py @@ -179,7 +179,8 @@ def handle_no_existing_template_case(page): # TODO: The failure appears to currently be an issue with retrieving info # from the job cache, and the API throws an error, resulting in the # error page "Sorry, we can't deliver what you asked for right now." - activity_button = page.get_by_text("Activity") + # activity_button = page.get_by_text("Activity") + activity_button = page.get_by_role("link", name="Activity") expect(activity_button).to_be_visible() activity_button.click()