mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
add existing template case
This commit is contained in:
@@ -300,10 +300,10 @@ def test_send_message_from_existing_template(authenticated_page, end_to_end_cont
|
|||||||
|
|
||||||
new_service_name = _setup(page, end_to_end_context)
|
new_service_name = _setup(page, end_to_end_context)
|
||||||
|
|
||||||
#if page.get_by_text("Create your first template"):
|
if page.get_by_text("Create your first template"):
|
||||||
# handle_no_existing_template_case(page)
|
handle_no_existing_template_case(page)
|
||||||
#else:
|
else:
|
||||||
handle_existing_template_case(page)
|
handle_existing_template_case(page)
|
||||||
|
|
||||||
_teardown(page)
|
_teardown(page)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user