tracked-issues:
The Maestro screenshot flow uses hardcoded coordinates (point: "366,90") to tap the settings button in screenshot-main-flow.yaml:178. This breaks across different device sizes (iPhone SE vs iPad vs iPhone Pro Max) because the coordinate position varies.
settings_button to settings button in home_view.dart.maestro/screenshot-main-flow.yaml to use id: "settings_button" instead of point: "366,90"screenshot-automationlib/households/views/home/home_view.dart - Add Semantics(identifier: 'settings_button').maestro/screenshot-main-flow.yaml - Replace coordinate tap with id selector
Reacties