mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 02:48:45 -04:00
12 lines
211 B
Python
12 lines
211 B
Python
import datetime
|
|
import os
|
|
import re
|
|
|
|
from playwright.sync_api import expect
|
|
|
|
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")
|
|
|
|
|
|
def test_add_new_service_workflow(authenticated_page, end_to_end_context):
|
|
pass
|