File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,9 @@ def test_anything(self):
3030import time
3131import unittest
3232import uuid
33- from bs4 import BeautifulSoup
3433from seleniumbase import config as sb_config
3534from seleniumbase .common import decorators
3635from seleniumbase .config import settings
37- from seleniumbase .core .application_manager import ApplicationManager
38- from seleniumbase .core .testcase_manager import ExecutionQueryPayload
3936from seleniumbase .core .testcase_manager import TestcaseDataPayload
4037from seleniumbase .core .testcase_manager import TestcaseManager
4138from seleniumbase .core import download_helper
@@ -2725,6 +2722,10 @@ def setUp(self):
27252722 # Use Selenium Grid (Use --server=127.0.0.1 for localhost Grid)
27262723 self .use_grid = True
27272724 if self .with_db_reporting :
2725+ from seleniumbase .core .application_manager import (
2726+ ApplicationManager )
2727+ from seleniumbase .core .testcase_manager import (
2728+ ExecutionQueryPayload )
27282729 import getpass
27292730 self .execution_guid = str (uuid .uuid4 ())
27302731 self .testcase_guid = None
You can’t perform that action at this time.
0 commit comments