[Pricing] Add option to convert received items currency #17012
Annotations
10 errors, 6 warnings, and 1 notice
Run Playwright 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.
|
Run Playwright 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
|
Run Playwright 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.
|
Run Playwright 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
|
Run Playwright 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.
|
Run Playwright 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
|
Run Playwright tests:
src/frontend/tests/pui_printing.spec.ts#L1
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ──────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
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
|
Run Playwright tests:
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.
|
Run Playwright tests:
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
|
Install Playwright Browsers
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.
|
Run Playwright tests:
src/frontend/[firefox] › pages/pui_stock.spec.ts#L1
src/frontend/[firefox] › pages/pui_stock.spec.ts took 1.3m
|
Run Playwright tests:
src/frontend/[firefox] › pages/pui_build.spec.ts#L1
src/frontend/[firefox] › pages/pui_build.spec.ts took 1.2m
|
Run Playwright tests:
src/frontend/[chromium] › pages/pui_stock.spec.ts#L1
src/frontend/[chromium] › pages/pui_stock.spec.ts took 48.3s
|
Run Playwright tests:
src/frontend/[firefox] › pui_tables.spec.ts#L1
src/frontend/[firefox] › pui_tables.spec.ts took 47.6s
|
Run Playwright tests:
src/frontend/[firefox] › pui_settings.spec.ts#L1
src/frontend/[firefox] › pui_settings.spec.ts took 39.0s
|
Run Playwright tests
6 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] › pages/pui_part.spec.ts:106:1 › Parts - Allocations ─────────────────────────────────
[firefox] › pui_printing.spec.ts:55:1 › Report Printing ────────────────────────────────────────
[firefox] › pui_printing.spec.ts:84:1 › Report Editing ─────────────────────────────────────────
11 flaky
[chromium] › pages/pui_part.spec.ts:106:1 › Parts - Allocations ────────────────────────────────
[chromium] › pages/pui_part.spec.ts:173:1 › Parts - Pricing (Nothing, BOM) ─────────────────────
[chromium] › pages/pui_sales_order.spec.ts:57:1 › Sales Orders - Basic Tests ───────────────────
[chromium] › pages/pui_sales_order.spec.ts:100:1 › Sales Orders - Shipments ────────────────────
[chromium] › pui_general.spec.ts:5:1 › Company ─────────────────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:173:1 › Parts - Pricing (Nothing, BOM) ──────────────────────
[firefox] › pages/pui_part.spec.ts:223:1 › Parts - Pricing (Supplier) ──────────────────────────
[firefox] › pages/pui_purchase_order.spec.ts:39:1 › Purchase Orders - Barcodes ─────────────────
[firefox] › pages/pui_scan.spec.ts:112:1 › Scanning - Build ────────────────────────────────────
[firefox] › pui_general.spec.ts:5:1 › Company ──────────────────────────────────────────────────
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ──────────────────────────────────
123 passed (25.8m)
|
Loading