@ -150,7 +150,7 @@ class DockerTestCase(TestCase):
|
|||||||
class SeleniumTestCase(DockerTestCase, StaticLiveServerTestCase):
|
class SeleniumTestCase(DockerTestCase, StaticLiveServerTestCase):
|
||||||
"""StaticLiveServerTestCase which automatically creates a Webdriver instance"""
|
"""StaticLiveServerTestCase which automatically creates a Webdriver instance"""
|
||||||
|
|
||||||
host = "0.0.0.0"
|
host = "0.0.0.0" # nosec Required for containers to reach us directly on the host
|
||||||
wait_timeout: int
|
wait_timeout: int
|
||||||
user: User
|
user: User
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user