Skip to content

Commit b646014

Browse files
committed
test(e2e): preserve unique restoration run IDs
Pass the restoration fixture's run ID prefix through routeSuccessfulRuns so each mocked request receives a distinct run identity. Generated-By: looper 0.11.2 (runner=fixer, agent=codex)
1 parent 6ed97f6 commit b646014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/ui/app-restoration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test.beforeEach(async ({ page }) => {
9191

9292
async function routeSimpleSuccessfulRun(page: Page, runIdPrefix: string): Promise<void> {
9393
await routeSuccessfulRuns(page, {
94-
runId: runIdPrefix,
94+
runIdPrefix,
9595
eventBody: successfulRunEventBody([
9696
'event: start',
9797
'data: {"bin":"mock-agent"}',

0 commit comments

Comments
 (0)