Add row context (right click) additionally to actions in tables #15690
Annotations
10 errors, 6 warnings, and 1 notice
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [chromium] › pages/pui_part.spec.ts:168:1 › Parts - Pricing (Nothing, BOM) ────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/login.ts#L37
1) [chromium] › pages/pui_part.spec.ts:168: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:169:3
|
Run Playwright tests:
src/frontend/tests/pui_forms.spec.ts#L1
2) [chromium] › pui_forms.spec.ts:7:1 › Forms - Stock Item Validation ────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pui_forms.spec.ts#L49
2) [chromium] › pui_forms.spec.ts:7:1 › Forms - Stock Item Validation ────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('action-menu-stock-item-actions')
47 |
48 | // Edit the resulting stock item
> 49 | await page.getByLabel('action-menu-stock-item-actions').click();
| ^
50 | await page.getByLabel('action-menu-stock-item-actions-edit').click();
51 |
52 | await page.getByLabel('number-field-purchase_price').fill('-1');
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_forms.spec.ts:49:59
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
3) [firefox] › pages/pui_part.spec.ts:60:1 › Parts - Supplier Parts ──────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/login.ts#L37
3) [firefox] › pages/pui_part.spec.ts:60:1 › Parts - Supplier Parts ──────────────────────────────
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:61:3
|
Run Playwright tests:
src/frontend/tests/pages/pui_sales_order.spec.ts#L1
4) [firefox] › pages/pui_sales_order.spec.ts:44:1 › Sales Orders - Shipments ─────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_sales_order.spec.ts#L48
4) [firefox] › pages/pui_sales_order.spec.ts:44:1 › Sales Orders - Shipments ─────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Sales' })
46 |
47 | await page.goto(`${baseUrl}/home`);
> 48 | await page.getByRole('tab', { name: 'Sales' }).click();
| ^
49 | await page.getByRole('tab', { name: 'Sales Orders' }).click();
50 |
51 | // Click through to a particular sales order
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_sales_order.spec.ts:48:50
|
Run Playwright tests:
src/frontend/tests/pui_plugins.spec.ts#L1
5) [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pui_plugins.spec.ts#L87
5) [firefox] › 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
|
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/
|
Run Playwright tests:
src/frontend/[firefox] › pages/pui_stock.spec.ts#L1
src/frontend/[firefox] › pages/pui_stock.spec.ts took 51.2s
|
Run Playwright tests:
src/frontend/[firefox] › pages/pui_scan.spec.ts#L1
src/frontend/[firefox] › pages/pui_scan.spec.ts took 44.6s
|
Run Playwright tests:
src/frontend/[chromium] › pages/pui_sales_order.spec.ts#L1
src/frontend/[chromium] › pages/pui_sales_order.spec.ts took 40.1s
|
Run Playwright tests:
src/frontend/[firefox] › pui_settings.spec.ts#L1
src/frontend/[firefox] › pui_settings.spec.ts took 33.4s
|
Run Playwright tests:
src/frontend/[chromium] › pui_settings.spec.ts#L1
src/frontend/[chromium] › pui_settings.spec.ts took 32.6s
|
Run Playwright tests
5 flaky
[chromium] › pages/pui_part.spec.ts:168:1 › Parts - Pricing (Nothing, BOM) ─────────────────────
[chromium] › pui_forms.spec.ts:7:1 › Forms - Stock Item Validation ─────────────────────────────
[firefox] › pages/pui_part.spec.ts:60:1 › Parts - Supplier Parts ───────────────────────────────
[firefox] › pages/pui_sales_order.spec.ts:44:1 › Sales Orders - Shipments ──────────────────────
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ──────────────────────────────────
119 passed (15.0m)
|
Loading