mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-12 18:08:57 -04:00
e2e
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user