Skip to content

Add row context (right click) additionally to actions in tables #15690

Add row context (right click) additionally to actions in tables

Add row context (right click) additionally to actions in tables #15690

Triggered via pull request November 14, 2024 21:02
Status Success
Total duration 22m 55s
Artifacts 1

qc_checks.yaml

on: pull_request
Build - UI Platform
2m 1s
Build - UI Platform
Style [pre-commit]
24s
Style [pre-commit]
Tests - API Schema Documentation
0s
Tests - API Schema Documentation
Style [Documentation]
50s
Style [Documentation]
Tests - Migrations [PostgreSQL]
0s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
0s
Tests - Full Migration [SQLite]
Tests - inventree-python
0s
Tests - inventree-python
Tests - DB [PostgreSQL]
0s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
0s
Tests - DB [MySQL]
Tests - Platform UI
21m 59s
Tests - Platform UI
Matrix: coverage
Style - Classic UI [JS]
1m 20s
Style - Classic UI [JS]
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 8 warnings, and 1 notice
[chromium] › pages/pui_part.spec.ts:168:1 › Parts - Pricing (Nothing: 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.
[chromium] › pages/pui_part.spec.ts:168:1 › Parts - Pricing (Nothing: 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
[chromium] › pui_forms.spec.ts:7:1 › Forms - Stock Item Validation: 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.
[chromium] › pui_forms.spec.ts:7:1 › Forms - Stock Item Validation: 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
[firefox] › pages/pui_part.spec.ts:60:1 › Parts - Supplier Parts: 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.
[firefox] › pages/pui_part.spec.ts:60:1 › Parts - Supplier Parts: 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
[firefox] › pages/pui_sales_order.spec.ts:44:1 › Sales Orders - Shipments: 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.
[firefox] › pages/pui_sales_order.spec.ts:44:1 › Sales Orders - Shipments: 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
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin: src/frontend/tests/pui_plugins.spec.ts#L1
5) [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ───────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin: 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
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 - 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/[firefox] › pages/pui_stock.spec.ts#L1
src/frontend/[firefox] › pages/pui_stock.spec.ts took 51.2s
Slow Test: src/frontend/[firefox] › pages/pui_scan.spec.ts#L1
src/frontend/[firefox] › pages/pui_scan.spec.ts took 44.6s
Slow Test: src/frontend/[chromium] › pages/pui_sales_order.spec.ts#L1
src/frontend/[chromium] › pages/pui_sales_order.spec.ts took 40.1s
Slow Test: src/frontend/[firefox] › pui_settings.spec.ts#L1
src/frontend/[firefox] › pui_settings.spec.ts took 33.4s
Slow Test: src/frontend/[chromium] › pui_settings.spec.ts#L1
src/frontend/[chromium] › pui_settings.spec.ts took 32.6s
🎭 Playwright Run Summary
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)

Artifacts

Produced during runtime
Name Size
frontend-build
2.17 MB