Skip to content

Commit 51af939

Browse files
authored
Update test.rerun.spec.ts
1 parent 7975f6f commit 51af939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/test.rerun.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4824,6 +4824,7 @@ describe('rerun --wait — dashboardUrl on terminal output', () => {
48244824
// ---------------------------------------------------------------------------
48254825
describe('[finding-5] batch rerun --wait: RequestTimeoutError during fan-out poll writes JSON stdout + exit 7', () => {
48264826
it('stdout contains accepted[] with runIds when member polls throw RequestTimeoutError', async () => {
4827+
const creds = makeCreds();
48274828
const batchResp: BatchRerunResponse = {
48284829
accepted: [
48294830
{ testId: 'test_1', runId: 'run_b1', enqueuedAt: '2026-06-03T10:00:00.000Z' },
@@ -4864,7 +4865,6 @@ describe('[finding-5] batch rerun --wait: RequestTimeoutError during fan-out pol
48644865
// ---------------------------------------------------------------------------
48654866
// TimeoutError on single FE rerun --wait: partial stdout + exit 7
48664867
// ---------------------------------------------------------------------------
4867-
48684868
describe('[finding-4] single FE rerun --wait: TimeoutError writes partial JSON to stdout', () => {
48694869
it('exit 7 AND stdout contains {runId, status:"running"} when --timeout polling deadline is exceeded', async () => {
48704870
const creds = makeCreds();

0 commit comments

Comments
 (0)