diff --git a/libs/oms/feature/return-details/src/lib/return-details.component.html b/libs/oms/feature/return-details/src/lib/return-details.component.html
index 73992f154..7d2483dbe 100644
--- a/libs/oms/feature/return-details/src/lib/return-details.component.html
+++ b/libs/oms/feature/return-details/src/lib/return-details.component.html
@@ -17,6 +17,7 @@
size="small"
class="px-[0.875rem] py-1 min-w-0 bg-white gap-1"
(click)="location.back()"
+ data-what="back-button"
>
zurück
diff --git a/libs/oms/feature/return-process/src/lib/return-process-feature.component.html b/libs/oms/feature/return-process/src/lib/return-process-feature.component.html
index 8de4c17ed..53e0e5e71 100644
--- a/libs/oms/feature/return-process/src/lib/return-process-feature.component.html
+++ b/libs/oms/feature/return-process/src/lib/return-process-feature.component.html
@@ -1,4 +1,5 @@
diff --git a/libs/shared/filter/src/lib/order-by/order-by-toolbar.component.html b/libs/shared/filter/src/lib/order-by/order-by-toolbar.component.html
index 01c1b9286..66b1324dd 100644
--- a/libs/shared/filter/src/lib/order-by/order-by-toolbar.component.html
+++ b/libs/shared/filter/src/lib/order-by/order-by-toolbar.component.html
@@ -7,6 +7,8 @@
uiTextButton
type="button"
(click)="toggleOrderBy(orderBy)"
+ data-what="sort-button"
+ [attr.data-which]="orderBy.by"
>
{{ orderBy.label }}