new-features #5

Merged
dan merged 73 commits from wordpress-nextcloud into dev 2023-12-04 12:46:32 +01:00
Showing only changes of commit 1eabe31e9e - Show all commits

View file

@ -5,12 +5,15 @@ from dotenv import dotenv_values
from playwright.sync_api import BrowserContext, Page
from src.dirmanager import DirManager
from src.tests_authentik.fixtures_authentik import (
authentik_admin_context,
authentik_admin_page,
authentik_user_context,
authentik_user_page,
)
# from src.tests_authentik.fixtures_authentik import (
# authentik_admin_context,
# authentik_admin_page,
# authentik_user_context,
# authentik_user_page,
# )
pytest_plugins = "src.tests_authentik.fixtures_authentik"
@pytest.fixture