Skip to content

fix(e2e): pin the quick-key deck to scrollLeft 0 in the arrow-keys spec - #226

Merged
gbasin merged 1 commit into
masterfrom
fix/e2e-arrow-keys-deck-scroll
Sep 11, 2026
Merged

gbasin merged 1 commit into
masterfrom
fix/e2e-arrow-keys-deck-scroll

Conversation

@gbasin

@gbasin gbasin commented Sep 11, 2026

Copy link
Copy Markdown
Owner

Summary

Test plan

  • bunx playwright test tests/e2e/arrow-keys.spec.ts passes locally on the built bundle

https://claude.ai/code/session_01LjsynnVDDBubY6UsGnAXAq

PR #225 moved Enter and the arrow trigger to the front of the quick-key
row. The arrow-keys spec still scrolled the deck to its end before taking
touch coordinates, which pushed Enter off-screen on a phone-width
viewport, so the raw CDP tap hit nothing and the test read back an empty
line. Pin the deck at scrollLeft 0 instead.

Claude-Session: https://claude.ai/code/session_01LjsynnVDDBubY6UsGnAXAq
@gbasin
gbasin merged commit c8ca2bd into master Sep 11, 2026
6 checks passed
@gbasin
gbasin deleted the fix/e2e-arrow-keys-deck-scroll branch September 11, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant