Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
The test fails for example in https://github.com/keycloak/keycloak/actions/runs/14449339340/job/40518148517?pr=38926
This is due to "Identity provider login" now being an event that is saved by default. See PR #38825
Version
main
Regression
- The issue is a regression
Expected behavior
Test should used two events that are not saved by default
Actual behavior
It uses an event that is already saved by default, and therefore the tests fails.
How to Reproduce?
See test run above
Anything else?
I'll create a PR