Uh oh!
There was an error while loading. Please reload this page.
tests(app): e2e tests part 67 - #16406
Conversation
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
There was a problem hiding this comment.
Pull request overview
Adds new Playwright e2e coverage for terminal tab behavior and multiple prompt/composer flows, plus a small e2e utility for addressing workspace-persisted localStorage state.
Changes:
- Add terminal tab e2e tests for buffer persistence across tab switches and active-tab close fallback behavior.
- Add prompt e2e tests for
/share+/unshare, shell-mode command execution, and prompt/shell history navigation. - Add a
workspacePersistKey()helper to compute workspace-scoped persisted storage keys used by the app.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/app/e2e/utils.ts | Adds workspacePersistKey() for computing workspace persisted localStorage keys in e2e. |
| packages/app/e2e/terminal/terminal-tabs.spec.ts | New terminal tab persistence + close-fallback e2e tests. |
| packages/app/e2e/prompt/prompt-slash-share.spec.ts | New e2e test ensuring /share and /unshare update share state. |
| packages/app/e2e/prompt/prompt-shell.spec.ts | New e2e test verifying shell mode runs commands from the project directory. |
| packages/app/e2e/prompt/prompt-history.spec.ts | New e2e tests for restoring drafts and keeping shell history separate. |
| packages/app/e2e/prompt/prompt-async.spec.ts | Extends existing async prompt coverage with a test for restoring composer input on failed send. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Issue for this PR
Closes#67 NOTHING THESE ARE THESES
Type of change
What does this PR do?
ADDS TESTS
If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!
How did you verify your code works?
RUN TESTS
Screenshots / recordings
If this is a UI change, please include a screenshot or recording.
Checklist
If you do not follow this template your PR will be automatically rejected.