Skip to content

Added keep open boolean field to Stock Location modal form #24471

Added keep open boolean field to Stock Location modal form

Added keep open boolean field to Stock Location modal form #24471

Re-run triggered March 16, 2026 03:34
Status Failure
Total duration 41m 54s
Artifacts 2

qc_checks.yaml

on: pull_request
Style [pre-commit]
35s
Style [pre-commit]
Tests - API Schema Documentation
0s
Tests - API Schema Documentation
Style [Documentation]
50s
Style [Documentation]
Tests - Migrations [PostgreSQL]
0s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
0s
Tests - Full Migration [SQLite]
Style [Typecheck]
0s
Style [Typecheck]
Tests - inventree-python
Tests - inventree-python
Tests - Performance
Tests - Performance
Tests - DB [PostgreSQL]
0s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
Tests - DB [MySQL]
Tests - Web UI
41m 2s
Tests - Web UI
Security [Zizmor]
0s
Security [Zizmor]
Matrix: coverage
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 9 warnings, and 2 notices
[firefox] › tests/pages/pui_part.spec.ts:277:1 › Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L316
2) [firefox] › tests/pages/pui_part.spec.ts:277:1 › Parts - Requirements ───────────────────────── Error: locator.waitFor: Test ended. Call log: - waiting for getByText('Required: 2') to be visible 314 | await navigate(page, 'part/105/details'); 315 | > 316 | await page.getByText('Required: 2').waitFor(); | ^ 317 | await page.getByText('Available: 32').waitFor(); 318 | await page.getByText('In Stock: 34').waitFor(); 319 | await page.getByText('2 / 2').waitFor(); // Allocated to build orders at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:316:39
[firefox] › tests/pages/pui_part.spec.ts:277:1 › Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L0
2) [firefox] › tests/pages/pui_part.spec.ts:277:1 › Parts - Requirements ───────────────────────── Test timeout of 90000ms exceeded.
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L328
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test ended. Call log: - waiting for getByRole('cell', { name: 'Quantity: 16' }) to be visible 326 | ) 327 | .waitFor(); > 328 | await page.getByRole('cell', { name: 'Quantity: 16' }).waitFor(); | ^ 329 | await page.getByRole('button', { name: 'Cancel', exact: true }).click(); 330 | }); 331 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:328:58
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L0
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L328
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test ended. Call log: - waiting for getByRole('cell', { name: 'Quantity: 16' }) to be visible 326 | ) 327 | .waitFor(); > 328 | await page.getByRole('cell', { name: 'Quantity: 16' }).waitFor(); | ^ 329 | await page.getByRole('button', { name: 'Cancel', exact: true }).click(); 330 | }); 331 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:328:58
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L0
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L328
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test ended. Call log: - waiting for getByRole('cell', { name: 'Quantity: 16' }) to be visible 326 | ) 327 | .waitFor(); > 328 | await page.getByRole('cell', { name: 'Quantity: 16' }).waitFor(); | ^ 329 | await page.getByRole('button', { name: 'Cancel', exact: true }).click(); 330 | }); 331 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:328:58
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L0
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L309
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Error: locator.click: Test ended. Call log: - waiting for getByRole('cell', { name: '# 559' }).locator('xpath=ancestor::tr').first().getByLabel(/row-action-menu-/i) 307 | const cell2 = await page.getByRole('cell', { name: `# ${sn + 1}` }); 308 | const row2 = await getRowFromCell(cell2); > 309 | await row2.getByLabel(/row-action-menu-/i).click(); | ^ 310 | await page.getByRole('menuitem', { name: 'Complete' }).click(); 311 | await page.getByLabel('related-field-location').click(); 312 | await page.getByText('Mechanical Lab').click(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:309:46
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L0
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Test timeout of 90000ms exceeded.
Filter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Style [pre-commit]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build - Web UI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build - Web UI
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0znq3aQAAAAA4gzbX4vpgSZmPKdooZnfoRE0yRURHRTA4MjEARWRnZQ==
Build - Web UI
Failed to restore: Cache service responded with 400
Tests - Web UI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Slow Test: src/frontend/[chromium] › tests/pages/pui_part.spec.ts#L0
src/frontend/[chromium] › tests/pages/pui_part.spec.ts took 5.3m
Slow Test: src/frontend/[chromium] › tests/pages/pui_build.spec.ts#L0
src/frontend/[chromium] › tests/pages/pui_build.spec.ts took 7.0m
Tests - Web UI
Failed to restore: Cache service responded with 400
🎭 Playwright Run Summary
2 failed [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ────────────────── [firefox] › tests/pages/pui_part.spec.ts:277:1 › Parts - Requirements ────────────────────────── 7 flaky [chromium] › tests/pages/pui_purchase_order.spec.ts:410:1 › Purchase Orders - Receive Items ──── [chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM ──────────────────────────────── [firefox] › tests/pages/pui_build.spec.ts:521:1 › Build Order - Tracked Outputs ──────────────── [firefox] › tests/pages/pui_part.spec.ts:322:1 › Parts - Allocations ─────────────────────────── [firefox] › tests/pages/pui_purchase_order.spec.ts:173:1 › Purchase Orders - Calendar ────────── [firefox] › tests/pui_plugins.spec.ts:65:1 › Plugins - User Settings ─────────────────────────── [firefox] › tests/pui_settings.spec.ts:396:1 › Settings - Admin - Parameter ──────────────────── 243 passed (32.1m)
🎭 Playwright Run Summary
2 passed (46.3s)

Artifacts

Produced during runtime
Name Size Digest
frontend-build
11.3 MB
sha256:2dbaf8cf5849b677f8d465b8a6fe7c563ce4b1f855eeee9041aeb47e29633638
playwright-report
117 MB
sha256:983331e9f872f26edb31c5b6caf50081ec3123ad97b3380ae97bf69de07398c7