Skip to content

[Pricing] Add option to convert received items currency #17042

[Pricing] Add option to convert received items currency

[Pricing] Add option to convert received items currency #17042

Triggered via pull request January 30, 2025 13:22
Status Failure
Total duration 27m 58s
Artifacts 6

qc_checks.yaml

on: pull_request
Build - UI Platform
2m 4s
Build - UI Platform
Style [pre-commit]
26s
Style [pre-commit]
Tests - API Schema Documentation
2m 39s
Tests - API Schema Documentation
Style [Documentation]
42s
Style [Documentation]
Tests - Migrations [PostgreSQL]
0s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
0s
Tests - Full Migration [SQLite]
Tests - inventree-python
3m 4s
Tests - inventree-python
Tests - DB [PostgreSQL]
13m 0s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
12m 34s
Tests - DB [MySQL]
Tests - Platform UI
27m 5s
Tests - Platform UI
Security [Zizmor]
44s
Security [Zizmor]
Matrix: coverage
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 6 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ───────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L19
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ───────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByText('On Hold').first() to be visible 17 | 18 | // We have now loaded the "Build Order" table. Check for some expected texts > 19 | await page.getByText('On Hold').first().waitFor(); | ^ 20 | await page.getByText('Pending').first().waitFor(); 21 | 22 | // Load a particular build order at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:19:43
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L19
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByText('On Hold').first() to be visible 17 | 18 | // We have now loaded the "Build Order" table. Check for some expected texts > 19 | await page.getByText('On Hold').first().waitFor(); | ^ 20 | await page.getByText('Pending').first().waitFor(); 21 | 22 | // Load a particular build order at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:19:43
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ───────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L19
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ───────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByText('On Hold').first() to be visible 17 | 18 | // We have now loaded the "Build Order" table. Check for some expected texts > 19 | await page.getByText('On Hold').first().waitFor(); | ^ 20 | await page.getByText('Pending').first().waitFor(); 21 | 22 | // Load a particular build order at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:19:43
[chromium] › pui_printing.spec.ts:55:1 › Report Printing: src/frontend/tests/pui_printing.spec.ts#L1
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pui_printing.spec.ts:55:1 › Report Printing: src/frontend/tests/pui_printing.spec.ts#L78
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for locator('#form-success') to be visible 76 | await page.getByRole('button', { name: 'Generate', exact: true }).click(); 77 | > 78 | await page.locator('#form-success').waitFor(); | ^ 79 | await page.getByText('Report printing completed').waitFor(); 80 | 81 | await page.context().close(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_printing.spec.ts:78:39
[chromium] › pui_printing.spec.ts:55:1 › Report Printing: src/frontend/tests/pui_printing.spec.ts#L1
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pui_printing.spec.ts:55:1 › Report Printing: src/frontend/tests/pui_printing.spec.ts#L78
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for locator('#form-success') to be visible 76 | await page.getByRole('button', { name: 'Generate', exact: true }).click(); 77 | > 78 | await page.locator('#form-success').waitFor(); | ^ 79 | await page.getByText('Report printing completed').waitFor(); 80 | 81 | await page.context().close(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_printing.spec.ts:78:39
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
Slow Test: src/frontend/[firefox] › pages/pui_build.spec.ts#L1
src/frontend/[firefox] › pages/pui_build.spec.ts took 1.2m
Slow Test: src/frontend/[firefox] › pui_tables.spec.ts#L1
src/frontend/[firefox] › pui_tables.spec.ts took 46.5s
Slow Test: src/frontend/[firefox] › pui_settings.spec.ts#L1
src/frontend/[firefox] › pui_settings.spec.ts took 36.5s
Slow Test: src/frontend/[chromium] › pages/pui_scan.spec.ts#L1
src/frontend/[chromium] › pages/pui_scan.spec.ts took 31.8s
Slow Test: src/frontend/[chromium] › pui_tables.spec.ts#L1
src/frontend/[chromium] › pui_tables.spec.ts took 30.7s
🎭 Playwright Run Summary
5 failed [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ────────────────────────── [chromium] › pui_printing.spec.ts:55:1 › Report Printing ─────────────────────────────────────── [chromium] › pui_printing.spec.ts:84:1 › Report Editing ──────────────────────────────────────── [firefox] › pui_printing.spec.ts:55:1 › Report Printing ──────────────────────────────────────── [firefox] › pui_printing.spec.ts:84:1 › Report Editing ───────────────────────────────────────── 7 flaky [chromium] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ───────────────────────────────────────── [chromium] › pages/pui_sales_order.spec.ts:57:1 › Sales Orders - Basic Tests ─────────────────── [chromium] › pages/pui_stock.spec.ts:58:1 › Stock - Filters ──────────────────────────────────── [firefox] › pages/pui_part.spec.ts:80:1 › Parts - Locking ────────────────────────────────────── [firefox] › pages/pui_part.spec.ts:371:1 › Parts - Notes ─────────────────────────────────────── [firefox] › pui_general.spec.ts:5:1 › Company ────────────────────────────────────────────────── [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ────────────────────────────────── 128 passed (22.4m)

Artifacts

Produced during runtime
Name Size
frontend-build
2.33 MB
inventree_filters.yml
5.15 KB
inventree_settings.json
6.58 KB
inventree_tags.yml
13.7 KB
playwright-report
59.8 MB
schema.yml
65.3 KB