CI regression: mobile Today handoff content is obscured on 568px viewport #1202

Closed
opened 2026-08-21 00:37:37 +00:00 by rockachopa · 0 comments
Member

Failure evidence

The CI/browser-journey job for current main failed on 2026-08-21 at 00:25 UTC (act_runner task 3959).

tests/e2e/test_mobile_today_handoff_release.py:292
assert layout["padding"] >= layout["viewport"] - min(layout["hudTop"], layout["dockTop"])
assert 16 >= (568 - 402)
1 failed, 29 passed

The unit/integration suite remains green locally (2276 passed, 11 skipped), so this is isolated to the packaged mobile browser journey.

Acceptance criteria

  • Add a regression test that reproduces the 568px mobile Today handoff overlap.
  • Ensure the rendered handoff content reserves enough bottom space above the HUD/dock.
  • Keep the full Python test suite green.
  • CI browser journey passes on the PR.
## Failure evidence The `CI/browser-journey` job for current `main` failed on 2026-08-21 at 00:25 UTC (act_runner task 3959). ```text tests/e2e/test_mobile_today_handoff_release.py:292 assert layout["padding"] >= layout["viewport"] - min(layout["hudTop"], layout["dockTop"]) assert 16 >= (568 - 402) 1 failed, 29 passed ``` The unit/integration suite remains green locally (`2276 passed, 11 skipped`), so this is isolated to the packaged mobile browser journey. ## Acceptance criteria - [ ] Add a regression test that reproduces the 568px mobile Today handoff overlap. - [ ] Ensure the rendered handoff content reserves enough bottom space above the HUD/dock. - [ ] Keep the full Python test suite green. - [ ] CI browser journey passes on the PR.
rockachopa added the
P0
ci
labels 2026-08-21 00:37:37 +00:00
timmy was assigned by rockachopa 2026-08-21 00:42:21 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#1202
No description provided.