Bump jinja2 from 3.1.4 to 3.1.5 in /docs #16429
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters ────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/baseFixtures.ts#L85
1) [chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters ────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 44
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/user/roles/",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+ "close": [Function anonymous],
+ "crash": [Function anonymous],
+ "download": [Function anonymous],
+ "fileChooser": [Function anonymous],
+ "frameAttached": [Function anonymous],
+ "frameDetached": [Function anonymous],
+ "locatorHandlerTriggered": [Function anonymous],
+ "route": [Function anonymous],
+ "video": [Function anonymous],
+ "webSocket": [Function anonymous],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 12,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@ece27bb69934634a05eaebdfe08d3db4",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "Failed to load resource: the server responded with a status of 500 (Internal Server Error)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@ece27bb69934634a05eaebdfe08d3db4",
+ "_type": "Page",
+ },
+ },
+ ]
at baseFixtures.ts:85
83 | });
84 | await use(page);
> 85 | expect(messages).toEqual([]);
| ^
86 | }
87 | });
88 |
at Object.page (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/baseFixtures.ts:85:22)
|
Run Playwright tests:
src/frontend/tests/login.ts#L37
1) [chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters ────────────────────────────
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_build.spec.ts:265:3
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:74:1 › Parts - Locking ────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L86
2) [chromium] › pages/pui_part.spec.ts:74:1 › Parts - Locking ────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Bill of Materials' })
84 | // Navigate to a known assembly which *is* locked
85 | await page.goto(`${baseUrl}/part/100/bom`);
> 86 | await page.getByRole('tab', { name: 'Bill of Materials' }).click();
| ^
87 | await page.getByLabel('part-lock-icon').waitFor();
88 | await page.getByText('Part is Locked', { exact: true }).waitFor();
89 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:86:62
|
Run Playwright tests:
src/frontend/tests/pages/pui_sales_order.spec.ts#L1
3) [chromium] › pages/pui_sales_order.spec.ts:6:1 › Sales Orders - Basic Tests ───────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_sales_order.spec.ts#L11
3) [chromium] › pages/pui_sales_order.spec.ts:6:1 › Sales Orders - Basic Tests ───────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Sales Orders' })
9 | await page.goto(`${baseUrl}/home`);
10 | await page.getByRole('tab', { name: 'Sales' }).click();
> 11 | await page.getByRole('tab', { name: 'Sales Orders' }).click();
| ^
12 |
13 | // Check for expected text in the table
14 | await page.getByRole('tab', { name: 'Sales Orders' }).waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_sales_order.spec.ts:11:57
|
Run Playwright tests:
src/frontend/tests/pui_general.spec.ts#L1
4) [chromium] › pui_general.spec.ts:56:1 › Company ───────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/baseFixtures.ts#L85
4) [chromium] › pui_general.spec.ts:56:1 › Company ───────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 600
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/attachment/?model_type=company&model_id=1",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+ "close": [Function anonymous],
+ "crash": [Function anonymous],
+ "download": [Function anonymous],
+ "fileChooser": [Function anonymous],
+ "frameAttached": [Function anonymous],
+ "frameDetached": [Function anonymous],
+ "locatorHandlerTriggered": [Function anonymous],
+ "route": [Function anonymous],
+ "video": [Function anonymous],
+ "webSocket": [Function anonymous],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 12,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@135d5d9c4e4fc61b48d7efb85c583a36",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@135d5d9c4e4fc61b48d7efb85c583a36",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/attachment/?model_type=company&model_id=1&limit=25&offset=0",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+ "close": [Function anonymous],
+ "crash": [Function anonymous],
+ "download": [Function anonymous],
+ "fileChooser": [Function anonymous],
+ "frameAttached": [Function anonymous],
+ "frameDetached": [Function anonymous],
+ "locatorHandlerTriggered": [Function anonymous],
+ "route": [Function anonymous],
+ "video": [Function anonymous],
+ "webSocket": [Function anonymous],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 12,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@135d5d9c4e4fc61b48d7efb85c583a36",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@135d5d9c4e4fc61b48d7efb85c583a36",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/attachment/?model_type=company&model_id=1&limit=25&offset=0",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+
|
Run Playwright tests:
src/frontend/tests/pui_general.spec.ts#L84
4) [chromium] › pui_general.spec.ts:56:1 › Company ───────────────────────────────────────────────
Error: locator.fill: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('text-field-name')
82 | await page.getByLabel('action-menu-company-actions-edit').click();
83 |
> 84 | await page.getByLabel('text-field-name').fill('');
| ^
85 | await page.getByLabel('text-field-website').fill('invalid-website');
86 | await page.getByRole('button', { name: 'Submit' }).click();
87 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_general.spec.ts:84:44
|
Run Playwright tests:
src/frontend/[chromium] › pui_settings.spec.ts#L1
src/frontend/[chromium] › pui_settings.spec.ts took 25.9s
|
Run Playwright tests:
src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 22.2s
|
Run Playwright tests:
src/frontend/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 21.8s
|
Run Playwright tests:
src/frontend/[chromium] › settings/selectionList.spec.ts#L1
src/frontend/[chromium] › settings/selectionList.spec.ts took 21.2s
|
Run Playwright tests:
src/frontend/[firefox] › modals.spec.ts#L1
src/frontend/[firefox] › modals.spec.ts took 21.1s
|
Run Playwright tests
10 flaky
[chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters ─────────────────────────────
[chromium] › pages/pui_part.spec.ts:74:1 › Parts - Locking ─────────────────────────────────────
[chromium] › pages/pui_sales_order.spec.ts:6:1 › Sales Orders - Basic Tests ────────────────────
[chromium] › pui_general.spec.ts:56:1 › Company ────────────────────────────────────────────────
[chromium] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
[firefox] › pages/pui_build.spec.ts:164:1 › Build Order - Allocation ───────────────────────────
[firefox] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ──────────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:395:1 › Parts - Revision ────────────────────────────────────
[firefox] › pui_tables.spec.ts:23:1 › Tables - Filters ─────────────────────────────────────────
[firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ───────────────────────
126 passed (18.9m)
|
Loading