fix e2e tests
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
5b0f36c0fd
commit
f5be985807
|
@ -81,7 +81,7 @@ class SeleniumTestCase(DockerTestCase, StaticLiveServerTestCase):
|
||||||
if IS_CI:
|
if IS_CI:
|
||||||
print("::group::authentik Logs", file=stderr)
|
print("::group::authentik Logs", file=stderr)
|
||||||
super().setUp()
|
super().setUp()
|
||||||
apps.get_app_config("authentik_tenants").reconcile()
|
apps.get_app_config("authentik_tenants").ready()
|
||||||
self.wait_timeout = 60
|
self.wait_timeout = 60
|
||||||
self.driver = self._get_driver()
|
self.driver = self._get_driver()
|
||||||
self.driver.implicitly_wait(30)
|
self.driver.implicitly_wait(30)
|
||||||
|
|
Reference in New Issue