mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
add existing template case
This commit is contained in:
@@ -193,7 +193,7 @@ def handle_no_existing_template_case(page):
|
|||||||
|
|
||||||
|
|
||||||
def handle_existing_template_case(page):
|
def handle_existing_template_case(page):
|
||||||
existing_template_link = page.get_by_text("Existing text message template")
|
existing_template_link = page.get_by_text("Example text message template")
|
||||||
expect(existing_template_link).to_be_visible()
|
expect(existing_template_link).to_be_visible()
|
||||||
existing_template_link.click()
|
existing_template_link.click()
|
||||||
print("GOT TO EXISTING TEMPLATE")
|
print("GOT TO EXISTING TEMPLATE")
|
||||||
|
|||||||
Reference in New Issue
Block a user