change all imports
This commit is contained in:
parent
8c28974692
commit
1fb1d4adfb
21 changed files with 43 additions and 45 deletions
|
|
@ -14,8 +14,8 @@ from dotenv import dotenv_values
|
|||
from playwright.sync_api import BrowserContext, expect
|
||||
from pytest import Parser
|
||||
|
||||
from abratest.dir_manager import DirManager
|
||||
from abratest.utils import BaseUrl
|
||||
from pytest_abra.dir_manager import DirManager
|
||||
from pytest_abra.utils import BaseUrl
|
||||
|
||||
# global timeout and LOCALE
|
||||
LOCALE = {"Accept-Language": "de_DE"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue