Skip to content

fix: correct typo in testaro buttonMenu test - #137

Open
jrpool wants to merge 2 commits into
mainfrom
buttonMenuBug
Open

fix: correct typo in testaro buttonMenu test#137
jrpool wants to merge 2 commits into
mainfrom
buttonMenuBug

Conversation

@jrpool

@jrpool jrpool commented Aug 24, 2026

Copy link
Copy Markdown
Member

Correct ArrowtRight to ArrowRight. Resolves issue #111.

A validation target and test for the ArrowRight keypress was added by Copilot. However, the existing validations are partly broken because they expect standard instances to have properties such as tagName that they no longer have. That is another bug, which may exist in the tests for multiple rules, and this pull request does not correct it.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the misspelled ArrowRight key in horizontal buttonMenu navigation.

Changes:

  • Corrects ArrowtRight to ArrowRight in the TypeScript source.
  • Synchronizes the emitted JavaScript output.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Summary
testaro/buttonMenu.ts Applies the key correction. A regression fixture/job is still needed to exercise the horizontal branch.
testaro/buttonMenu.js Mirrors the TypeScript correction.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread testaro/buttonMenu.ts
Co-authored-by: jrpool <3364797+jrpool@users.noreply.github.com>
@jrpool
jrpool requested review from wittjeff and a lite review from Copilot August 24, 2026 21:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.

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.

3 participants