mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-29 21:51:00 -04:00
format
This commit is contained in:
@@ -6,6 +6,7 @@ from playwright.sync_api import expect
|
||||
|
||||
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")
|
||||
|
||||
|
||||
def _setup(page):
|
||||
# Prepare for adding a new service later in the test.
|
||||
current_date_time = datetime.datetime.now()
|
||||
@@ -136,7 +137,6 @@ def test_invite_team_member_to_service(authenticated_page):
|
||||
permission_box_activity = page.get_by_role("checkbox", name=checkbox)
|
||||
expect(permission_box_activity).to_be_checked()
|
||||
|
||||
|
||||
# Check for send invitation email button
|
||||
send_invite_email_button = page.get_by_role("button", name=re.compile("Send invitation email"))
|
||||
expect(send_invite_email_button).to_be_visible()
|
||||
|
||||
Reference in New Issue
Block a user