• turbo 2.8.3 • Packages in scope: @bb/app • Running test in 1 packages • Remote caching disabled //:ensure-native-modules: cache bypass, force executing e611b7071bdf095d @bb/templates:generate:templates: cache miss, executing a3c310d857d14e72 @bb/templates:generate:plugin-scaffold: cache miss, executing 5109c32d8c14e451 //:ensure-native-modules: //:ensure-native-modules: > bb@ ensure-native-modules //:ensure-native-modules: > node scripts/ensure-native-modules.mjs //:ensure-native-modules: @bb/templates:generate:templates: @bb/templates:generate:templates: > @bb/templates@0.0.1 generate:templates /packages/templates @bb/templates:generate:templates: > node ./scripts/generate-templates.mjs @bb/templates:generate:templates: @bb/templates:generate:plugin-scaffold: @bb/templates:generate:plugin-scaffold: > @bb/templates@0.0.1 generate:plugin-scaffold /packages/templates @bb/templates:generate:plugin-scaffold: > node ./scripts/generate-plugin-scaffold.mjs @bb/templates:generate:plugin-scaffold: @bb/app:test: cache miss, executing 9bc8b83c8262e025 @bb/app:test: @bb/app:test: > @bb/app@0.0.1 test /apps/app @bb/app:test: > node scripts/generate-pwa-icons.mjs --check && vitest run --config vitest.config.ts "ProjectRow.interactions" @bb/app:test: @bb/app:test: @bb/app:test: RUN v4.1.1 /apps/app @bb/app:test: @bb/app:test: ❯ |@bb/app:isolated| src/components/sidebar/ProjectRow.interactions.test.tsx (13 tests | 5 failed) 131614ms @bb/app:test: × keeps project header controls available to touch when open is false 23838ms @bb/app:test: × keeps project header controls available to touch when open is true 5137ms @bb/app:test: ✓ places the project disclosure after its label and keeps root threads flush 5677ms @bb/app:test: ✓ shows generic runtime activity before a named workflow rollup 11110ms @bb/app:test: ✓ shows a working draft before named work for a collapsed environment 1735ms @bb/app:test: × uses shared runtime precedence when a top-level section is collapsed 16550ms @bb/app:test: ✓ shows a working draft before Plan for a collapsed section 7710ms @bb/app:test: ✓ surfaces named activity when the project is collapsed 1127ms @bb/app:test: ✓ shows an idle draft before unread success for a collapsed project 829ms @bb/app:test: ✓ excludes hidden side-chat activity from a collapsed project 1140ms @bb/app:test: × closes the environment actions menu after selecting rename 19959ms @bb/app:test: ✓ leaves threads sharing the project checkout ungrouped 5555ms @bb/app:test: × archives and renames an environment group from any provider 30975ms @bb/app:test: @bb/app:test: ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 5 ⎯⎯⎯⎯⎯⎯⎯ @bb/app:test: @bb/app:test: FAIL |@bb/app:isolated| src/components/sidebar/ProjectRow.interactions.test.tsx > ProjectRow interactions > keeps project header controls available to touch when open is false @bb/app:test: FAIL |@bb/app:isolated| src/components/sidebar/ProjectRow.interactions.test.tsx > ProjectRow interactions > keeps project header controls available to touch when open is true @bb/app:test: AssertionError: expected null to be 'always' // Object.is equality @bb/app:test: @bb/app:test: - Expected: @bb/app:test: "always" @bb/app:test: @bb/app:test: + Received: @bb/app:test: null @bb/app:test: @bb/app:test: ❯ src/components/sidebar/ProjectRow.interactions.test.tsx:166:74 @bb/app:test: 164| .closest(".bb-sidebar-hover-actions"); @bb/app:test: 165| @bb/app:test: 166| expect(actions?.getAttribute("data-sidebar-hover-actions-mobile"… @bb/app:test: | ^ @bb/app:test: 167| "always", @bb/app:test: 168| ); @bb/app:test: @bb/app:test: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/5]⎯ @bb/app:test: @bb/app:test: FAIL |@bb/app:isolated| src/components/sidebar/ProjectRow.interactions.test.tsx > ProjectRow interactions > uses shared runtime precedence when a top-level section is collapsed @bb/app:test: Error: Test timed out in 15000ms. @bb/app:test: If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". @bb/app:test: ❯ src/components/sidebar/ProjectRow.interactions.test.tsx:298:3 @bb/app:test: 296| }); @bb/app:test: 297| @bb/app:test: 298| it("uses shared runtime precedence when a top-level section is colla… @bb/app:test: | ^ @bb/app:test: 299| const store = createStore(); @bb/app:test: 300| const queryClient = new QueryClient(); @bb/app:test: @bb/app:test: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/5]⎯ @bb/app:test: @bb/app:test: FAIL |@bb/app:isolated| src/components/sidebar/ProjectRow.interactions.test.tsx > ProjectRow interactions > closes the environment actions menu after selecting rename @bb/app:test: Error: Test timed out in 15000ms. @bb/app:test: If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". @bb/app:test: ❯ src/components/sidebar/ProjectRow.interactions.test.tsx:499:3 @bb/app:test: 497| }); @bb/app:test: 498| @bb/app:test: 499| it("closes the environment actions menu after selecting rename", asy… @bb/app:test: | ^ @bb/app:test: 500| renderProjectRow(vi.fn(), { @bb/app:test: 501| status: "ready", @bb/app:test: @bb/app:test: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[3/5]⎯ @bb/app:test: @bb/app:test: FAIL |@bb/app:isolated| src/components/sidebar/ProjectRow.interactions.test.tsx > ProjectRow interactions > archives and renames an environment group from any provider @bb/app:test: @bb/app:test: Test Files 1 failed (1) @bb/app:test: Tests 5 failed | 8 passed (13) @bb/app:test: Start at 10:27:50 @bb/app:test: Duration 458.03s (transform 181.68s, setup 4.54s, import 303.94s, tests 131.61s, environment 13.82s) @bb/app:test: @bb/app:test: Error: Test timed out in 15000ms. @bb/app:test: If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". @bb/app:test: ❯ src/components/sidebar/ProjectRow.interactions.test.tsx:569:3 @bb/app:test: 567| }); @bb/app:test: 568| @bb/app:test: 569| it("archives and renames an environment group from any provider", as… @bb/app:test: | ^ @bb/app:test: 570| mockArchiveEnvironmentThreads.mutateAsync.mockClear(); @bb/app:test: 571| renderProjectRow(vi.fn(), { @bb/app:test: @bb/app:test: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[4/5]⎯ @bb/app:test: @bb/app:test:  ELIFECYCLE  Test failed. See above for more details. @bb/app:test: ERROR: command finished with error: command (/apps/app) /pnpm run test ProjectRow.interactions exited (1) @bb/app#test: command (/apps/app) /pnpm run test ProjectRow.interactions exited (1) Tasks: 3 successful, 4 total Cached: 0 cached, 4 total Time: 8m20.425s Failed: @bb/app#test ERROR run failed: command exited (1)