test(m9): scroll stage-2 explicitly before per-page print click (#132) #133

Merged
gronod merged 1 commits from feat/132-perpage-scroll into milestone/m9-monterey 2026-09-12 13:02:39 +01:00
Owner

Closes #132.

btnPrintPage-0 renders at {{385,718},{45,20}} — its hit-point center sits on the window's bottom edge on the 1280×800 runner, and XCUI's automatic scroll-to-visible on stage-2 never moves the frame (3 attempts, run 32209). The test now scrolls stage-2 explicitly until isHittable, then clicks.

Closes #132. `btnPrintPage-0` renders at `{{385,718},{45,20}}` — its hit-point center sits on the window's bottom edge on the 1280×800 runner, and XCUI's automatic scroll-to-visible on `stage-2` never moves the frame (3 attempts, run 32209). The test now scrolls `stage-2` explicitly until `isHittable`, then clicks.
gronod added the
Priority
High
2
Project/ICCery-v2Bug/UI
labels 2026-09-12 13:02:33 +01:00
gronod added 1 commit 2026-09-12 13:02:34 +01:00
btnPrintPage-0 sits at the window's bottom edge on the 1280x800 runner;
XCUI's automatic scroll-to-visible runs but never moves the frame
(run 32209). Scroll the stage-2 ScrollView manually until hittable.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
gronod merged commit 9a6da4648f into milestone/m9-monterey 2026-09-12 13:02:39 +01:00
gronod deleted branch feat/132-perpage-scroll 2026-09-12 13:02:39 +01:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gronod/iccery-v2-mac#133