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/LibraryPage
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
..
ApplicationEmptyState.stories.ts web: Add storybook (#5865) 2023-06-07 13:05:33 +02:00
ApplicationEmptyState.ts web: Storybook css import fix (#5964) 2023-06-16 13:36:04 +02:00
ApplicationList.ts web: Add storybook (#5865) 2023-06-07 13:05:33 +02:00
ApplicationSearch.ts web: Add storybook (#5865) 2023-06-07 13:05:33 +02:00
constants.ts web/user: refactor LibraryPage for testing, add CTA (#5665) 2023-05-22 23:35:26 +02:00
helpers.ts web: Replace lingui.js with lit-localize (#5761) 2023-06-02 08:08:36 -07:00
LibraryPage.ts web: Replace lingui.js with lit-localize (#5761) 2023-06-02 08:08:36 -07:00
LibraryPageImpl.css.ts web/user: refactor LibraryPage for testing, add CTA (#5665) 2023-05-22 23:35:26 +02:00
LibraryPageImpl.ts web: improve testability (#6952) 2023-09-22 09:04:30 -07:00
LibraryPageImpl.utils.ts web/user: refactor LibraryPage for testing, add CTA (#5665) 2023-05-22 23:35:26 +02:00
types.ts web/user: refactor LibraryPage for testing, add CTA (#5665) 2023-05-22 23:35:26 +02:00