mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
uncomment tests
This commit is contained in:
@@ -99,7 +99,7 @@ async def create_new_template(page):
|
|||||||
assert "Test message for e2e test" in page.content()
|
assert "Test message for e2e test" in page.content()
|
||||||
|
|
||||||
|
|
||||||
async def test_create_new_template(end_to_end_context):
|
def test_create_new_template(end_to_end_context):
|
||||||
page = end_to_end_context.new_page()
|
page = end_to_end_context.new_page()
|
||||||
page.goto(f"{E2E_TEST_URI}/sign-in")
|
page.goto(f"{E2E_TEST_URI}/sign-in")
|
||||||
# Wait for the next page to fully load.
|
# Wait for the next page to fully load.
|
||||||
|
|||||||
Reference in New Issue
Block a user