mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-26 00:30:35 -04:00
When the last item on a paginated table is deleted, the UI incorrectly displayed 'No resources found' instead of navigating back to the previous page. This commit resolves the local state issue and adds a Playwright E2E regression test to ensure the table correctly refetches and displays the remaining resources. Refactored E2E test: - Replaced while(true) loop with a deterministic for loop; - Implemented exact string matching and test id locators; - Added resource cleanup to prevent polluting subsequent tests; - Added deleteResource in AdminClient.ts to assist in the cleanup. Closes #46089 Signed-off-by: João Viegas <joao.manuel.loja.viegas@tecnico.ulisboa.pt> |
||
|---|---|---|
| .. | ||
| autentication | ||
| client-scope | ||
| clients | ||
| events | ||
| groups | ||
| identity-providers | ||
| masthead | ||
| organization | ||
| permissions | ||
| realm-roles | ||
| realm-settings | ||
| sessions | ||
| support | ||
| user-federation | ||
| users | ||
| utils | ||
| workflows | ||
| tsconfig.json | ||