Skip to content

Remove duplicate "locked" badge #15657

Remove duplicate "locked" badge

Remove duplicate "locked" badge #15657

Triggered via pull request November 13, 2024 03:21
Status Success
Total duration 23m 15s
Artifacts 1

qc_checks.yaml

on: pull_request
Build - UI Platform
2m 14s
Build - UI Platform
Style [pre-commit]
27s
Style [pre-commit]
Tests - API Schema Documentation
0s
Tests - API Schema Documentation
Style [Documentation]
32s
Style [Documentation]
Tests - Migrations [PostgreSQL]
0s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
0s
Tests - Full Migration [SQLite]
Tests - inventree-python
0s
Tests - inventree-python
Tests - DB [PostgreSQL]
0s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
0s
Tests - DB [MySQL]
Tests - Platform UI
22m 19s
Tests - Platform UI
Matrix: coverage
Style - Classic UI [JS]
1m 29s
Style - Classic UI [JS]
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 8 warnings, and 1 notice
[chromium] › pages/pui_purchase_order.spec.ts:4:1 › Purchase Orders - General: src/frontend/tests/pages/pui_purchase_order.spec.ts#L1
1) [chromium] › pages/pui_purchase_order.spec.ts:4:1 › Purchase Orders - General ───────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_purchase_order.spec.ts:4:1 › Purchase Orders - General: src/frontend/tests/login.ts#L37
1) [chromium] › pages/pui_purchase_order.spec.ts:4:1 › Purchase Orders - General ───────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByText(/InvenTree Demo Server -/) to be visible at login.ts:37 35 | await page.waitForURL('**/platform/home'); 36 | > 37 | await page.getByText(/InvenTree Demo Server -/).waitFor(); | ^ 38 | }; 39 | 40 | export const doLogout = async (page) => { at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:37:51) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_purchase_order.spec.ts:5:3
[firefox] › pages/pui_part.spec.ts:8:1 › Parts - Tabs: src/frontend/tests/pages/pui_part.spec.ts#L1
2) [firefox] › pages/pui_part.spec.ts:8:1 › Parts - Tabs ───────────────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › pages/pui_part.spec.ts:8:1 › Parts - Tabs: src/frontend/tests/baseFixtures.ts#L85
2) [firefox] › pages/pui_part.spec.ts:8:1 › Parts - Tabs ───────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 316 - Array [] + Array [ + ConsoleMessage { + "_event": Object { + "args": Array [ + EventEmitter { + "_events": Object { + "previewUpdated": [Function anonymous], + }, + "_eventsCount": 1, + "_maxListeners": undefined, + "_object": Object { + "_guid": "handle@2a71365272d8d53700d0a1ca3c9eb48c", + "_type": "JSHandle", + }, + "_pendingHandlers": Map {}, + "_rejectionHandler": undefined, + "off": [Function removeListener], + "on": [Function addListener], + }, + ], + "location": Object { + "columnNumber": 1, + "lineNumber": 0, + "url": "http://localhost:5173/platform/part/category/index/parts", + }, + "page": EventEmitter { + "_events": Object { + "bindingCall": [Function anonymous], + "close": [Function anonymous], + "crash": [Function anonymous], + "download": [Function anonymous], + "fileChooser": [Function anonymous], + "frameAttached": [Function anonymous], + "frameDetached": [Function anonymous], + "locatorHandlerTriggered": [Function anonymous], + "route": [Function anonymous], + "video": [Function anonymous], + "webSocket": [Function anonymous], + "worker": [Function anonymous], + }, + "_eventsCount": 12, + "_maxListeners": undefined, + "_object": Object { + "_guid": "page@ff03daf5acc8f58fc9ceb0f27689adcd", + "_type": "Page", + }, + "_pendingHandlers": Map {}, + "_rejectionHandler": undefined, + "off": [Function removeListener], + "on": [Function addListener], + }, + "text": "[JavaScript Error: \"Loading module from “http://localhost:5173/src/pages/part/CategoryDetail.tsx” was blocked because of a disallowed MIME type (“”).\" {file: \"http://localhost:5173/platform/part/category/index/parts\" line: 0}]", + "type": "error", + }, + "_page": Object { + "_guid": "page@ff03daf5acc8f58fc9ceb0f27689adcd", + "_type": "Page", + }, + }, + ConsoleMessage { + "_event": Object { + "args": Array [ + EventEmitter { + "_events": Object { + "previewUpdated": [Function anonymous], + }, + "_eventsCount": 1, + "_maxListeners": undefined, + "_object": Object { + "_guid": "handle@e5a83da5af17fba519a970a31bf33229", + "_type": "JSHandle", + }, + "_pendingHandlers": Map {}, + "_rejectionHandler": undefined, + "off": [Function removeListener], + "on": [Function addListener], + }, + ], + "location": Object { + "columnNumber": 19, + "lineNumber": 2599, + "url": "http://localhost:5173/node_modules/.vite/deps/chunk-56VRJ6UA.js?v=8c583ae4", + }, + "page": EventEmitter { + "_events": Object { + "bindingCall": [Function anonymous], + "close": [Function anonymous], + "crash": [Function anonymous], + "download": [Function anonymous], + "fileChooser": [Function anonymous], + "frameAttached": [Function anonymous], + "frameDetached": [Function anonymous], + "locatorHandlerTriggered": [Function anonymous], + "
[firefox] › pages/pui_part.spec.ts:8:1 › Parts - Tabs: src/frontend/tests/pages/pui_part.spec.ts#L42
2) [firefox] › pages/pui_part.spec.ts:8:1 › Parts - Tabs ───────────────────────────────────────── Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByText('Blue Chair') 40 | 41 | await page.goto(`${baseUrl}/part/category/index/parts`); > 42 | await page.getByText('Blue Chair').click(); | ^ 43 | await page.getByRole('tab', { name: 'Bill of Materials' }).click(); 44 | await page.getByRole('tab', { name: 'Build Orders' }).click(); 45 | }); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:42:38
[firefox] › pui_basic.spec.ts:36:1 › Quick Login Test: src/frontend/tests/pui_basic.spec.ts#L1
3) [firefox] › pui_basic.spec.ts:36:1 › Quick Login Test ───────────────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › pui_basic.spec.ts:36:1 › Quick Login Test: src/frontend/tests/login.ts#L37
3) [firefox] › pui_basic.spec.ts:36:1 › Quick Login Test ───────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByText(/InvenTree Demo Server -/) to be visible at login.ts:37 35 | await page.waitForURL('**/platform/home'); 36 | > 37 | await page.getByText(/InvenTree Demo Server -/).waitFor(); | ^ 38 | }; 39 | 40 | export const doLogout = async (page) => { at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:37:51) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_basic.spec.ts:37:3
[firefox] › pui_tables.spec.ts:53:1 › Tables - Columns: src/frontend/tests/pui_tables.spec.ts#L1
4) [firefox] › pui_tables.spec.ts:53:1 › Tables - Columns ──────────────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › pui_tables.spec.ts:53:1 › Tables - Columns: src/frontend/tests/pui_tables.spec.ts#L60
4) [firefox] › pui_tables.spec.ts:53:1 › Tables - Columns ──────────────────────────────────────── Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByLabel('table-select-columns') 58 | 59 | // Open column selector > 60 | await page.getByLabel('table-select-columns').click(); | ^ 61 | 62 | // De-select some items 63 | await page.getByRole('menuitem', { name: 'Description' }).click(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_tables.spec.ts:60:49
Build - UI Platform
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Style - Classic UI [JS]
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Platform UI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: src/frontend/[chromium] › pages/pui_stock.spec.ts#L1
src/frontend/[chromium] › pages/pui_stock.spec.ts took 43.2s
Slow Test: src/frontend/[chromium] › pages/pui_scan.spec.ts#L1
src/frontend/[chromium] › pages/pui_scan.spec.ts took 33.1s
Slow Test: src/frontend/[firefox] › pui_general.spec.ts#L1
src/frontend/[firefox] › pui_general.spec.ts took 29.1s
Slow Test: src/frontend/[chromium] › pages/pui_sales_order.spec.ts#L1
src/frontend/[chromium] › pages/pui_sales_order.spec.ts took 28.9s
Slow Test: src/frontend/[firefox] › pui_plugins.spec.ts#L1
src/frontend/[firefox] › pui_plugins.spec.ts took 28.7s
🎭 Playwright Run Summary
4 flaky [chromium] › pages/pui_purchase_order.spec.ts:4:1 › Purchase Orders - General ────────────────── [firefox] › pages/pui_part.spec.ts:8:1 › Parts - Tabs ────────────────────────────────────────── [firefox] › pui_basic.spec.ts:36:1 › Quick Login Test ────────────────────────────────────────── [firefox] › pui_tables.spec.ts:53:1 › Tables - Columns ───────────────────────────────────────── 120 passed (15.3m)

Artifacts

Produced during runtime
Name Size
frontend-build
2.17 MB