This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/web/src/user
Ken Sternberg 671b7156ed
web: improve testability (#6952)
web/improve testability

This is a trio of small hacks that allow the E2E tests to find several components
on the page while the test is running:

- Add a `data-managed-for` field to SearchSelect's positioned elements. If a search
  has a `name` field, it will be reflected here, allowing tests to find specific
  instances of the dropdown elements.
- Add a forwarder to the search select wrappers we use for our SearchSelect.
- Added aria details to the UserLibrary header to make it easy to identify.
2023-09-22 09:04:30 -07:00
..
LibraryApplication web: Detangling some circular dependencies in Admin and User (#6852) 2023-09-13 10:16:24 -07:00
LibraryPage web: improve testability (#6952) 2023-09-22 09:04:30 -07:00
user-settings web: remove ./element./user references (#6866) 2023-09-14 10:15:15 -07:00
Routes.ts web/user: refactor LibraryPage for testing, add CTA (#5665) 2023-05-22 23:35:26 +02:00
UserInterface.ts web: rework and expand tooltips (#6435) 2023-07-31 19:35:09 +02:00