Add SelectionList concept #15908
qc_checks.yaml
on: pull_request
Filter
14s
Build - UI Platform
2m 5s
Style [Documentation]
45s
Tests - Migrations [PostgreSQL]
27m 32s
Tests - Full Migration [SQLite]
3m 10s
Tests - inventree-python
5m 22s
Tests - DB [PostgreSQL]
14m 18s
Tests - DB [MySQL]
14m 15s
Tests - Platform UI
23m 34s
Matrix: coverage
Style - Classic UI [JS]
1m 22s
Push new schema
0s
Annotations
11 errors, 8 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
[chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing, BOM) ────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing:
src/frontend/tests/login.ts#L37
1) [chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing, BOM) ────────────────────
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_part.spec.ts:166:3
|
[chromium] › pui_plugins.spec.ts:7:1 › Plugins - Panels:
src/frontend/tests/pui_plugins.spec.ts#L1
2) [chromium] › pui_plugins.spec.ts:7:1 › Plugins - Panels ───────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_plugins.spec.ts:7:1 › Plugins - Panels:
src/frontend/tests/pui_plugins.spec.ts#L39
2) [chromium] › pui_plugins.spec.ts:7:1 › Plugins - Panels ───────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Broken Panel' })
37 | // Check out each of the plugin panels
38 |
> 39 | await page.getByRole('tab', { name: 'Broken Panel' }).click();
| ^
40 | await page.waitForTimeout(500);
41 |
42 | await page.getByText('Error occurred while loading plugin content').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_plugins.spec.ts:39:57
|
[firefox] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L1
3) [firefox] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ──────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L66
3) [firefox] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ──────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('R_10R_0402_1%') to be visible
64 |
65 | // Check for expected text in the table
> 66 | await page.getByText('R_10R_0402_1%').waitFor();
| ^
67 | await page
68 | .getByRole('cell', { name: 'R38, R39, R40, R41, R42, R43' })
69 | .waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:66:41
|
[firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L1
4) [firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs ────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L99
4) [firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs ────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('On Hold').first() to be visible
97 |
98 | // We have now loaded the "Build Order" table. Check for some expected texts
> 99 | await page.getByText('On Hold').first().waitFor();
| ^
100 | await page.getByText('Pending').first().waitFor();
101 |
102 | await page.getByRole('cell', { name: 'BO0011' }).click();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:99:43
|
[firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L1
4) [firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L163
4) [firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('Build outputs have been completed') to be visible
161 | await page.waitForTimeout(250);
162 | await page.getByRole('button', { name: 'Submit' }).click();
> 163 | await page.getByText('Build outputs have been completed').waitFor();
| ^
164 | });
165 |
166 | test('Build Order - Allocation', async ({ page }) => {
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:163:61
|
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/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 21.3s
|
Slow Test:
src/frontend/[chromium] › pui_command.spec.ts#L1
src/frontend/[chromium] › pui_command.spec.ts took 17.8s
|
Slow Test:
src/frontend/[firefox] › modals.spec.ts#L1
src/frontend/[firefox] › modals.spec.ts took 15.8s
|
Slow Test:
src/frontend/[chromium] › settings/selectionList.spec.ts#L1
src/frontend/[chromium] › settings/selectionList.spec.ts took 15.2s
|
🎭 Playwright Run Summary
9 flaky
[chromium] › pages/pui_part.spec.ts:165:1 › Parts - Pricing (Nothing, BOM) ─────────────────────
[chromium] › pui_plugins.spec.ts:7:1 › Plugins - Panels ────────────────────────────────────────
[firefox] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ───────────────────────────
[firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs ─────────────────────────
[firefox] › pages/pui_part.spec.ts:100:1 › Parts - Allocations ─────────────────────────────────
[firefox] › pages/pui_purchase_order.spec.ts:82:1 › Purchase Orders - Receive Items ────────────
[firefox] › pui_login.spec.ts:5:1 › Login - Basic Test ─────────────────────────────────────────
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ──────────────────────────────────
[firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ───────────────────────
127 passed (16.6m)
|