Skip to content

test(frontend): add end-to-end tests for editor keyboard shortcuts#1616

Open
poorvanshi10 wants to merge 2 commits into
imDarshanGK:mainfrom
poorvanshi10:feat/keyboard-shortcuts
Open

test(frontend): add end-to-end tests for editor keyboard shortcuts#1616
poorvanshi10 wants to merge 2 commits into
imDarshanGK:mainfrom
poorvanshi10:feat/keyboard-shortcuts

Conversation

@poorvanshi10

Copy link
Copy Markdown

Description

Added automated Playwright end-to-end tests to verify the keyboard shortcut behaviors in the frontend code editor. The tests validate that pressing 'Escape' correctly blurs/unfocuses the editor, and pressing 'Ctrl+Enter' successfully triggers the file analysis workflow and renders the expected summary panel.

Related Issue

Fixes #1608

Type of change

  • Bug fix
  • New feature / enhancement
  • Documentation update
  • Test addition
  • Refactor

Checklist

  • I have read CONTRIBUTING.md
  • My branch is up to date with main
  • I have run pytest -v and all tests pass
  • I have not introduced duplicate issues or features
  • My PR title follows the format: feat/fix/docs/test: short description
  • I have added tests for new features (Level 2 and 3 issues)
  • No hardcoded secrets or API keys in my code
  • This PR is linked to a GSSoC 2026 issue

@poorvanshi10 poorvanshi10 requested a review from imDarshanGK as a code owner July 3, 2026 06:29
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.

Add keyboard shortcuts to frontend tests

2 participants