Skip to content

Commit 9097f3f

Browse files
ryancbahanclaude
andcommitted
Remove fragile quit-key assertion from dev test
The shortcut hint is rendered via terminal control sequences that don't reliably appear in PTY-captured output. The test already validates startup via waitForOutput and quit via sendKey + exit code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a1095cb commit 9097f3f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/e2e/tests/toml-config.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ test.describe('TOML config regression', () => {
2525
try {
2626
await proc.waitForOutput('Ready, watching for changes in your app', 3 * 60 * 1000)
2727

28-
const output = proc.getOutput()
29-
expect(output).toMatch(/q\s*[|]\s*quit/i)
30-
3128
proc.sendKey('q')
3229
const exitCode = await proc.waitForExit(30_000)
3330
expect(exitCode, `dev exited with non-zero code. Output:\n${proc.getOutput()}`).toBe(0)

0 commit comments

Comments
 (0)