Skip to content

Bump axios from 1.7.9 to 1.8.2 in /src/frontend #17780

Bump axios from 1.7.9 to 1.8.2 in /src/frontend

Bump axios from 1.7.9 to 1.8.2 in /src/frontend #17780

Status Success
Total duration 36m 57s
Artifacts 2

qc_checks.yaml

on: pull_request
Build - UI Platform
2m 12s
Build - UI Platform
Style [pre-commit]
31s
Style [pre-commit]
Tests - API Schema Documentation
0s
Tests - API Schema Documentation
Style [Documentation]
41s
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
36m 44s
Tests - Platform UI
Security [Zizmor]
0s
Security [Zizmor]
Matrix: coverage
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 1 notice
[chromium] › modals.spec.ts:4:1 › Modals - Admin: src/frontend/tests/modals.spec.ts#L1
1) [chromium] › modals.spec.ts:4:1 › Modals - Admin ────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › modals.spec.ts:4:1 › Modals - Admin: src/frontend/tests/login.ts#L36
1) [chromium] › modals.spec.ts:4:1 › Modals - Admin ────────────────────────────────────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/modals.spec.ts:5:3
[chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L1
2) [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ───────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests: src/frontend/tests/login.ts#L36
2) [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ───────────────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:13:3
[chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L1
2) [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests: src/frontend/tests/login.ts#L36
2) [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:13:3
[chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List: src/frontend/tests/pages/pui_purchase_order.spec.ts#L1
3) [chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List ─────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List: src/frontend/tests/login.ts#L36
3) [chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List ─────────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_purchase_order.spec.ts:15:3
[chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes: src/frontend/tests/pages/pui_purchase_order.spec.ts#L1
4) [chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes ─────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes: src/frontend/tests/login.ts#L36
4) [chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes ─────────────── Error: page.waitForURL: Test timeout of 90000ms exceeded. =========================== logs =========================== waiting for navigation to "**/platform/home" until "load" ============================================================ at login.ts:36 34 | 35 | await navigate(page, `${url}/login?login=${username}&***; > 36 | await page.waitForURL('**/platform/home'); | ^ 37 | 38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 }); 39 | await page.getByText(/InvenTree Demo Server -/).waitFor(); at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_purchase_order.spec.ts:43:3
Build - UI Platform
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Style [Documentation]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Style [pre-commit]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Tests - Platform UI
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
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] › pui_plugins.spec.ts#L1
src/frontend/[firefox] › pui_plugins.spec.ts took 45.5s
Slow Test: src/frontend/[firefox] › pui_general.spec.ts#L1
src/frontend/[firefox] › pui_general.spec.ts took 23.1s
Slow Test: src/frontend/[chromium] › pui_general.spec.ts#L1
src/frontend/[chromium] › pui_general.spec.ts took 20.9s
Slow Test: src/frontend/[chromium] › settings/selectionList.spec.ts#L1
src/frontend/[chromium] › settings/selectionList.spec.ts took 18.8s
Slow Test: src/frontend/[firefox] › pages/pui_company.spec.ts#L1
src/frontend/[firefox] › pages/pui_company.spec.ts took 17.4s
🎭 Playwright Run Summary
27 flaky [chromium] › modals.spec.ts:4:1 › Modals - Admin ─────────────────────────────────────────────── [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ────────────────────────── [chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List ──────────────────── [chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes ──────────────── [chromium] › pages/pui_scan.spec.ts:77:1 › Scanning - SupplierPart ───────────────────────────── [chromium] › pages/pui_scan.spec.ts:88:1 › Scanning - PurchaseOrder ──────────────────────────── [chromium] › pages/pui_scan.spec.ts:101:1 › Scanning - SalesOrder ────────────────────────────── [chromium] › pages/pui_stock.spec.ts:104:1 › Stock - Serial Numbers ──────────────────────────── [chromium] › pui_command.spec.ts:16:1 › Quick Command - No Keys ──────────────────────────────── [chromium] › pui_forms.spec.ts:6:1 › Forms - Stock Item Validation ───────────────────────────── [chromium] › pui_plugins.spec.ts:52:1 › Plugins - Panels ─────────────────────────────────────── [chromium] › pui_plugins.spec.ts:142:1 › Plugins - Locate Item ───────────────────────────────── [chromium] › pui_printing.spec.ts:11:1 › Label Printing ──────────────────────────────────────── [chromium] › pui_printing.spec.ts:53:1 › Report Printing ─────────────────────────────────────── [chromium] › pui_settings.spec.ts:10:1 › Settings - Language / Color ─────────────────────────── [chromium] › pui_settings.spec.ts:90:1 › Settings - Admin ────────────────────────────────────── [chromium] › pui_settings.spec.ts:187:1 › Settings - Admin - Barcode History ─────────────────── [firefox] › pages/pui_build.spec.ts:196:1 › Build Order - Allocation ─────────────────────────── [firefox] › pages/pui_part.spec.ts:175:1 › Parts - Pricing (Nothing, BOM) ────────────────────── [firefox] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List ───────────────────── [firefox] › pages/pui_purchase_order.spec.ts:259:1 › Purchase Orders - Receive Items ─────────── [firefox] › pages/pui_sales_order.spec.ts:12:1 › Sales Orders - Tabs ─────────────────────────── [firefox] › pui_forms.spec.ts:77:1 › Forms - Supplier Validation ─────────────────────────────── [firefox] › pui_login.spec.ts:81:1 › Login - Change Password ─────────────────────────────────── [firefox] › pui_printing.spec.ts:83:1 › Report Editing ───────────────────────────────────────── [firefox] › pui_tables.spec.ts:9:1 › Tables - Filters ────────────────────────────────────────── [firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ─────────────────────── 129 passed (28.6m)