Merged PR 1834: fix(oms-return-search): add missing name attribute to mobile sort button

fix(oms-return-search): add missing name attribute to mobile sort button

Adds the `name="isaActionSort"` attribute to the mobile sort button in the return search result component template. This ensures consistent accessibility and testability across platforms, aligning with project standards for semantic markup and E2E test selectors.

Ref: #5110
This commit is contained in:
Nino Righi
2025-05-26 08:52:03 +00:00
committed by Lorenz Hilpert
parent 72bdf59b05
commit 1ad6c41c25

View File

@@ -20,6 +20,7 @@
(click)="showOrderByToolbarMobile.set(!showOrderByToolbarMobile())"
[class.active]="showOrderByToolbarMobile()"
data-what="sort-button-mobile"
name="isaActionSort"
>
<ng-icon name="isaActionSort"></ng-icon>
</button>