e2e: test against standalone chrome instance, start implementing oidc provider test

This commit is contained in:
Jens Langhammer
2020-06-19 18:19:20 +02:00
parent c83216ece0
commit 8c6a4a4968
8 changed files with 32 additions and 52 deletions

View File

@ -17,11 +17,9 @@ from e2e.utils import apply_default_data
class TestEnroll2Step(StaticLiveServerTestCase):
"""Test 2-step enroll flow"""
host = "passbook"
def setUp(self):
self.driver = webdriver.Remote(
command_executor="http://hub:4444/wd/hub",
command_executor="http://localhost:4444/wd/hub",
desired_capabilities=DesiredCapabilities.CHROME,
)
self.driver.implicitly_wait(5)