New Crowdin translations by GitHub Action (#8491) #15837
qc_checks.yaml
on: push
Filter
6s
Build - UI Platform
2m 7s
Style [Documentation]
41s
Tests - Migrations [PostgreSQL]
0s
Tests - Full Migration [SQLite]
0s
Tests - inventree-python
5m 0s
Tests - DB [PostgreSQL]
14m 4s
Tests - DB [MySQL]
14m 32s
Tests - Platform UI
24m 20s
Matrix: coverage
Style - Classic UI [JS]
1m 29s
Push new schema
0s
Annotations
11 errors, 9 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
[chromium] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin:
src/frontend/tests/pui_plugins.spec.ts#L1
1) [chromium] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin:
src/frontend/tests/pui_plugins.spec.ts#L87
1) [chromium] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Plugin Configuration' })
85 | .getByRole('button', { name: 'Plugin Settings' })
86 | .click();
> 87 | await page.getByRole('button', { name: 'Plugin Configuration' }).click();
| ^
88 |
89 | // Check for expected custom elements
90 | await page
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_plugins.spec.ts:87:68
|
[firefox] › pages/pui_part.spec.ts:47:1 › Parts - Manufacturer Parts:
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [firefox] › pages/pui_part.spec.ts:47:1 › Parts - Manufacturer Parts ──────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_part.spec.ts:47:1 › Parts - Manufacturer Parts:
src/frontend/tests/pages/pui_part.spec.ts#L52
2) [firefox] › pages/pui_part.spec.ts:47:1 › Parts - Manufacturer Parts ──────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Suppliers' })
50 | await page.goto(`${baseUrl}/part/84/suppliers`);
51 |
> 52 | await page.getByRole('tab', { name: 'Suppliers' }).click();
| ^
53 | await page.getByText('Hammond Manufacturing').click();
54 | await page.getByRole('tab', { name: 'Parameters' }).click();
55 | await page.getByRole('tab', { name: 'Suppliers' }).click();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:52:54
|
[firefox] › pages/pui_part.spec.ts:317:1 › Parts - Attachments:
src/frontend/tests/pages/pui_part.spec.ts#L1
3) [firefox] › pages/pui_part.spec.ts:317:1 › Parts - Attachments ────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_part.spec.ts:317:1 › Parts - Attachments:
src/frontend/tests/baseFixtures.ts#L85
3) [firefox] › pages/pui_part.spec.ts:317:1 › Parts - Attachments ────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 60
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@30370d7032d73f2492411c0322f97632",
+ "_type": "JSHandle",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ ],
+ "location": Object {
+ "columnNumber": 1,
+ "lineNumber": 0,
+ "url": "http://localhost:5173/platform/part/69/attachments",
+ },
+ "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@50563d00fb7a583d8d14bd4b4a9376b7",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "[JavaScript Error: \"Loading module from “http://localhost:5173/@vite/client” was blocked because of a disallowed MIME type (“”).\" {file: \"http://localhost:5173/platform/part/69/attachments\" line: 0}]",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@50563d00fb7a583d8d14bd4b4a9376b7",
+ "_type": "Page",
+ },
+ },
+ ]
at baseFixtures.ts:85
83 | });
84 | await use(page);
> 85 | expect(messages).toEqual([]);
| ^
86 | }
87 | });
88 |
at Object.page (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/baseFixtures.ts:85:22)
|
[firefox] › pages/pui_part.spec.ts:317:1 › Parts - Attachments:
src/frontend/tests/pages/pui_part.spec.ts#L323
3) [firefox] › pages/pui_part.spec.ts:317:1 › Parts - Attachments ────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('action-button-add-external-')
321 |
322 | // Submit a new external link
> 323 | await page.getByLabel('action-button-add-external-').click();
| ^
324 | await page.getByLabel('text-field-link').fill('https://www.google.com');
325 | await page.getByLabel('text-field-comment').fill('a sample comment');
326 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:323:56
|
[firefox] › pages/pui_stock.spec.ts:5:1 › Stock:
src/frontend/tests/pages/pui_stock.spec.ts#L1
4) [firefox] › pages/pui_stock.spec.ts:5:1 › Stock ───────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_stock.spec.ts:5:1 › Stock:
src/frontend/tests/baseFixtures.ts#L85
4) [firefox] › pages/pui_stock.spec.ts:5:1 › Stock ───────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 60
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@696d2a3791255f40839a10b8242f3e90",
+ "_type": "JSHandle",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ ],
+ "location": Object {
+ "columnNumber": 1,
+ "lineNumber": 0,
+ "url": "http://localhost:5173/platform/stock/item/1194/details",
+ },
+ "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@dc6049ee0c08b013d414db3bf3f8de6a",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "[JavaScript Error: \"Loading module from “http://localhost:5173/src/enums/ModelType.tsx” was blocked because of a disallowed MIME type (“”).\" {file: \"http://localhost:5173/platform/stock/item/1194/details\" line: 0}]",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@dc6049ee0c08b013d414db3bf3f8de6a",
+ "_type": "Page",
+ },
+ },
+ ]
at baseFixtures.ts:85
83 | });
84 | await use(page);
> 85 | expect(messages).toEqual([]);
| ^
86 | }
87 | });
88 |
at Object.page (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/baseFixtures.ts:85:22)
|
[firefox] › pages/pui_stock.spec.ts:5:1 › Stock:
src/frontend/tests/pages/pui_stock.spec.ts#L27
4) [firefox] › pages/pui_stock.spec.ts:5:1 › Stock ───────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('D.123 | Doohickey') to be visible
25 |
26 | await page.goto(`${baseUrl}/stock/item/1194/details`);
> 27 | await page.getByText('D.123 | Doohickey').waitFor();
| ^
28 | await page.getByText('Batch Code: BX-123-2024-2-7').waitFor();
29 | await page.getByRole('tab', { name: 'Stock Tracking' }).click();
30 | await page.getByRole('tab', { name: 'Test Data' }).click();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_stock.spec.ts:27:45
|
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 - inventree-python
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/[firefox] › pages/pui_sales_order.spec.ts#L1
src/frontend/[firefox] › pages/pui_sales_order.spec.ts took 41.8s
|
Slow Test:
src/frontend/[chromium] › pui_tables.spec.ts#L1
src/frontend/[chromium] › pui_tables.spec.ts took 25.7s
|
Slow Test:
src/frontend/[firefox] › pui_forms.spec.ts#L1
src/frontend/[firefox] › pui_forms.spec.ts took 25.5s
|
Slow Test:
src/frontend/[chromium] › pui_settings.spec.ts#L1
src/frontend/[chromium] › pui_settings.spec.ts took 24.1s
|
Slow Test:
src/frontend/[firefox] › pages/pui_purchase_order.spec.ts#L1
src/frontend/[firefox] › pages/pui_purchase_order.spec.ts took 22.4s
|
🎭 Playwright Run Summary
5 flaky
[chromium] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
[firefox] › pages/pui_part.spec.ts:47:1 › Parts - Manufacturer Parts ───────────────────────────
[firefox] › pages/pui_part.spec.ts:317:1 › Parts - Attachments ─────────────────────────────────
[firefox] › pages/pui_stock.spec.ts:5:1 › Stock ────────────────────────────────────────────────
[firefox] › pui_tables.spec.ts:23:1 › Tables - Filters ─────────────────────────────────────────
121 passed (16.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-build
|
2.21 MB |
|
schema.yml
|
63.4 KB |
|