e2e: test against standalone chrome instance, start implementing oidc provider test
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user