Files
notifications-admin/tests/end_to_end/test_accounts_page.py
Kenneth Kehl 404ef2c3c3 initial
2024-03-25 11:38:07 -07:00

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