Accessibility identifier of reset button uses icon name
honkmaster opened this issue · 0 comments
Describe the bug
The accessibility identifier of the reset button in the CropViewController read as "arrow.counterclockwise".
The other buttons e.g. the rotate right button read as "rotate right".
With the reset button, one can assume that the name of the icon is used as the identifier.
To Reproduce
Use CropViewController within XCTest.
Expected behavior
The accessibility identifier should read as "reset" or similar.
It would be even better if the identifier was something like "cropViewController.buttons.reset" and the accessibility label "reset".
Screenshots
If applicable, add screenshots to help explain your problem.
iOS Device:
Does not apply.
Additional context
Add any other context about the problem here.