From 40ece121b1fb2131df79d165499cbcb7f6b27c1e Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 23 May 2025 11:07:30 -0700 Subject: [PATCH] e2e --- tests/end_to_end/test_send_message_from_existing_template.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()