mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-12 16:14:56 -05:00
get rid of async
This commit is contained in:
@@ -12,6 +12,7 @@ python = "^3.13.2"
|
|||||||
ago = "~=0.1.0"
|
ago = "~=0.1.0"
|
||||||
beautifulsoup4 = "^4.13.3"
|
beautifulsoup4 = "^4.13.3"
|
||||||
blinker = "~=1.8"
|
blinker = "~=1.8"
|
||||||
|
eventlet = "==0.40.0"
|
||||||
exceptiongroup = "==1.3.0"
|
exceptiongroup = "==1.3.0"
|
||||||
flask = "~=3.1"
|
flask = "~=3.1"
|
||||||
flask-basicauth = "~=0.2"
|
flask-basicauth = "~=0.2"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ from tests.end_to_end.conftest import check_axe_report
|
|||||||
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")
|
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")
|
||||||
|
|
||||||
|
|
||||||
async def create_new_template(page):
|
def create_new_template(page):
|
||||||
|
|
||||||
current_service_link = page.get_by_text("Current service")
|
current_service_link = page.get_by_text("Current service")
|
||||||
expect(current_service_link).to_be_visible()
|
expect(current_service_link).to_be_visible()
|
||||||
|
|||||||
Reference in New Issue
Block a user