[PUI] Tweaks #12085
Annotations
2 errors, 6 warnings, and 1 notice
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [firefox] › pages/pui_part.spec.ts:5:1 › PUI - Pages - Part - Pricing (Nothing, BOM) ──────────
Test timeout of 300000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L43
1) [firefox] › pages/pui_part.spec.ts:5:1 › PUI - Pages - Part - Pricing (Nothing, BOM) ──────────
Error: locator.waitFor: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByText('total_price_min') to be visible
41 | await page.getByRole('button', { name: 'BOM Pricing' }).click();
42 | await page.getByText('Bar Chart').click();
> 43 | await page.getByText('total_price_min').waitFor();
| ^
44 | await page.getByText('Pie Chart').click();
45 | await page.getByRole('button', { name: 'Quantity Not sorted' }).waitFor();
46 | await page.getByRole('button', { name: 'Unit Price Not sorted' }).waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:43:43
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests:
src/frontend/[firefox] › pui_general.spec.ts#L1
src/frontend/[firefox] › pui_general.spec.ts took 1.5m
|
Run Playwright tests:
src/frontend/[firefox] › pui_stock.spec.ts#L1
src/frontend/[firefox] › pui_stock.spec.ts took 44.3s
|
Run Playwright tests:
src/frontend/[firefox] › pages/pui_scan.spec.ts#L1
src/frontend/[firefox] › pages/pui_scan.spec.ts took 42.3s
|
Run Playwright tests:
src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 18.8s
|
Run Playwright tests:
src/frontend/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 17.9s
|
Run Playwright tests
1 flaky
[firefox] › pages/pui_part.spec.ts:5:1 › PUI - Pages - Part - Pricing (Nothing, BOM) ───────────
63 passed (8.5m)
|
The logs for this run have expired and are no longer available.
Loading