import all authentik fixtures

This commit is contained in:
Daniel 2023-11-30 18:42:27 +01:00
parent add21a694e
commit 3e142a7593

View file

@ -5,6 +5,12 @@ 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,
)
@pytest.fixture