mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Add data-what and data-which attributes to key UI elements: - Add back button attributes to return details and process components - Add filter button attributes to the filter menu component - Add sort button attributes for both desktop and mobile views - Add result count element attributes for better selection - Add attributes to search result items for identification - Add attributes to loading spinners for state verification These attributes improve E2E test stability by providing reliable selectors that are not tied to styling or DOM structure changes. Ref: #5052