mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
try current service link
This commit is contained in:
@@ -80,7 +80,14 @@ def _setup(page, end_to_end_context):
|
|||||||
|
|
||||||
def create_new_template(page):
|
def create_new_template(page):
|
||||||
|
|
||||||
|
current_service_link = page.get_by_text("Current service")
|
||||||
|
expect(current_service_link).to_be_visible()
|
||||||
|
current_service_link.click()
|
||||||
|
|
||||||
|
# Check to make sure that we've arrived at the next page.
|
||||||
|
page.wait_for_load_state("domcontentloaded")
|
||||||
print(page.content())
|
print(page.content())
|
||||||
|
|
||||||
create_template_button = page.get_by_text("Create your first template")
|
create_template_button = page.get_by_text("Create your first template")
|
||||||
expect(create_template_button).to_be_visible()
|
expect(create_template_button).to_be_visible()
|
||||||
create_template_button.click()
|
create_template_button.click()
|
||||||
|
|||||||
Reference in New Issue
Block a user