RUN  v4.1.9 /workspace/niko/agent-platform/frontend Coverage enabled with v8 (node:335) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:369) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:342) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:353) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:380) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:367) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:382) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:341) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:359) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:334) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:360) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2W/coordinator.test.ts > createCoordinator > returns an object with useCoordinator 72ms ✓ src/layers/__tests__/L1/ReconnectRefresh.test.tsx > ReconnectRefresh > DoD-3: initial mount does NOT invalidate > first onopen does not call invalidateQueries 434ms ✓ src/layers/__tests__/L1/ReconnectRefresh.test.tsx > ReconnectRefresh > DoD-4/DoD-5: 1 onerror + onopen triggers invalidate after wasEverConnected > invalidates on reconnect onopen after an onerror on the established connection 40ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > initial state: reconnecting → connected > starts in reconnecting and transitions to connected on onopen 393ms ✓ src/layers/__tests__/L1/ReconnectRefresh.test.tsx > ReconnectRefresh > DoD-4: 4+ onerrors during initial mount + onopen = NO invalidate > no invalidate when errors happen before first successful connection 35ms ✓ src/layers/__tests__/L1/ReconnectRefresh.test.tsx > ReconnectRefresh > DoD-5: flag cycle > cycles: onerror→onopen(invalidate)→onerror→onopen(invalidate)→onopen(no invalidate) 151ms ✓ src/layers/__tests__/L1/ReconnectRefresh.test.tsx > ReconnectRefresh > DoD-6: manual reconnect in lost state triggers invalidate > reconnect from lost state triggers invalidate when flag is true 35ms ✓ src/layers/__tests__/L1/ReconnectRefresh.test.tsx > ReconnectRefresh > DoD-7: zombie callback — unmount prevents invalidate > does not invalidate when onopen fires after unmount 31ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > reconnect() resets failureCount and state > reconnect() moves from lost back to reconnecting and resets backoff 44ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > connection lost after 5 onerrors > sets connectionState:lost after 5 consecutive failures 106ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > heartbeat timeout triggers lost state > transitions to lost after 30s without heartbeat 68ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > reconnecting state on 1–4 onerrors > stays in reconnecting after 4 consecutive onerrors 33ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > resolveEndpointTemplate > replaces a single token in the template 256ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > resolveEndpointTemplate > replaces multiple tokens and removes used params 38ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > resolveEndpointTemplate > returns url unchanged when no tokens exist 37ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > heartbeat timeout triggers lost state > heartbeat timeout → reconnecting with backoff 96ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > resolveEndpointTemplate > throws when a token is missing from params 89ms stderr | src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — inactive state (no crud) > submit is callable even when inactive (no-op) An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — inactive state (no crud) > activeCrud is null when routeContext has no crud 1011ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — inactive state (no crud) > submit is callable even when inactive (no-op) 20ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — inactive state (no crud) > activeCrud is null when routeContext.crud is undefined 18ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — owner isolation > activeCrud is null when routeContext.crud.owner != config.owner 14ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — owner isolation > activeCrud is populated when owner matches 25ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — inactive state (no crud) > fieldPolicy is empty when inactive 21ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — owner isolation > activeCrud includes prefix when provided 10ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — inactive state (no crud) > formModel is defaults when inactive 15ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — owner isolation > owner isolation works for edit mode 10ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — inactive state (no crud) > bridge starts clean when inactive 15ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — add flow > formModel initialized with defaults 10ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — add flow > fieldPolicy uses add mode 16ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > heartbeat timeout triggers lost state > heartbeat events prevent lost state (35s with heartbeat at 20s does NOT trigger lost) 223ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — add flow > activeCrud has mode add 74ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > 60s lost auto-retry > retries after 60s in lost state and schedules next retry on failure 244ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — add flow > submit calls mutation.create with toCreate(formModel) 103ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — add flow > bridge.pending is true after submit 22ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — add flow > submit uses the latest formModel via setFormModel 23ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — edit flow > formModel populated from entity detail 25ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — edit flow > fieldPolicy uses edit mode 17ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > unmount cancels timers > cancels lostRetryTimeout and closes EventSource on unmount in lost state 156ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > per-subscription heartbeat isolation > two hook instances do not share heartbeat state 48ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — edit flow > activeCrud has mode edit 47ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — edit flow > submit calls mutation.update with id and toUpdate(formModel) 28ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — edit flow > detail not yet loaded shows formModel as defaults 14ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator lifecycle transitions > handles transition from add → inactive → edit cleanly 24ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator lifecycle transitions > closeIntent resets on mode change 21ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > Phase 3 fix: clearLostRetry() on every open() — no duplicate 60s timers > after 60s lost retry fires, open() clears the stale timer and starts fresh backoff cycle 78ms stderr | src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator failure path > submit does not throw when called without active crud An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator failure path > failure is null initially 21ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator failure path > bridge dirty stays true when pending resets (failure simulation) 23ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator failure path > submit does not throw when called without active crud 23ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator failure path > activeCrud remains populated after submit (branch not closed) 26ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > Phase 3 fix: onopen resets heartbeat timestamp to prevent premature timeout > onopen resets heartbeat timestamp so heartbeat does not trigger within 10s of reconnect 62ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > Phase 3 fix: pendingTimeouts cleared on lost — stale reconnecting timers do not override lost > after 5 rapid onerrors trigger lost, stale backoff timers do NOT fire and override lost state 51ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator failure path > failure is null after submit when no sync error occurs 34ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator failure path > failure is set when mutation resolves with isError=true 15ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator closeIntent > closeIntent is null initially 12ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator closeIntent > cancel() sets closeIntent to cancel 11ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator updateField and setFormModel > setFormModel updates snapshot.formModel 12ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator updateField and setFormModel > updateField updates a single field and marks dirty 22ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator updateField and setFormModel > updateField preserves other fields 29ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator snapshot type contract (compile-time) > snapshot has all required CoordinatorSnapshot fields 15ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator snapshot type contract (compile-time) > result exposes updateField, setFormModel, cancel 11ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > deleteState is null on collection route 29ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > deleteState is null on collection route even with crud 15ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > deleteState is non-null on detail route 13ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > Mount -> refCount=1 -> staleTime Infinity > useEntityList sees staleTime Infinity when refCount > 0 821ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > Phase 3 fix: clearLostRetry() in reconnecting path — stale lost timer does not override reconnecting > reconnect() clears stale lost timer and stays connected past the 60s window 106ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > requestDelete sets showConfirm to true 15ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > requestDelete clears previous delete errors 18ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > cancelDelete sets showConfirm to false 19ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > cancelDelete does not call mutation.remove 20ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > confirmDelete calls mutation.remove with routeContext.id 13ms ✓ src/layers/__tests__/L1/SseConnectionState.test.tsx > SseConnectionState — state machine > DoD-4: backoff survives re-render (normalizedRef fix) > failureCount persists across re-renders and retry fires on schedule 121ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > resolveEndpointTemplate > throws when one of multiple tokens is missing 46ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > createEntityHooks > returns EntityHooks with required shape 21ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > confirmDelete closes showConfirm and clears delete error before calling remove 33ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > confirmDelete is a no-op on collection route 41ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > deleteState.isPending is false when delete not requested 31ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > deleteState.isPending reflects mutation.isPending during active delete 17ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > Unmount -> refCount=0 -> staleTime 120_000 > after unmount, refCount drops to 0 and staleTime falls back to sseMode value 307ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > deleteState.isPending becomes false after delete completes 18ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > extracts error message from response.data.error 18ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > falls back to error.message when response.data is absent 156ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > falls back to String(err) when response.data.error and message are both missing 23ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > falls back to default string when error is null 18ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > successful delete clears error state 13ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — delete state machine > error remains null after successful delete (was null before) 14ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — entitySelectData resolution > entitySelectData is empty when no entitySelectSources configured 8ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — entitySelectData resolution > resolves entity-select options from L1 useEntityList 9ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > Two components, same queryKey -> refCount=2 > both subscriptions contribute to refCount, both become 0 only after both unmount 196ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > returns ListResult shape with hasMore and totalEstimate when API responds with data array 1351ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > Two components, different queryKey > different filters get independent refCounts 132ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > Race condition: refCount 0->1 cancels ongoing refetch > calls cancelQueries when refCount transitions 0->1 mid-refetch 71ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > sseMode + refCount combinations > sseMode true, refCount 0 -> staleTime 120_000 154ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > filters out pending deleted entities 130ms ✓ src/layers/__tests__/L2W/coordinator.test.ts > useCoordinator — entitySelectData resolution > uses default idField and nameField when not specified 12ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > sseMode + refCount combinations > sseMode true, refCount > 0 -> staleTime Infinity 346ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > uses defaultListQuery when no params provided 447ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > resolves endpoint template with params and strips used tokens 296ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > sseMode + refCount combinations > sseMode false/undef, refCount 0 -> staleTime undefined (global default) 271ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > uses staleTime 0 when queryMode is live 217ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > sseMode + refCount combinations > sseMode false/undef, refCount > 0 -> staleTime Infinity 273ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > uses default staleTime when queryMode is cache 98ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > useEntityDetail refCount-aware staleTime > detail query sees staleTime Infinity when subscription is active for same entity 235ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > returns hasMore true from API meta 235ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > handles totalEstimate -1 as unknown count 101ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > useEntityDetail refCount-aware staleTime > detail query sees staleTime undefined when no subscription 135ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityList > falls back safely when API meta is missing 115ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityDetail > returns DetailResult shape on successful fetch 91ms ✓ src/layers/__tests__/L1/RefCountIntegration.test.tsx > RefCount Integration > Per-queryKey isolation (DoD-7) > two different queryKeys do not share refCount 188ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useEntityDetail > is skipped when id is empty 10ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > returns MutationHandle shape with isPending and callable methods 19ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > update receives id as first argument and sends Idempotency-Key header 33ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > update does not trigger cache invalidation 41ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > create triggers cache invalidation with Idempotency-Key header 136ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > create resolves endpoint template in mutationFn 202ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > create resolves endpoint template using createPathParams from contract 117ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > create with pipelines-like contract uses context to build URL /projects/{id}/pipelines 94ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > create resolves template from context when body lacks the token field 63ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > create isolates context between rapid successive calls (no ref race) 86ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > offline create adds to outbox without calling API 159ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > offline update adds to outbox without calling API 31ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > offline remove adds to pendingDeleteMap, cache, and outbox without API call 41ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > remove does not trigger cache invalidation 58ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > remove onSuccess performs deterministic cache cleanup across all same-path entries 219ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > remove onSuccess cache cleanup removes entity from detail cache entry 70ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useMutation > isPending reflects combined mutation state 83ms stderr | src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > rendering states > renders loading state when isLoading is true ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useSubscription > shape smoke > returns SubscriptionHandle with correct shape 151ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useSubscription > connection-lost after 5 failures > sets connectionState:lost after 5 consecutive failures 73ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useSubscription > reconnect resets the state > reconnect is callable and triggers a new connection attempt 24ms ✓ src/layers/__tests__/L1/entityHooks.test.tsx > useSubscription > SSE deleted cleanup > removes pendingDelete entry on entity.deleted event 24ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > rendering states > renders loading state when isLoading is true 1161ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > rendering states > renders error state when error is present 248ms stderr | src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > row identity > uses resolveIdOf result for row key and data-testid ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > row identity > uses resolveIdOf result for row key and data-testid 417ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > row identity > falls back to row.id when resolveIdOf returns null 49ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > rendering states > renders empty state when data is empty 176ms stderr | src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > rendering states > renders loading state when isLoading is true ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > rendering states > renders data table when data is present 344ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > row identity > falls back to empty string when no id field and resolveIdOf returns null 112ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > rendering states > renders column headers from config 196ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > SSE > shows connection-lost banner with reconnect when SSE enabled and connection lost 151ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > renders add button when createTarget is set 236ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > renders custom add button label from config.createLabel 123ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > SSE > shows data table alongside SSE connection-lost banner (preserving cached data) 251ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > rendering states > renders loading state when isLoading is true 535ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > rendering states > renders error state when error is present 20ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > rendering states > renders empty state when entity is null 22ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > renders default add button label when createLabel is not set 95ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > SSE > reconnect button calls sse.reconnect 245ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > SSE > renders table normally when SSE enabled and connection is live 71ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > rendering states > renders detail content via CrudReadCard with fields from readGrouping 608ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > rendering states > renders field values correctly via MetadataCard 69ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > calls navigate with createTarget when add button clicked 147ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > row click calls navigate with rowTarget and row id 69ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > SSE > renders table normally when SSE is not enabled 50ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > states > shows error state 36ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > states > shows loading state 48ms stderr | src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 1. loading shows skeleton header + skeleton card, no buttons rendered ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > does not render add button when createTarget is not set (no fallback) 75ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > rendering states > uses default grouping when readGrouping is not set 67ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > states > shows empty state when no data and not loading 85ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > add button is not clickable when createTarget is not set 257ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > states > shows filter-empty state when data is empty and filters are active 368ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > wiring > renders edit button when edit target is set 424ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > states > filter-empty state shows clear filters button 112ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > row click uses derived default when rowTarget is not set 244ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > states > shows regular empty when no filters are active and data empty 129ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > wiring > calls navigate with edit target when edit button clicked 166ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > wiring > does not render edit button when actionTargets.edit is not set 59ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > states > error takes priority over loading 157ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > wiring > row click uses rowTargetOverride when provided 191ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > sets default sort in URL on initial hydration 34ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > shows sort indicator on active sort column 31ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > add button > renders add button in header when createTarget is set 117ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > add button > does not render add button when createTarget is not set (no fallback) 69ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > wiring > edit button navigates to configured target when actionTargets.edit is set 200ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > row click > navigates via rowTargetOverride on click when override is set 67ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > wiring > renders edit button when actionTargets.edit is present 249ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > overrides > renders custom loading fragment 13ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > overrides > renders custom empty fragment 23ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > cycles sort on header click: none -> asc -> desc -> none 291ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 1. loading shows skeleton header + skeleton card, no buttons rendered 907ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > overrides > renders custom error fragment 120ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > row click > rowTargetOverride takes precedence over rowTarget 151ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > row click > navigates to derived default pathname/id when no rowTarget and no override 59ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > switches to new column asc when different column is clicked 203ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > overrides > wraps in layoutWrapper from overrides 166ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > sorts data by active sort field asc 201ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > filters slot > renders filtersSlot when provided alongside data 126ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > renders delete button when actionTargets.delete=true and deleteState is present 174ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > does not render delete button when actionTargets.delete is not set 225ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > sorts data by active sort field desc 124ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > places null/undefined values last in asc sort 223ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > sorts numbers numerically 60ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > filters slot > does not render filters-slot when filtersSlot is not provided 232ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 2. error shows "Failed to load" + Retry 1168ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > renders pagination controls with prev/next buttons 244ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > disables prev button when offset is 0 82ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > sorts strings case-insensitively 94ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > sort > does not render sort indicator on non-sortable columns 57ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > does not render delete button when deleteState is null 175ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > enables prev button when offset > 0 118ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > disables next button when hasMore is false 71ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > overrides > renders custom loading fragment from overrides 49ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > overrides > renders custom empty fragment from overrides 56ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > overrides > renders custom error fragment from overrides 40ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > disables next button when hasMore is undefined and data length < pageSize (fallback) 37ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > overrides > wraps content in layoutWrapper from overrides 99ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > overrides > uses label overrides for column headers 53ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > enables next button when hasMore is true 168ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > enables next button when hasMore is true even with less data than pageSize 60ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > overrides > hides columns specified in overrides 49ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > filter-empty state > shows filter-empty when hasActiveFilters is true and data is empty 90ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > filter-empty state > shows regular empty when hasActiveFilters is false and data empty 46ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > filter-empty state > shows clear filters button in filter-empty state when onClearFilters provided 39ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > filter-empty state > does not show filter-empty when data is not empty 49ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 3. 404 shows "not found" + "Back to list" 545ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > reads offset from URL search params 92ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > uses fixedParams.limit as pageSize when provided 73ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > render contract > calls render for each cell 102ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > render contract > renders ReactNode from render function 100ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > render contract > render receives full row object 45ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > render contract > renders default plain text when render is omitted 45ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > rendering > renders nothing when activeCrud is null 863ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > defaults pageSize to 25 when no fixedParams.limit 269ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > shows totalEstimate in pagination display when >= 0 610ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > rendering > renders add mode title by default 1223ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > render contract > supports mixed columns: some with render, some without 35ms ✓ src/layers/__tests__/L2R/ListSurface.test.tsx > ListSurface > render contract > render is optional — ColumnConfig is valid without render 49ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 4. default renders title, actions, field grid 932ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > rendering > renders edit mode title 666ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > delete button click calls deleteState.requestDelete 220ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > hides "of" in pagination display when totalEstimate is -1 322ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > rendering > renders form fields based on fieldPolicy 287ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > hides "of" in pagination display when totalEstimate is undefined 296ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > falls back to total for pagination display when totalEstimate is missing but total is set 305ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > rendering > does not render fields with visible: false 291ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > resets offset when sort changes 102ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > pagination > resets offset when filter changes 189ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > sort + filter param merge > includes stripped filter params and excludes prefixed internal keys 55ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > sort + filter param merge > does not break fixedParams 33ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > renders confirm-delete-dialog when deleteState.showConfirm is true 1873ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > does not render confirm-delete-dialog when showConfirm is false 92ms stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > navigates to cancelTarget when Cancel is clicked ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > navigates to cancelTarget when Cancel is clicked An update to Crud inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > navigates to cancelTarget when Cancel is clicked An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > rendering > renders disabled input for fields with editable: false 317ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 5. edit onClick is called 1683ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > extra > renders extra Button in header bar 557ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > extra > DOM order: extra container before Add button within header flex 219ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > rendering > renders modal with dialog role for accessibility 706ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > navigates to cancelTarget when Cancel is clicked 4149ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > cancel button calls deleteState.cancelDelete 985ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > extra > undefined does not break 169ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > extra > onClick callback is invoked when button clicked 543ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > rendering > renders Save and Cancel buttons in modal footer 576ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 6. delete opens ConfirmDialog 1659ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > navigates to cancelTarget via closeIntent cancel 867ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > pending state > disables fieldset and modal buttons when pending 586ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > navigates with :id replaced in edit mode cancel 810ms stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > falls back to onCancel callback An update to Crud inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > falls back to onCancel callback An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > pending state > pending makes fields read-only via isEditable check 1214ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > extra > fragment with multiple buttons renders all 1351ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > confirm button calls deleteState.confirmDelete 1054ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > sort toggle > cycles sort: none -> asc -> desc -> none 487ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > refresh button > refresh button visible when SSE not enabled 66ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > failure and loading states > renders failure message and retry button 295ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > confirm button is disabled when isPending is true 1963ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > renders delete-error when deleteState.error is not null 184ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > cancel > falls back to onCancel callback 1062ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 7. delete confirm calls onClick 2102ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > refresh button > refresh button visible when SSE is enabled 147ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > does not render delete-error when error is null 289ms ✓ src/layers/L2R/slots/DataTable.test.tsx > DataTable slot > refresh button > refresh button calls refetch 435ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > failure and loading states > retry button calls failure.retry 452ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 8. delete disabled is muted 440ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > 9. extra renders before Edit 178ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > external deleteState integration > 10. renders external delete button when deleteState is provided 81ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > calls onDeleteSuccess when delete transitions from pending to done without error 187ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > success > navigates to successTarget with id replaced from mutation result (add) 807ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > failure and loading states > renders loading state when pending 517ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > does not call onDeleteSuccess when pending transition has error 238ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > does not call onDeleteSuccess while still pending 122ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > DetailSurface — delete UI contract > calls onDeleteSuccess at most once during repeated pending→done cycles 99ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > field formatters > applies formatter for fields with formatter defined 63ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > closeIntent > calls onSuccess when closeIntent is success 244ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > field formatters > applies ReactNode formatter 61ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > field formatters > falls back to String() when no formatter for field 71ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > field formatters > passes entity as second argument to formatter 27ms stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > success > falls back to onSuccess callback An update to Crud inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > success > navigates using route param id in edit mode 388ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > extra > forwards extra buttons to CrudReadCard when provided 139ms stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > success > falls back to onSuccess callback An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > extra > extra buttons render before Edit button in CrudReadCard 148ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > closeIntent > calls onClose when closeIntent is cancel 399ms ✓ src/layers/L2R/surfaces/DetailSurface.test.tsx > DetailSurface > extra > renders multiple extra buttons via fragment 389ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > external deleteState integration > 11. external delete button click calls requestDelete 336ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > user interactions > Save button triggers snapshot.submit 671ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > success > falls back to onSuccess callback 868ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > user interactions > updateField is called when input value changes 379ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > external deleteState integration > 12. shows confirm dialog when showConfirm is true 1184ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > user interactions > dirty guard > calls cancel directly when dirty=false on Cancel click 533ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > success > falls back to cancelTarget when successTarget has :id but mutation returns no id 641ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > success > falls back to entityPath when successTarget has :id, mutation returns no id, and no cancelTarget 1436ms stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > mutation tracking > does not navigate before coordinator emits closeIntent An update to Crud inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > mutation tracking > does not navigate before coordinator emits closeIntent An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > external deleteState integration > 13. confirm button calls confirmDelete 1500ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > mutation tracking > does not navigate before coordinator emits closeIntent 767ms (node:422) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:429) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > mutation tracking > stays on page when failure is present An update to Crud inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > mutation tracking > stays on page when failure is present An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to FocusScope inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to Presence inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to DismissableLayer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act (node:446) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:436) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > mutation tracking > stays on page when failure is present 507ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > user interactions > dirty guard > opens DiscardDialog when dirty=true on Cancel click 950ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > external deleteState integration > 14. cancel button calls cancelDelete 986ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > external deleteState integration > 15. confirm button disabled when isPending 904ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > default navigation (without successTarget / onSuccess) > navigates to detail page on success when no successTarget or onSuccess (add mode) 348ms (node:453) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > external deleteState integration > 16. renders deleteError when provided 259ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > external deleteState integration > 17. no internal DeleteButton when deleteState is provided 143ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > overrides > 18. renders custom error fragment via overrides 34ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > overrides > 19. renders custom loading fragment via overrides 27ms ✓ src/layers/__tests__/L2R/Crud.test.tsx > Crud slot — route handoff > default navigation (without successTarget / onSuccess) > navigates back in history on cancel without cancelTarget or onCancel 480ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > user interactions > dirty guard > Discard in modal DiscardDialog calls cancel 1684ms ✓ src/shared/components/CrudReadCard.test.tsx > CrudReadCard > overrides > 20. renders custom empty fragment via overrides 34ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > user interactions > dirty guard > Keep Editing in modal DiscardDialog does not call cancel 1071ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > overrides > renders custom title label 790ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > overrides > renders custom error fragment 318ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > overrides > renders custom loading fragment 1179ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > empty configs > returns empty result for an empty config 111ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > empty configs > returns empty result for a config with an empty vikunja section 24ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > empty configs > errors with a root-level config error when the parsed config is a string or array 17ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > empty configs > errors with a root-level config error when the parsed config is null 1ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > empty configs > returns empty result for a clean full lanes config 29ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > root and vikunja strictness > errors on an undeclared root key 22ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > root and vikunja strictness > errors on a non-object vikunja value 27ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > root and vikunja strictness > errors on an undeclared vikunja key 4ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > root and vikunja strictness > collects root and vikunja errors together 17ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > root and vikunja strictness > keeps reporting lane issues when root and vikunja keys are clean 9ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > lanes structure > errors when lanes is not an object 12ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders textarea with value 935ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders read-only view as static plain text 36ms ✓ src/layers/__tests__/config-contracts.test.ts > config contracts — CrudConfig minimum requirements > every CrudConfig has entityPath 118ms ✓ src/layers/__tests__/config-contracts.test.ts > config contracts — CrudConfig minimum requirements > every CrudConfig has fieldSet with at least one field 31ms ✓ src/layers/__tests__/config-contracts.test.ts > config contracts — CrudConfig minimum requirements > all collection-page configs have both successTarget and cancelTarget 15ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders read-only view in monospace style 44ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders dash when read-only and value is empty 67ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > overrides > renders fields in custom order 913ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders lint errors below the editor in red error state 66ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders lint warnings in amber without red error state 33ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders multiple lint issues 53ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > lanes structure > errors on unknown lane keys 9ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > errors when start is missing 10ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > errors when start is empty 1ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > errors when start is not an array 5ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > rejects string literals inside start 1ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > rejects non-positive start elements 1ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > rejects non-integer start elements 7ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > errors on duplicate bucket ids within start 1ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > errors on duplicate bucket ids across lanes 6ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > start lane > errors on duplicate bucket ids across two optional lanes 1ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > optional lanes > rejects string literals for optional lanes 5ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > optional lanes > rejects non-positive optional lane values 1ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > optional lanes > emits exactly eight warnings in fixed order when only start is configured 8ms ✓ src/features/pipelines/laneLint.test.ts > laneLint > optional lanes > combines errors and warnings (unknown key + missing optional lanes) 11ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders text input by default 695ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders no lint output when lint returns no issues 29ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders a help block below the editor when help is provided 132ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders nested children indented inside the help block 53ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders text input for type text 225ms (node:462) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders the required marker on required keys 66ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders key descriptions inside the help block 84ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders no help block when help is undefined 11ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > rendering > renders no help block when help is an empty array 14ms ✓ src/layers/__tests__/config-contracts.test.ts > config contracts — CrudConfig minimum requirements > all detail-page configs have both successTarget and cancelTarget 27ms ✓ src/layers/__tests__/config-contracts.test.ts > config contracts — CrudConfig minimum requirements > all entity-select and entity-select-list fields have corresponding entitySelectSources 20ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — list & get > GET list returns data + meta with limit/offset/has_more 656ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — list & get > GET by known id returns the registry without token fields 36ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — list & get > GET by unknown id returns 404 with the API message 35ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST without name returns 422 name is required TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > calls onChange with the mutated YAML string 100ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > shows error on invalid YAML 85ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with too-short name returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST without name returns 422 name is required 390ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with too-long name returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > clears error on valid YAML 195ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST without url returns 422 url is required TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with too-short name returns 422 141ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with too-long name returns 422 66ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > clears error when textarea is emptied 169ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with a URL missing scheme or host returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with an invalid URL string returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST without url returns 422 url is required 76ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with a URL missing scheme or host returns 422 102ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders textarea for type textarea 207ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > re-evaluates lint results when the value changes 182ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with an invalid URL string returns 422 101ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with an existing name returns 409 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with valid payload returns 201 with the created registry (no token echo) TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with an existing name returns 409 146ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > calls lint with parsed object and raw string 113ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST without username stores null TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:44:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/container-registries". Please see the original error above. ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST with valid payload returns 201 with the created registry (no token echo) 101ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — create validation mirroring the API > POST without username stores null 67ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders password input for type password 717ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT updates fields and returns the updated registry TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:88:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/container-registries/registry-3". Please see the original error above. ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > does not call lint when YAML is syntactically invalid 209ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT updates fields and returns the updated registry 68ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT to an unknown id returns 404 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:88:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/container-registries/registry-does-not-exist". Please see the original error above. ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT to an unknown id returns 404 115ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT with a too-short name returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:88:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/container-registries/registry-1". Please see the original error above. ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > shows syntax error only when no lint prop is provided 163ms ✓ src/shared/components/YamlEditor.test.tsx > YamlEditor > interaction > syntax error blocks lint result rendering 32ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT with a too-short name returns 422 151ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT with an invalid URL returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:88:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/container-registries/registry-1". Please see the original error above. ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT with an invalid URL returns 422 241ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT renaming onto an existing name returns 409 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:88:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/container-registries/registry-4". Please see the original error above. ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders checkbox for type checkbox 493ms stderr | src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT with no fields to update returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/container-registries.ts:88:32 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/container-registries/registry-4". Please see the original error above. ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT renaming onto an existing name returns 409 157ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > PUT with no fields to update returns 422 95ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > DELETE removes the registry (204) and subsequent GET returns 404 77ms ✓ src/msw/__tests__/container-registries-handler.test.ts > containerRegistryHandlers — update & delete > DELETE of an unknown id returns 404 43ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders entity-select for type entity-select 813ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders kv-editor for type kv-editor 778ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar > renders filter legends for all filter types 1143ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders yaml editor for type yaml 270ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 1. opens EventSource on mount: connecting → connected 198ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 2. closes EventSource on unmount 16ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar > does not render clear button when no active filters 340ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 3. entity.created → onEvent({ type: "created", data }) 65ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 4. entity.updated → onEvent({ type: "updated", data }) 14ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > passes the field lint from fieldLints into the yaml editor 739ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 5. exponential backoff: 1s → 2s → 4s 249ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 6. 5 consecutive failures → connection-lost + onConnectionLost 252ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar > renders clear button when at least one filter is active 417ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 7. successful reconnect resets backoff to 1s 106ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 8. reconnect() manually reopens EventSource 65ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders lint warnings in amber when fieldLints returns warnings only 533ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 9. heartbeat (: heartbeat) does not trigger onEvent 94ms ✓ src/shared/hooks/useSSE.test.ts > useSSE > 10. url change closes old EventSource and opens new one 82ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders yaml editor as static text when not editable 446ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar > calls onClear when clear button is clicked 1766ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — multi-select > renders all options 269ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > passes the field help from fieldHelp into the yaml editor 1165ms (node:470) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — multi-select > calls onChange when an option is clicked 480ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — multi-select > toggles option off when already active 759ms (node:486) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field types > renders no help block when the yaml field has no fieldHelp entry 572ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — multi-select > calls onChange with undefined when last option deselected 383ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — multi-select > sets aria-label on option buttons 41ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — select > renders all options plus "All" default 183ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field validation > does not show a pattern error for an empty value on a non-required field 1500ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — select > calls onChange with selected value 730ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > field validation > shows the patternMessage for an invalid non-empty value 831ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — select > calls onChange with undefined when "All" is selected 399ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — select > preselects the current value 136ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — date-range > renders preset options 148ms (node:477) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — date-range > calls onChange when a preset is clicked 212ms ✓ src/layers/__tests__/L2W/coordinatorFK.test.tsx > coordinator FK refresh (§7 DoD-3) > calls refetchQueries when activeCrud is truthy 1301ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > default rendering without targets > renders form and buttons with default snapshot (no closeIntent) 167ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — date-range > calls onChange with undefined when active preset is clicked again 379ms ✓ src/layers/__tests__/L2W/coordinatorFK.test.tsx > coordinator FK refresh (§7 DoD-3) > calls refetchQueries for each entitySelectSource with cancelRefetch: false 222ms ✓ src/layers/__tests__/L2W/coordinatorFK.test.tsx > coordinator FK refresh (§7 DoD-3) > does NOT call refetchQueries when activeCrud is null (no modal) 195ms ✓ src/layers/__tests__/L2W/coordinatorFK.test.tsx > coordinator FK refresh (§7 DoD-3) > does NOT call refetchQueries when entitySelectSources is empty 14ms ✓ src/layers/__tests__/L2W/coordinatorFK.test.tsx > coordinator FK refresh (§7 DoD-3) > does NOT call refetchQueries when crud owner does not match 26ms ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — integration > clear button appears when any filter type has a value 840ms (node:493) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2R/FilterBar.test.tsx > FilterBar — integration > combines multiple active filters 740ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > useBlocker dirty guard > shows DiscardDialog when blocker state is blocked and proceed is called on confirm 1910ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > resolveContract > resolves repositories contract 86ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > resolveContract > resolves projects contract 21ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > resolveContract > resolves runs contract 2ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > resolveContract > resolves pipelines contract 14ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > resolveContract > returns the same contract as the static registry 15ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useEntityList > returns a ListResult-like shape for repositories 591ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useEntityList > returns a ListResult-like shape for projects 101ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useEntityList > returns a ListResult-like shape for runs 117ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useEntityList > returns a ListResult-like shape for pipelines 135ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useEntityList > passes params through to the query 433ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useEntityDetail > returns a DetailResult-like shape 135ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useEntityDetail > works for runs with run_id-based entities 67ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > useBlocker dirty guard > does not show DiscardDialog when blocker is unblocked (dirty=false) 1138ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useMutation > returns a MutationHandle-like shape 47ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useMutation > works for all entity paths 310ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useSubscription > returns a SubscriptionHandle-like shape 222ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > useBlocker dirty guard > Keep Editing in blocker DiscardDialog calls blocker.reset 1786ms ✓ src/layers/__tests__/L1/entityResolver.test.tsx > entityResolver > useSubscription > works for all entity paths 253ms (node:502) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > checkbox field value > calls updateField with boolean checked value, not string value 810ms ✓ src/layers/__tests__/L2R/CrudSurface.test.tsx > CrudSurface > backdrop click > backdrop click does not close the modal 1199ms stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > resolves submitted ordered repository ids into joined refs on create TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:61:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/projects/proj-1/pipelines". Please see the original error above. ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > resolves submitted ordered repository ids into joined refs on create 1395ms (node:533) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT with an ordered id array round-trips the refs in the submitted order TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. (node:509) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT with [] clears skill repos TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT with an ordered id array round-trips the refs in the submitted order 478ms stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT with null keeps existing skill repos untouched TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT with [] clears skill repos 198ms stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT with null keeps existing skill repos untouched TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT without the skill_repos field leaves skill repos untouched TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with a string config returns 422 config must be a JSON object TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with an array config returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT with null keeps existing skill repos untouched 182ms ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — skill_repos FK semantics > PUT without the skill_repos field leaves skill repos untouched 41ms ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with a string config returns 422 config must be a JSON object 23ms ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with an array config returns 422 19ms stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with lane-lint error config returns 422 with the error issues TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with warnings-only lanes config succeeds and stores the config TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with a valid full lanes config succeeds TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:77:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "PUT http://localhost:3000/api/v1/pipelines/pipeline-proj-1-1". Please see the original error above. stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > POST with a valid lanes config returns 201 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:61:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/projects/proj-1/pipelines". Please see the original error above. ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with lane-lint error config returns 422 with the error issues 25ms ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with warnings-only lanes config succeeds and stores the config 20ms ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > PUT with a valid full lanes config succeeds 30ms stderr | src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > POST with lane-lint error config returns 422 TypeError: Body is unusable: Body has already been read  at consumeBody (node:internal/deps/undici/undici:6981:31)  at FetchRequest.json (node:internal/deps/undici/undici:6909:18) at /workspace/niko/agent-platform/frontend/src/msw/handlers/pipelines.ts:61:33 at file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:176:26 at HttpHandler.run (file:///workspace/node_modules/msw/lib/core/handlers/RequestHandler.mjs:142:35)  at processTicksAndRejections (node:internal/process/task_queues:104:5) at executeHandlers (file:///workspace/node_modules/msw/lib/core/utils/executeHandlers.mjs:11:14) at until (file:///workspace/node_modules/until-async/lib/index.js:14:17) at InterceptorHttpNetworkFrame.resolve (file:///workspace/node_modules/msw/lib/core/experimental/frames/http-frame.mjs:81:41) at Emitter. (file:///workspace/node_modules/msw/lib/core/experimental/define-network.mjs:80:11) [MSW] Encountered an unhandled exception during the handler lookup for "POST http://localhost:3000/api/v1/projects/proj-1/pipelines". Please see the original error above. ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > POST with a valid lanes config returns 201 45ms ✓ src/msw/__tests__/pipelines-handler.test.ts > pipelineHandlers — config lane lint conformance > POST with lane-lint error config returns 422 23ms ✓ src/layers/__tests__/L1/SseRealConnection.integration.test.tsx > SseRealConnection — real EventSource + MSW SSE handler > connects via MSW and receives SSE events into query cache 1534ms stderr | src/shared/hooks/useFilterState.test.tsx > useFilterState > 1. prefix prepends prefix to URL params ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > 1. prefix prepends prefix to URL params 230ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > 2. setFilter merges, does not replace other params 50ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > 3. clearFilters removes filters, preserves sort defaults in memory 51ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > 4. setSort cycles: asc → desc → none (returns to default) 97ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > setSort with explicit order 31ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > 5. clearFilters does NOT write sort defaults to URL 38ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > 6. multiple prefixes do not collide 45ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > 7. arrays serialized as pipe-delimited 49ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > 8. undefined removes param entirely 51ms ✓ src/shared/hooks/useFilterState.test.tsx > useFilterState > getFilter returns current value for key 35ms ✓ src/layers/__tests__/L1/SseRealConnection.integration.test.tsx > SseRealConnection — real EventSource + MSW SSE handler > on connection loss transitions to reconnecting and recovers on new connection 2044ms (node:516) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:542) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:549) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L1/SseRealConnection.integration.test.tsx > SseRealConnection — real EventSource + MSW SSE handler > with fake timers — backoff, lost, reconnect, heartbeat > 5 connection failures via 500 responses → lost state 2120ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root type > returns empty result for an empty config object 86ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root type > errors with a root-level config error when the parsed config is null (empty YAML) 13ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root type > errors with a root-level config error when the parsed config is a string, number, boolean, or array 22ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root type > never emits the "must be valid JSON" message (YAML parser handles unparseable input) 17ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root and vikunja strictness > errors on an undeclared root key 10ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root and vikunja strictness > errors on a non-object vikunja value 24ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root and vikunja strictness > errors on an undeclared vikunja key 22ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root and vikunja strictness > collects root and vikunja errors together in API order 2ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root and vikunja strictness > sorts unknown root and vikunja keys like the API (sortedObjectKeys) 55ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > root and vikunja strictness > returns empty result when vikunja is absent 63ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > vikunja url and project_id > errors on a null url 7ms ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > returns runs without filter 1141ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > vikunja url and project_id > errors on a non-string url (YAML number) 42ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > vikunja url and project_id > errors on non-string project_id values (number, boolean, object) 33ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > vikunja url and project_id > errors on an empty url 47ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > vikunja url and project_id > errors on an empty project_id 15ms ✓ src/features/projects/projectConfigLint.test.ts > projectConfigLint > vikunja url and project_id > returns empty result for a valid full config 1ms ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > filters by created_after (30 days) 283ms ✓ src/layers/__tests__/L1/SseRealConnection.integration.test.tsx > SseRealConnection — real EventSource + MSW SSE handler > with fake timers — backoff, lost, reconnect, heartbeat > reconnect() from lost state transitions to connected 2275ms ↓ src/layers/__tests__/L1/SseRealConnection.integration.test.tsx > SseRealConnection — real EventSource + MSW SSE handler > with fake timers — backoff, lost, reconnect, heartbeat > heartbeat checker triggers lost at 30s — skipped: eventsource uses setTimeout internally for stream reader; fake timers freeze open streams ↓ src/layers/__tests__/L1/SseRealConnection.integration.test.tsx > SseRealConnection — real EventSource + MSW SSE handler > with fake timers — backoff, lost, reconnect, heartbeat > heartbeat event resets timestamp — skipped: same eventsource + fake timers incompatibility as above ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > filters by created_after (24 hours) 175ms ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > handles invalid created_after gracefully 87ms ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > handles today shorthand gracefully 39ms ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > filters by project_id 128ms ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > filters by multiple project_ids 120ms stderr | src/layers/__tests__/L2R/EntityDetail.test.tsx > EntityDetail — delete navigation > navigates to entityPath on delete success without custom onDeleteSuccess ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/layers/__tests__/L2R/EntityDetail.test.tsx > EntityDetail — delete navigation > navigates to entityPath on delete success without custom onDeleteSuccess 1386ms ✓ src/layers/__tests__/L2R/EntityDetail.test.tsx > EntityDetail — delete navigation > calls custom onDeleteSuccess and does not default navigate 56ms (node:523) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > sorts by tokens desc 199ms ✓ src/msw/__tests__/runs-handler.test.ts > runs MSW handler > sorts by tokens asc 284ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > addPendingDelete + getPendingDeletes > adds an id to the set for an entityPath 155ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > addPendingDelete + getPendingDeletes > adds multiple ids to the same entityPath 43ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > addPendingDelete + getPendingDeletes > handles multiple entityPaths independently 28ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > removePendingDelete > removes a specific id 14ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > removePendingDelete > is a no-op when id does not exist 34ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > removePendingDelete > is a no-op when entityPath has no entries 1ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > isMarkedDeleted > returns true for a marked id 60ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > isMarkedDeleted > returns false for an unmarked id 2ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > isMarkedDeleted > returns false for unknown entityPath 37ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > populatePendingDeletes > populates from an array of entries 22ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > populatePendingDeletes > deduplicates when same id appears twice 18ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > getAllPendingDeleteEntries > returns empty array when map is empty 23ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > getAllPendingDeleteEntries > returns all entries as flat array 101ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > purgePendingDeletes > returns and removes all ids for an entityPath 32ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > purgePendingDeletes > returns empty set for unknown entityPath 8ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > pendingDeleteMap > purgePendingDeletes > does not affect other entityPaths 1ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > normalizeFilters > removes undefined values 2ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > normalizeFilters > removes empty string values 5ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > normalizeFilters > sorts keys alphabetically 148ms ✓ src/layers/__tests__/L1/mutationQueue.test.ts > normalizeFilters > returns empty object for all-empty filters 16ms (node:558) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createDefaultBehaviorContract > returns an object with all BehaviorContract functions 98ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createDefaultBehaviorContract > defaults() returns an object 20ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createDefaultBehaviorContract > populate(entity) returns a copy 124ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createDefaultBehaviorContract > toCreate(form) returns a partial copy 15ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createDefaultBehaviorContract > toUpdate(form) returns a partial copy 10ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createDefaultBehaviorContract > fieldPolicy(mode) returns an empty FieldPolicy 16ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createDefaultBehaviorContract > populated entity does not mutate original 18ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createFieldPolicyFromConfig > returns empty policy when no fieldBehavior config 23ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createFieldPolicyFromConfig > applies visible constraint for add mode 22ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createFieldPolicyFromConfig > applies visibility constraint for edit mode 4ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createFieldPolicyFromConfig > applies editable constraint per mode 7ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createFieldPolicyFromConfig > applies both visible and editable together 16ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createFieldPolicyFromConfig > splits policy by mode independently 15ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createFieldPolicyFromConfig > handles unknown fields gracefully 21ms ✓ src/layers/__tests__/L2W/behaviorContract.test.ts > createFieldPolicyFromConfig > returns FieldPolicy that satisfies the type contract 20ms (node:566) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2R/AgeCheckIndicator.test.tsx > AgeCheckIndicator > renders children when refCount > 0 (SSE view) 776ms ✓ src/layers/__tests__/L2R/AgeCheckIndicator.test.tsx > AgeCheckIndicator > renders children when refCount === 0 and data is fresh 25ms ✓ src/layers/__tests__/L2R/AgeCheckIndicator.test.tsx > AgeCheckIndicator > renders skeleton + message + refresh button when refCount === 0 and data is stale 138ms ✓ src/layers/__tests__/L2R/AgeCheckIndicator.test.tsx > AgeCheckIndicator > refresh button calls invalidateQueries when no onRefresh provided 82ms ✓ src/layers/__tests__/L2R/AgeCheckIndicator.test.tsx > AgeCheckIndicator > refresh button calls onRefresh when provided 124ms (node:580) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:573) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:611) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:604) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:619) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:590) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create is defined 12ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.update is defined 2ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create > parses a YAML-string config into an object 29ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create > omits an empty config value 4ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create > leaves an object config unchanged 2ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create > lets an invalid YAML config throw instead of silently dropping it 22ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create > leaves other fields untouched 6ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create > omits any webhook_secret value — create can never set the secret 2ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create > omits an empty pm_bot_account_id value 3ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.create > keeps a non-empty pm_bot_account_id value 3ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.update > parses a YAML-string config into an object 28ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.update > omits an empty config value 3ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.update > leaves an object config unchanged 6ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.update > lets an invalid YAML config throw instead of silently dropping it 16ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.update > leaves other fields untouched 4ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.update > omits an empty webhook_secret value so edits never wipe an existing secret 12ms ✓ src/layers/L1/contracts/pipelines.test.ts > pipelinesContract request normalizers > request.update > keeps a non-empty webhook_secret value 8ms stderr | src/features/container-registries/ContainerRegistryDetailPage.test.tsx > ContainerRegistryDetailPage > renders registry name in the page title ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. (node:591) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/features/container-registries/ContainerRegistryDetailPage.test.tsx > ContainerRegistryDetailPage > renders registry name in the page title 1892ms ✓ src/features/container-registries/ContainerRegistryDetailPage.test.tsx > ContainerRegistryDetailPage > renders the registry URL and username in the detail card 519ms stderr | src/features/repositories/RepositoriesPage.test.tsx > RepositoriesPage layout > renders Tabs component with Repositories and Bot Accounts ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/features/container-registries/ContainerRegistryDetailPage.test.tsx > ContainerRegistryDetailPage > renders edit dialog with "Edit Container Registry" title when edit route is activated 408ms ✓ src/features/repositories/RepositoriesPage.test.tsx > RepositoriesPage layout > renders Tabs component with Repositories and Bot Accounts 1232ms stderr | src/features/bot-accounts/BotAccountsListTab.test.tsx > BotAccountsListTab > renders DataTable with mock bot account names ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. (node:630) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/features/bot-accounts/BotAccountsListTab.test.tsx > BotAccountsListTab > renders DataTable with mock bot account names 4500ms ✓ src/features/repositories/RepositoriesPage.test.tsx > RepositoriesPage layout > active tab is determined from URL pathname, not React state 327ms ✓ src/features/container-registries/ContainerRegistryDetailPage.test.tsx > ContainerRegistryDetailPage > shows the token field empty in edit mode (write-only, never populated) 1184ms stderr | src/features/bot-accounts/BotAccountDetailPage.test.tsx > BotAccountDetailPage > renders account name in the page title ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/features/bot-accounts/BotAccountsListTab.test.tsx > BotAccountsListTab > displays Name, Description, Created columns 256ms ✓ src/features/repositories/RepositoriesPage.test.tsx > RepositoriesPage layout > bot-accounts tab is active when URL contains /bot-accounts 493ms ✓ src/features/bot-accounts/BotAccountsListTab.test.tsx > BotAccountsListTab > name links do NOT contain ?tab=accounts 290ms ✓ src/features/repositories/RepositoriesPage.test.tsx > RepositoriesPage layout > clicking Repositories tab navigates to /repositories/repos 435ms ✓ src/features/repositories/RepositoriesPage.test.tsx > RepositoriesPage layout > clicking Bot Accounts tab navigates to /repositories/bot-accounts 67ms ✓ src/features/bot-accounts/BotAccountsListTab.test.tsx > BotAccountsListTab > shows create button with label "+ New Bot Account" 163ms stderr | src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > window online event updates isOnline An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > pendingCount matches getOutboxEntries length An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/features/repositories/RepositoriesPage.test.tsx > RepositoriesPage layout > does NOT render DataTable directly (only via Outlet) 70ms ✓ src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > isOnline === false when navigator.onLine is false 471ms ✓ src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > isOnline === true by default 12ms ✓ src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > window online event updates isOnline 30ms stderr | src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > lastSynced is null when cache is empty An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > lastSynced reflects max dataUpdatedAt An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > lastSynced reflects max dataUpdatedAt An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/features/repositories/RepositoriesPage.test.tsx > RepositoriesPage layout > does NOT render Crud directly (only via child routes) 209ms ✓ src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > pendingCount matches getOutboxEntries length 36ms ✓ src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > lastSynced is null when cache is empty 22ms stderr | src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > queryClient.invalidateQueries updates lastSynced An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > queryClient.invalidateQueries updates lastSynced An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/features/bot-accounts/BotAccountsListTab.test.tsx > BotAccountsListTab > createTarget leads to /repositories/bot-accounts/add 143ms ✓ src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > lastSynced reflects max dataUpdatedAt 121ms ✓ src/lib/__tests__/useOfflineState.test.tsx > useOfflineState > queryClient.invalidateQueries updates lastSynced 18ms ✓ src/features/bot-accounts/BotAccountsListTab.test.tsx > BotAccountsListTab > renders Crud component 628ms ✓ src/features/bot-accounts/BotAccountDetailPage.test.tsx > BotAccountDetailPage > renders account name in the page title 2724ms ✓ src/features/bot-accounts/BotAccountDetailPage.test.tsx > BotAccountDetailPage > renders edit dialog with "Edit Bot Account" title when edit route activated 1151ms stderr | src/features/container-registries/ContainerRegistriesListPage.test.tsx > ContainerRegistriesListPage > renders the page title and registry rows ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. (node:638) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/features/bot-accounts/BotAccountDetailPage.test.tsx > BotAccountDetailPage > breadcrumb Bot Accounts link does NOT contain ?tab=accounts 1379ms ✓ src/lib/__tests__/queryCacheEviction.test.tsx > startCacheEviction > removes inactive queries older than retention threshold 60ms ✓ src/lib/__tests__/queryCacheEviction.test.tsx > startCacheEviction > does not remove queries under retention threshold accounting for interval delay 10ms ✓ src/lib/__tests__/queryCacheEviction.test.tsx > startCacheEviction > does not remove active queries with observers 138ms ✓ src/lib/__tests__/queryCacheEviction.test.tsx > startCacheEviction > removes only exact matching query keys 6ms ✓ src/lib/__tests__/queryCacheEviction.test.tsx > startCacheEviction > skips eviction entirely when offline 4ms ✓ src/lib/__tests__/queryCacheEviction.test.tsx > startCacheEviction > returns a cleanup function that stops the interval 4ms ✓ src/lib/__tests__/queryCacheEviction.test.tsx > startCacheEviction > evicts only queries older than threshold across multiple entity paths 29ms ✓ src/features/container-registries/ContainerRegistriesListPage.test.tsx > ContainerRegistriesListPage > renders the page title and registry rows 2291ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > renders rows from ref-shaped value with resolved labels 1268ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > renders rows from string value with resolved labels 92ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > renders empty state with an add button 48ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > renders readOnly mode as plain labels 85ms ✓ src/features/container-registries/ContainerRegistriesListPage.test.tsx > ContainerRegistriesListPage > renders the Add Registry action with the expected label 1190ms ✓ src/features/bot-accounts/BotAccountDetailPage.test.tsx > BotAccountDetailPage > breadcrumb Repositories link points to /repositories/repos 1501ms stderr | src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > returns ageMs for data that is N ms old An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > isStale === true when ageMs > AGE_THRESHOLD An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > isStale === false when ageMs <= AGE_THRESHOLD An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > updates when cache subscription fires An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > updates when cache subscription fires An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > returns ageMs for data that is N ms old 248ms ✓ src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > isStale === true when ageMs > AGE_THRESHOLD 21ms ✓ src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > isStale === false when ageMs <= AGE_THRESHOLD 30ms stderr | src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > updates when cache subscription fires An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act stderr | src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > updates on minute tick (fakeTimers) An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ src/features/container-registries/ContainerRegistriesListPage.test.tsx > ContainerRegistriesListPage > clicking Add Registry navigates to the create route 772ms ✓ src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > updates when cache subscription fires 29ms ✓ src/layers/__tests__/L1/useDataAge.test.tsx > useDataAge > updates on minute tick (fakeTimers) 51ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > normalizes ref-shaped value into the form via onChange on mount 341ms ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 1. open=false renders nothing 521ms ✓ src/features/container-registries/ContainerRegistriesListPage.test.tsx > ContainerRegistriesListPage > clicking a row navigates to the registry detail route 492ms (node:646) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 2. open=true renders title, children, footer 2101ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > adds a row and emits the selected repository id 2076ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > removes a row and emits the remaining ids 308ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > emits [] when all rows are removed 249ms ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 3. Backdrop click does not close dialog 922ms ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 4. Cancel pristine calls onClose 542ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > reorders rows with up and down buttons preserving priority order 544ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > disables up on the first row and down on the last row 60ms ✓ src/shared/components/EntitySelectList.test.tsx > EntitySelectList > disables add when the cap of 16 rows is reached 439ms ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 5. Cancel dirty opens DiscardDialog 1119ms (node:654) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:661) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:668) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:683) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 6. Discard → onClose, Keep → dialog stays 3060ms (node:669) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 7. ESC dirty opens DiscardDialog 861ms (node:694) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 8. ESC pristine calls onClose 535ms (node:701) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 9. Save calls onSave 406ms ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 10. isPending disables Save + Cancel and shows spinner 466ms (node:708) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) stderr | src/layers/__tests__/L2W/routes/CrudRoute.test.tsx > CrudRoute > sets route context on mount with id (detail page) ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/layers/__tests__/L2W/routes/CrudRoute.test.tsx > CrudRoute > sets route context on mount with id (detail page) 277ms ✓ src/layers/__tests__/L2W/routes/CrudRoute.test.tsx > CrudRoute > sets route context on mount without id (collection page) 10ms ✓ src/layers/__tests__/L2W/routes/CrudRoute.test.tsx > CrudRoute > sets route context with prefix when provided 48ms ✓ src/layers/__tests__/L2W/routes/CrudRoute.test.tsx > CrudRoute > cleans up (sets null) on unmount 24ms ✓ src/shared/components/CrudModal.test.tsx > CrudModal > 11. cancelLabel prop overrides the cancel button text 189ms stderr | src/features/auth/CallbackPage.test.tsx > CallbackPage > navigates to dashboard when session fetch succeeds ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/lib/__tests__/mutationOutbox.test.ts > replayOutbox > triggers refetchQueries({ stale: true }) after successful drain 81ms ✓ src/lib/__tests__/mutationOutbox.test.ts > replayOutbox > does NOT call refetchQueries({ stale: true }) when failed > 0 7ms ✓ src/layers/__tests__/L2W/routes/CrudRoute.test.tsx > CrudRoute > does not re-set context on re-render with same props 92ms ✓ src/layers/__tests__/L2W/routes/CrudRoute.test.tsx > CrudRoute > re-sets context when id changes 42ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > returns a function when edit target is present 14ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > calls navigate with edit target and replaced id 29ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > falls back to pathname + /edit when actionTargets is undefined 4ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > falls back to pathname + /edit when actionTargets.edit is undefined 2ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > falls back to pathname + /edit when actionTargets.edit is missing 3ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > calls navigate with the replaced id correctly 2ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > explicit edit target takes precedence over derived default 2ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > derives default from the provided pathname 3ms ✓ src/layers/__tests__/L2R/defaultEditNav.test.ts > createDefaultEditNavHandler > editTargetOverride takes precedence over actionTargets.edit 2ms ✓ src/lib/__tests__/mutationOutbox.test.ts > replayOutbox > refetchQueries is called after delete replay drain 6ms ✓ src/lib/__tests__/mutationOutbox.test.ts > replayOutbox > skips refetchQueries when outbox is empty 8ms ✓ src/features/auth/CallbackPage.test.tsx > CallbackPage > navigates to dashboard when session fetch succeeds 757ms ✓ src/layers/__tests__/L1/RefCountStore.test.ts > refCountStore > incrementRefCount > increases count and notifies subscribed listener 31ms ✓ src/layers/__tests__/L1/RefCountStore.test.ts > refCountStore > decrementRefCount > decreases count and notifies subscribed listener 5ms ✓ src/layers/__tests__/L1/RefCountStore.test.ts > refCountStore > decrementRefCount > removes key when count reaches 0 3ms ✓ src/layers/__tests__/L1/RefCountStore.test.ts > refCountStore > decrementRefCount > returns 0 when decrementing a non-existent key 5ms ✓ src/layers/__tests__/L1/RefCountStore.test.ts > refCountStore > subscribeRefCount > returns an unsubscribe function that stops notifications 3ms ✓ src/features/auth/CallbackPage.test.tsx > CallbackPage > sets auth store with session data when fetch succeeds 217ms stderr | src/features/repositories/RepositoriesList.test.tsx > RepositoriesList > renders DataTable with columns ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/layers/__tests__/L1/RefCountStore.test.ts > refCountStore > key isolation > notifies only the subscribed key, not other keys 21ms ✓ src/layers/__tests__/L1/RefCountStore.test.ts > refCountStore > refCountKey > produces idempotent keys for same entityPath and params 16ms ✓ src/features/auth/CallbackPage.test.tsx > CallbackPage > navigates to returnUrl when set in sessionStorage 239ms ✓ src/features/repositories/RepositoriesList.test.tsx > RepositoriesList > renders DataTable with columns 866ms ✓ src/features/auth/CallbackPage.test.tsx > CallbackPage > shows error when session fetch fails 185ms ✓ src/features/repositories/RepositoriesList.test.tsx > RepositoriesList > renders Crud component 258ms (node:718) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/features/auth/CallbackPage.test.tsx > CallbackPage > shows redirecting message and redirects to login on error 203ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > starts with dirty=false and pending=false 105ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > setDirty(true) sets dirty=true on bridge 17ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > setDirty(false) sets dirty=false on bridge 20ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > setPending(true) sets pending=true on bridge 10ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > setPending(false) sets pending=false on bridge 26ms ✓ src/features/repositories/RepositoriesList.test.tsx > RepositoriesList > create button label is "+ New Repository" 294ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > shows loading state 1547ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > markDirty() sets dirty=true 35ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > reset() clears both dirty and pending 31ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > supports dirty → pending transition (submit start) 8ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > supports pending → not pending transition while dirty stays (failure case) 11ms ✓ src/layers/__tests__/L2W/formBridge.test.ts > useFormBridge > bridge object reflects current state 22ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > shows empty state 215ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > shows error state 234ms ✓ src/features/repositories/RepositoriesList.test.tsx > RepositoriesList > renders data table with repository rows 415ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > supports single select 879ms ✓ src/shared/hooks/useDirtyGuard.test.ts > useDirtyGuard > 1. isDirty=false → blocker ei estä 204ms ✓ src/shared/hooks/useDirtyGuard.test.ts > useDirtyGuard > 2. isDirty=true → blocker estää (isBlocked=true) 22ms ✓ src/shared/hooks/useDirtyGuard.test.ts > useDirtyGuard > 3. submitted=true → blocker ei estä vaikka isDirty 27ms ✓ src/shared/hooks/useDirtyGuard.test.ts > useDirtyGuard > 4. confirmNavigation → blocker.proceed() → nav jatkuu 23ms ✓ src/shared/hooks/useDirtyGuard.test.ts > useDirtyGuard > 5. cancelNavigation → blocker.reset() → formi jää 39ms ✓ src/shared/hooks/useDirtyGuard.test.ts > useDirtyGuard > 6. beforeunload estetään kun isDirty && !submitted 31ms ✓ src/shared/hooks/useDirtyGuard.test.ts > useDirtyGuard > 7. beforeunload EI estetä kun submitted 10ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > supports multi select 621ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > displays placeholder when value is undefined 55ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > renders readOnly single mode as text 22ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > renders readOnly multi mode as comma-separated labels 27ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > renders raw value in readOnly when no match 13ms ✓ src/shared/components/EntitySelect.test.tsx > EntitySelect > disables the trigger when disabled prop is true 86ms stderr | src/layers/__tests__/L2R/CrudSurface.pipelineSave.test.tsx > pipeline config save path > sends the YAML config as a JSON object in the PUT body, never a string ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. (node:726) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:739) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/utils/schemaHelp.test.ts > schemaToHelp > returns an empty list for a non-object schema 84ms ✓ src/shared/utils/schemaHelp.test.ts > schemaToHelp > returns an empty list for a schema without properties 6ms ✓ src/shared/utils/schemaHelp.test.ts > schemaToHelp > maps flat top-level properties to help nodes 7ms ✓ src/shared/utils/schemaHelp.test.ts > schemaToHelp > marks required keys from the root required array 9ms ✓ src/shared/utils/schemaHelp.test.ts > schemaToHelp > recurses into object-typed properties and marks their required keys 5ms ✓ src/shared/utils/schemaHelp.test.ts > schemaToHelp > does not recurse into non-object properties but keeps them as nodes 8ms ✓ src/shared/utils/schemaHelp.test.ts > schemaToHelp > carries the title when the schema declares one 5ms ✓ src/shared/utils/schemaHelp.test.ts > schemaToHelp > skips malformed property entries instead of throwing 5ms (node:748) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:732) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:763) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) stderr | src/layers/__tests__/L2R/CrudSurface.pipelineSave.test.tsx > pipeline config save path > sends the YAML config as a JSON object in the PUT body, never a string No routes matched location "/pipelines/pipeline-proj-1-1" Error handled by React Router default ErrorBoundary: ErrorResponseImpl { status: 404, statusText: 'Not Found', internal: true, data: 'Error: No route matches URL "/pipelines/pipeline-proj-1-1"', error: Error: No route matches URL "/pipelines/pipeline-proj-1-1" at getInternalRouterError (/workspace/node_modules/@remix-run/router/dist/router.cjs.js:5324:59) at handleNavigational404 (/workspace/node_modules/@remix-run/router/dist/router.cjs.js:3564:17) at startNavigation (/workspace/node_modules/@remix-run/router/dist/router.cjs.js:2432:11) at Object.navigate (/workspace/node_modules/@remix-run/router/dist/router.cjs.js:2336:18) at /workspace/node_modules/react-router/dist/umd/react-router.development.js:934:18 at /workspace/niko/agent-platform/frontend/src/layers/L2R/slots/Crud.tsx:66:7 at /workspace/niko/agent-platform/frontend/src/layers/L2R/surfaces/CrudSurface.tsx:318:7 at Object.react_stack_bottom_frame (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:25989:20) at runWithFiberInDEV (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:874:13) at commitHookEffectListMount (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:13249:29) } (node:747) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) × src/layers/__tests__/L2R/CrudSurface.pipelineSave.test.tsx > pipeline config save path > sends the YAML config as a JSON object in the PUT body, never a string 6046ms  → Test timed out in 5000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > returns a function that accepts an id 16ms ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > calls navigate with rowTarget where :id is replaced 17ms ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > replaces :id with the provided id string 4ms (node:778) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > falls back to pathname + /:id when rowTarget is undefined 3ms ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > does not throw when rowTarget is undefined (derived default used) 17ms ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > replaces all occurrences of :id in the target 2ms ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > leaves target unchanged if :id not present 2ms ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > explicit rowTarget takes precedence over derived default 1ms ✓ src/layers/__tests__/L2R/defaultRowNav.test.ts > createDefaultRowNavHandler > derives default from the provided pathname 1ms (node:772) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) stderr | src/layers/__tests__/L2R/CrudSurface.pipelineSave.test.tsx > pipeline config save path > omits the config field from the PUT body when the field is emptied No routes matched location "/pipelines/pipeline-proj-1-1" Error handled by React Router default ErrorBoundary: ErrorResponseImpl { status: 404, statusText: 'Not Found', internal: true, data: 'Error: No route matches URL "/pipelines/pipeline-proj-1-1"', error: Error: No route matches URL "/pipelines/pipeline-proj-1-1" at getInternalRouterError (/workspace/node_modules/@remix-run/router/dist/router.cjs.js:5324:59) at handleNavigational404 (/workspace/node_modules/@remix-run/router/dist/router.cjs.js:3564:17) at startNavigation (/workspace/node_modules/@remix-run/router/dist/router.cjs.js:2432:11) at Object.navigate (/workspace/node_modules/@remix-run/router/dist/router.cjs.js:2336:18) at /workspace/node_modules/react-router/dist/umd/react-router.development.js:934:18 at /workspace/niko/agent-platform/frontend/src/layers/L2R/slots/Crud.tsx:66:7 at /workspace/niko/agent-platform/frontend/src/layers/L2R/surfaces/CrudSurface.tsx:318:7 at Object.react_stack_bottom_frame (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:25989:20) at runWithFiberInDEV (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:874:13) at commitHookEffectListMount (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:13249:29) } ✓ src/layers/__tests__/L2R/CrudSurface.pipelineSave.test.tsx > pipeline config save path > omits the config field from the PUT body when the field is emptied 1496ms ✓ src/lib/__tests__/onlineDetector.test.ts > OnlineDetector > isOnline > returns navigator.onLine value 91ms ✓ src/lib/__tests__/onlineDetector.test.ts > OnlineDetector > isOnline > returns true when navigator is undefined (SSR safety) 6ms ✓ src/lib/__tests__/onlineDetector.test.ts > OnlineDetector > subscribe > registers listener that is called on online event 7ms ✓ src/lib/__tests__/onlineDetector.test.ts > OnlineDetector > subscribe > registers listener that is called on offline event 11ms ✓ src/lib/__tests__/onlineDetector.test.ts > OnlineDetector > subscribe > calls all active listeners on event 15ms ✓ src/lib/__tests__/onlineDetector.test.ts > OnlineDetector > subscribe > unsub prevents further calls 17ms ✓ src/lib/__tests__/onlineDetector.test.ts > OnlineDetector > getOnlineDetector singleton > returns the same instance on every call 2ms (node:796) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layouts/healthStore.test.ts > healthStore > defaults > has healthy status by default 41ms (node:790) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/L1/contracts/projects.test.ts > projectsContract request normalizers > request.create is defined 24ms ✓ src/layers/L1/contracts/projects.test.ts > projectsContract request normalizers > request.update is defined 1ms ✓ src/layouts/healthStore.test.ts > healthStore > defaults > has null responseTime by default 9ms ✓ src/layouts/healthStore.test.ts > healthStore > defaults > has null lastChecked by default 1ms ✓ src/layouts/healthStore.test.ts > healthStore > defaults > has null apiVersion by default 2ms ✓ src/layouts/healthStore.test.ts > healthStore > fetchHealth > sets healthy status on success 14ms ✓ src/layouts/healthStore.test.ts > healthStore > fetchHealth > sets degraded status when services report issues 5ms ✓ src/layouts/healthStore.test.ts > healthStore > fetchHealth > sets unhealthy status on network error 5ms ✓ src/layers/L1/contracts/projects.test.ts > projectsContract request normalizers > request.create > parses a YAML-string config into an object 21ms ✓ src/layers/L1/contracts/projects.test.ts > projectsContract request normalizers > request.create > leaves other fields untouched 5ms ✓ src/layers/L1/contracts/projects.test.ts > projectsContract request normalizers > request.update > leaves an object config unchanged 2ms ✓ src/layers/L1/contracts/projects.test.ts > projectsContract request normalizers > request.update > parses a YAML-string config into an object 4ms ✓ src/layers/L1/contracts/projects.test.ts > projectsContract request normalizers > request.update > omits an empty config value 1ms ✓ src/layers/L1/contracts/projects.test.ts > projectsContract request normalizers > request.update > leaves other fields untouched 2ms ✓ src/shared/components/KeyValueEditor.test.tsx > KeyValueEditor > adds a blank row on [+ Add row] click 1120ms ✓ src/layouts/uiStore.test.ts > uiStore > defaults > has sidebar open by default 33ms ✓ src/layouts/uiStore.test.ts > uiStore > defaults > has dark theme by default 2ms ✓ src/layouts/uiStore.test.ts > uiStore > toggleSidebar > closes sidebar when open 8ms ✓ src/layouts/uiStore.test.ts > uiStore > toggleSidebar > opens sidebar when closed 2ms ✓ src/layouts/uiStore.test.ts > uiStore > setSidebarOpen > sets sidebar to false 6ms ✓ src/layouts/uiStore.test.ts > uiStore > setSidebarOpen > sets sidebar to true 1ms ✓ src/shared/components/KeyValueEditor.test.tsx > KeyValueEditor > removes a row and emits without it 353ms ✓ src/layouts/uiStore.test.ts > uiStore > setTheme > sets theme to light 6ms ✓ src/layouts/uiStore.test.ts > uiStore > setTheme > sets theme to high-contrast 1ms ✓ src/layouts/uiStore.test.ts > uiStore > setTheme > sets theme to dark 2ms ✓ src/layouts/uiStore.test.ts > uiStore > resetSession > restores defaults 7ms ✓ src/shared/components/KeyValueEditor.test.tsx > KeyValueEditor > shows duplicate key error but still emits onChange 343ms ✓ src/shared/components/MetadataCard.test.tsx > MetadataCard > shows loading skeleton 293ms ✓ src/shared/components/KeyValueEditor.test.tsx > KeyValueEditor > sanitizes empty keys from payload 160ms ✓ src/shared/components/MetadataCard.test.tsx > MetadataCard > shows error state with retry button 483ms ✓ src/shared/components/MetadataCard.test.tsx > MetadataCard > renders labels and values in grid 357ms ✓ src/shared/components/KeyValueEditor.test.tsx > KeyValueEditor > renders readOnly mode as static key: value lines 206ms ✓ src/shared/components/KeyValueEditor.test.tsx > KeyValueEditor > shows empty state text when value is undefined in readOnly 9ms ✓ src/shared/components/KeyValueEditor.test.tsx > KeyValueEditor > shows skeleton when isLoading 59ms ✓ src/shared/components/MetadataCard.test.tsx > MetadataCard > renders field with spanFull as col-span-full 81ms ✓ src/shared/components/MetadataCard.test.tsx > MetadataCard > shows em dash for empty value 73ms stderr | src/features/auth/LoginPage.test.tsx > LoginPage > shows login heading, description and button ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/features/auth/LoginPage.test.tsx > LoginPage > shows login heading, description and button 1233ms ✓ src/shared/components/MetadataCard.test.tsx > MetadataCard > uses render callback over value 63ms ✓ src/shared/components/MetadataCard.test.tsx > MetadataCard > renders children instead of default layout 14ms ✓ src/features/auth/LoginPage.test.tsx > LoginPage > shows session expired message when expired query param is set 237ms ✓ src/features/auth/LoginPage.test.tsx > LoginPage > does not show expired message without expired param 154ms ✓ src/features/auth/LoginPage.test.tsx > LoginPage > shows error toast when error query param is set 126ms ✓ src/features/auth/LoginPage.test.tsx > LoginPage > redirects to dashboard when already authenticated 183ms (node:806) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/features/auth/LoginPage.test.tsx > LoginPage > performs mock login in dev mode and navigates to dashboard 284ms ✓ src/features/container-registries/containerRegistriesCrudConfig.test.ts > containerRegistriesCrudConfig > fieldSet validations > name requires 3-100 characters 35ms ✓ src/features/container-registries/containerRegistriesCrudConfig.test.ts > containerRegistriesCrudConfig > fieldSet validations > url is required and validated as an absolute URL with scheme and host 8ms ✓ src/features/container-registries/containerRegistriesCrudConfig.test.ts > containerRegistriesCrudConfig > fieldSet validations > username is optional without validation constraints 12ms ✓ src/features/container-registries/containerRegistriesCrudConfig.test.ts > containerRegistriesCrudConfig > fieldSet validations > token is write-only with an encrypted-at-rest description hint 23ms ✓ src/features/container-registries/containerRegistriesCrudConfig.test.ts > containerRegistriesCrudConfig > fieldTypes > token is password 4ms ✓ src/shared/components/DiscardDialog.test.tsx > DiscardDialog > does not render when closed 377ms (node:814) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:828) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:837) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:821) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/DiscardDialog.test.tsx > DiscardDialog > renders with default title and description 932ms ✓ src/shared/components/DiscardDialog.test.tsx > DiscardDialog > calls onDiscard when Discard button clicked 1087ms ✓ src/features/auth/authStore.test.ts > authStore > starts unauthenticated 15ms ✓ src/features/auth/authStore.test.ts > authStore > setAuth sets authenticated state with TTL fields 6ms ✓ src/features/auth/authStore.test.ts > authStore > clearAuth clears all auth state including TTL fields 2ms ✓ src/shared/components/DiscardDialog.test.tsx > DiscardDialog > calls onKeepEditing when Keep Editing button clicked 645ms ✓ src/layers/__tests__/L2R/defaultAddNav.test.ts > createDefaultAddNavHandler > returns a function 14ms ✓ src/layers/__tests__/L2R/defaultAddNav.test.ts > createDefaultAddNavHandler > calls navigate with createTarget when invoked 18ms (node:853) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:843) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/Page.test.tsx > PageHeader > renders title 248ms ✓ src/shared/components/DiscardDialog.test.tsx > DiscardDialog > renders custom title and description 198ms ✓ src/layers/__tests__/L2R/defaultAddNav.test.ts > createDefaultAddNavHandler > throws when invoked without createTarget (no fallback allowed) 8ms ✓ src/layers/__tests__/L2R/defaultAddNav.test.ts > createDefaultAddNavHandler > calls navigate with the exact createTarget string when set 3ms ✓ src/layers/__tests__/L2R/defaultAddNav.test.ts > createDefaultAddNavHandler > empty-string createTarget is treated as missing (throws) 2ms ✓ src/shared/components/DiscardDialog.test.tsx > DiscardDialog > calls onKeepEditing on dialog dismiss (ESC) 449ms ✓ src/shared/components/Page.test.tsx > PageHeader > renders breadcrumbs 124ms ✓ src/shared/components/Page.test.tsx > PageHeader > renders actions slot 740ms ✓ src/shared/components/Page.test.tsx > Page > renders children 45ms ✓ src/shared/components/Page.test.tsx > Page > passes className to root div 70ms ✓ src/shared/components/Page.test.tsx > Page > renders header slot 50ms (node:861) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:868) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/L1/contracts/container-registries.test.ts > containerRegistriesContract > resolves the entity id from the standard id field 27ms ✓ src/features/bot-accounts/botAccountsCrudConfig.test.ts > botAccountsCrudConfig > fieldSet validations > name requires 3-100 characters 34ms ✓ src/features/bot-accounts/botAccountsCrudConfig.test.ts > botAccountsCrudConfig > fieldSet validations > description allows max 5000 characters 22ms ✓ src/layers/L1/contracts/container-registries.test.ts > containerRegistriesContract > declares entityPath and CRUD endpoints matching the API 28ms ✓ src/layers/L1/contracts/container-registries.test.ts > containerRegistriesContract > does not carry request normalizers (no mapping logic for this entity) 2ms ✓ src/features/bot-accounts/botAccountsCrudConfig.test.ts > botAccountsCrudConfig > fieldSet validations > token_encrypted has description hint 19ms ✓ src/features/bot-accounts/botAccountsCrudConfig.test.ts > botAccountsCrudConfig > fieldTypes > description is textarea 9ms ✓ src/features/bot-accounts/botAccountsCrudConfig.test.ts > botAccountsCrudConfig > fieldTypes > token_encrypted is password 8ms (node:878) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/layers/__tests__/architecture-contracts.test.ts > architecture contracts > type-level assertions are verified by npm run typecheck:arch 26ms ✓ src/shared/components/TokenDisplay.test.tsx > TokenDisplay > renders 0 as "0" 176ms ✓ src/shared/components/TokenDisplay.test.tsx > TokenDisplay > renders 500 as "500" 15ms ✓ src/shared/components/TokenDisplay.test.tsx > TokenDisplay > renders 1500 as "1.5K" 27ms ✓ src/shared/components/TokenDisplay.test.tsx > TokenDisplay > renders 890123 as "890.1K" 9ms ✓ src/shared/components/TokenDisplay.test.tsx > TokenDisplay > renders 1234567 as "1.2M" 10ms ✓ src/shared/components/TokenDisplay.test.tsx > TokenDisplay > renders 999500 as "999.5K" 9ms ✓ src/shared/components/TokenDisplay.test.tsx > TokenDisplay > renders with label when provided 13ms ✓ src/shared/components/ConfirmDialog.test.tsx > ConfirmDialog > renders with title and message 1512ms ✓ src/shared/components/DurationDisplay.test.tsx > DurationDisplay > renders 0ms as "0s" 296ms ✓ src/shared/components/DurationDisplay.test.tsx > DurationDisplay > renders 5000ms as "5s" 13ms ✓ src/shared/components/DurationDisplay.test.tsx > DurationDisplay > renders 65000ms as "1m 5s" 52ms (node:886) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/DurationDisplay.test.tsx > DurationDisplay > renders 3661000ms as "1h 1m" 19ms ✓ src/shared/components/DurationDisplay.test.tsx > DurationDisplay > renders 3723000ms as "1h 2m" 10ms ✓ src/shared/components/DurationDisplay.test.tsx > DurationDisplay > renders null as "—" 9ms ✓ src/shared/components/ConfirmDialog.test.tsx > ConfirmDialog > calls onConfirm when confirm button is clicked 476ms ✓ src/shared/components/ConfirmDialog.test.tsx > ConfirmDialog > calls onCancel when cancel button is clicked 375ms ✓ src/shared/components/ConfirmDialog.test.tsx > ConfirmDialog > does not render when closed 15ms (node:894) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:901) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/Breadcrumb.test.tsx > Breadcrumb > renders items with separators 185ms (node:916) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) (node:908) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/Breadcrumb.test.tsx > Breadcrumb > renders links for items with href 256ms ✓ src/shared/components/Breadcrumb.test.tsx > Breadcrumb > renders last item as plain text 19ms (node:924) ExperimentalWarning: localStorage is not available because --localstorage-file was not provided. (Use `node --trace-warnings ...` to show where the warning was created) ✓ src/shared/components/StatsCard.test.tsx > StatsCard > renders label and value 240ms ✓ src/shared/components/StatsCard.test.tsx > StatsCard > renders large values with abbreviation 33ms ✓ src/shared/components/StatsCard.test.tsx > StatsCard > renders accent color border 24ms ✓ src/shared/components/SourceBadge.test.tsx > SourceBadge > renders manual badge 134ms ✓ src/shared/components/SourceBadge.test.tsx > SourceBadge > renders webhook badge 28ms ✓ src/shared/components/SourceBadge.test.tsx > SourceBadge > renders schedule badge 12ms ✓ src/shared/components/SourceBadge.test.tsx > SourceBadge > renders api badge 9ms ✓ src/shared/components/RunPhaseIcon.test.tsx > RunPhaseIcon > renders pending with correct label 157ms ✓ src/shared/components/RunPhaseIcon.test.tsx > RunPhaseIcon > renders running with correct label 12ms ✓ src/shared/components/RunPhaseIcon.test.tsx > RunPhaseIcon > renders succeeded with correct label 25ms ✓ src/shared/components/RunPhaseIcon.test.tsx > RunPhaseIcon > renders failed with correct label 11ms stderr | src/shared/components/ErrorBoundary.test.tsx > ErrorBoundary > renders fallback on error Error: kaboom at Bomb (/workspace/niko/agent-platform/frontend/src/shared/components/ErrorBoundary.test.tsx:6:9) at Object.react_stack_bottom_frame (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:25904:20) at renderWithHooks (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:7662:22) at updateFunctionComponent (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:10166:19) at beginWork (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:11778:18) at runWithFiberInDEV (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:874:13) at performUnitOfWork (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:17641:22) at workLoopSync (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:17469:41) at renderRootSync (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:17450:11) at performWorkOnRoot (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:16583:35) { [stack]: [Getter/Setter], [message]: 'kaboom' } The above error occurred in the component. React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary. ErrorBoundary caught: Error: kaboom at Bomb (/workspace/niko/agent-platform/frontend/src/shared/components/ErrorBoundary.test.tsx:6:9) at Object.react_stack_bottom_frame (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:25904:20) at renderWithHooks (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:7662:22) at updateFunctionComponent (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:10166:19) at beginWork (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:11778:18) at runWithFiberInDEV (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:874:13) at performUnitOfWork (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:17641:22) at workLoopSync (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:17469:41) at renderRootSync (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:17450:11) at performWorkOnRoot (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:16583:35) { componentStack: '\n' + ' at Bomb (/workspace/niko/agent-platform/frontend/src/shared/components/ErrorBoundary.test.tsx:11:8)\n' + ' at ErrorBoundary (/workspace/niko/agent-platform/frontend/src/shared/components/ErrorBoundary.tsx:10:1)' } ✓ src/shared/components/ErrorBoundary.test.tsx > ErrorBoundary > renders children when no error 134ms ✓ src/shared/components/ErrorBoundary.test.tsx > ErrorBoundary > renders fallback on error 94ms stderr | src/App.test.tsx > App > shows login page when unauthenticated ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. stderr | src/App.test.tsx > App > shows login page when unauthenticated ReferenceError: indexedDB is not defined at getDB (file:///workspace/node_modules/idb-keyval/dist/index.js:14:25) at file:///workspace/node_modules/idb-keyval/dist/index.js:24:34 at Object.get [as getItem] (file:///workspace/node_modules/idb-keyval/dist/index.js:40:12) at Object.restoreClient (file:///workspace/node_modules/@tanstack/query-async-storage-persister/build/modern/index.js:43:43) at persistQueryClientRestore (file:///workspace/node_modules/@tanstack/query-persist-client-core/build/modern/persist.js:15:45) at file:///workspace/node_modules/@tanstack/react-query-persist-client/build/modern/PersistQueryClientProvider.js:31:7 at Object.react_stack_bottom_frame (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:25989:20) at runWithFiberInDEV (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:874:13) at commitHookEffectListMount (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:13249:29) at commitHookPassiveMountEffects (/workspace/node_modules/react-dom/cjs/react-dom-client.development.js:13336:11) Encountered an error attempting to restore client cache from persisted location. As a precaution, the persisted cache will be discarded. ✓ src/App.test.tsx > App > shows login page when unauthenticated 776ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL  src/layers/__tests__/L2R/CrudSurface.pipelineSave.test.tsx > pipeline config save path > sends the YAML config as a JSON object in the PUT body, never a string Error: Test timed out in 5000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".  ❯ src/layers/__tests__/L2R/CrudSurface.pipelineSave.test.tsx:80:3  78| }  79|  80| it('sends the YAML config as a JSON object in the PUT body, never a …  | ^  81| renderEditForm()  82| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed | 74 passed (75)  Tests  1 failed | 832 passed | 2 skipped (835)  Start at  01:21:58  Duration  156.97s (transform 68.84s, setup 471.35s, import 208.43s, tests 229.06s, environment 517.73s) JUNIT report written to /workspace/niko/agent-platform/reports/front-unit/junit.xml