tests/e2e: Add E2E tests for Flow SFE (#14484)
* add e2e test for SFE login Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add helper text in SFE on password stage Signed-off-by: Jens Langhammer <jens@goauthentik.io> * build sfe for e2e Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix ci e2e cache key not considering sfe Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix sfe missing from docker build Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh I forgot npm Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -241,7 +241,7 @@ class SeleniumTestCase(DockerTestCase, StaticLiveServerTestCase):
|
||||
return element
|
||||
|
||||
def login(self):
|
||||
"""Do entire login flow and check user afterwards"""
|
||||
"""Do entire login flow"""
|
||||
flow_executor = self.get_shadow_root("ak-flow-executor")
|
||||
identification_stage = self.get_shadow_root("ak-stage-identification", flow_executor)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user