improve imports
This commit is contained in:
parent
d22af87ca1
commit
cf4cfdc4c9
7 changed files with 8 additions and 15 deletions
|
|
@ -4,8 +4,7 @@ import os
|
|||
import pytest
|
||||
from playwright.sync_api import BrowserContext, Page
|
||||
|
||||
from pytest_abra.dir_manager import DirManager
|
||||
from pytest_abra.utils import BaseUrl
|
||||
from pytest_abra import BaseUrl, DirManager
|
||||
|
||||
pytest_plugins = "authentik.tests_authentik.fixtures_authentik"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@ import re
|
|||
|
||||
from playwright.sync_api import Page, expect
|
||||
|
||||
from pytest_abra.dir_manager import DirManager
|
||||
from pytest_abra.utils import BaseUrl
|
||||
from pytest_abra import BaseUrl, DirManager
|
||||
|
||||
# url dashboard
|
||||
# https://files.test.dev.local-it.cloud/apps/dashboard/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue