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):
30
30
import time
31
31
import unittest
32
32
import uuid
33
- from bs4 import BeautifulSoup
34
33
from seleniumbase import config as sb_config
35
34
from seleniumbase .common import decorators
36
35
from seleniumbase .config import settings
37
- from seleniumbase .core .application_manager import ApplicationManager
38
- from seleniumbase .core .testcase_manager import ExecutionQueryPayload
39
36
from seleniumbase .core .testcase_manager import TestcaseDataPayload
40
37
from seleniumbase .core .testcase_manager import TestcaseManager
41
38
from seleniumbase .core import download_helper
@@ -2725,6 +2722,10 @@ def setUp(self):
2725
2722
# Use Selenium Grid (Use --server=127.0.0.1 for localhost Grid)
2726
2723
self .use_grid = True
2727
2724
if self .with_db_reporting :
2725
+ from seleniumbase .core .application_manager import (
2726
+ ApplicationManager )
2727
+ from seleniumbase .core .testcase_manager import (
2728
+ ExecutionQueryPayload )
2728
2729
import getpass
2729
2730
self .execution_guid = str (uuid .uuid4 ())
2730
2731
self .testcase_guid = None
You can’t perform that action at this time.
0 commit comments