Skip to content

Commit 0f58a56

Browse files
authentik-automation[bot]melizecheBeryJu
authored
tests/e2e: Add delay and serialized rollback to saml e2e test (cherry-pick #18840 to version-2025.12) (#19532)
tests/e2e: Add delay and serialized rollback to saml e2e test (#18840) * Add delay and serialized rollback to saml e2e test * Apply suggestion from @BeryJu * trigger build --------- Signed-off-by: Jens L. <jens@beryju.org> Co-authored-by: Marcelo Elizeche Landó <marcelo@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
1 parent 502e037 commit 0f58a56

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/e2e/test_provider_saml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,3 +687,4 @@ def test_sp_initiated_implicit_post_buffer(self):
687687
[self.user.email],
688688
f"Claim 'upn' mismatch at {self.driver.current_url}: {snippet}",
689689
)
690+
sleep(3)

tests/e2e/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def tearDown(self):
158158
class SeleniumTestCase(DockerTestCase, StaticLiveServerTestCase):
159159
"""StaticLiveServerTestCase which automatically creates a Webdriver instance"""
160160

161+
serialized_rollback = True
161162
host = get_local_ip()
162163
wait_timeout: int
163164
user: User

0 commit comments

Comments
 (0)