diff options
| author | Adam <[email protected]> | 2026-01-22 07:33:17 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-22 07:34:44 -0600 |
| commit | 287511c9b1320a2a8a464531c2a5f4e02cd259bf (patch) | |
| tree | d21bdb43b84806d5e406d9c6a62bb3dabd3a17bf /specs | |
| parent | 0a678eeaccd91470166b6d64c1d4a2c5f615454c (diff) | |
| download | opencode-287511c9b1320a2a8a464531c2a5f4e02cd259bf.tar.gz opencode-287511c9b1320a2a8a464531c2a5f4e02cd259bf.zip | |
test(app): terminal smoke test
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/08-app-e2e-smoke-suite.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/08-app-e2e-smoke-suite.md b/specs/08-app-e2e-smoke-suite.md index 60b2f964a..c034399a3 100644 --- a/specs/08-app-e2e-smoke-suite.md +++ b/specs/08-app-e2e-smoke-suite.md @@ -26,7 +26,7 @@ Add 6 smoke tests to `packages/app/e2e/`: - [x] 3. Prompt @mention inserts a file pill token (`packages/app/e2e/prompt-mention.spec.ts`) - [x] 4. Model selection UI works end-to-end (`packages/app/e2e/model-picker.spec.ts`) - [x] 5. File viewer renders real file content (`packages/app/e2e/file-viewer.spec.ts`) -- [ ] 8. Terminal init + create new terminal +- [x] 8. Terminal init + create new terminal (`packages/app/e2e/terminal-init.spec.ts`) --- |
