[UI] Reimplement calendar views #17149
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:105:1 › Parts - Allocations ───────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L133
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('BO0001') to be visible
131 |
132 | // Expected order reference values
> 133 | await page.getByText('BO0001').waitFor();
| ^
134 | await page.getByText('BO0016').waitFor();
135 | await page.getByText('BO0019').waitFor();
136 | await page.getByText('SO0008').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:133:34
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L133
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('BO0001') to be visible
131 |
132 | // Expected order reference values
> 133 | await page.getByText('BO0001').waitFor();
| ^
134 | await page.getByText('BO0016').waitFor();
135 | await page.getByText('BO0019').waitFor();
136 | await page.getByText('SO0008').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:133:34
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L133
1) [chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ───────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('BO0001') to be visible
131 |
132 | // Expected order reference values
> 133 | await page.getByText('BO0001').waitFor();
| ^
134 | await page.getByText('BO0016').waitFor();
135 | await page.getByText('BO0019').waitFor();
136 | await page.getByText('SO0008').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:133:34
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:66:1 › Parts - Supplier Parts ─────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L72
2) [chromium] › pages/pui_part.spec.ts:66:1 › Parts - Supplier Parts ─────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('cell', { name: 'DIG-84670-SJI' })
70 |
71 | await page.getByRole('tab', { name: 'Suppliers' }).click();
> 72 | await page.getByRole('cell', { name: 'DIG-84670-SJI' }).click();
| ^
73 | await page.getByRole('tab', { name: 'Received Stock' }).click(); //
74 | await page.getByRole('tab', { name: 'Purchase Orders' }).click();
75 | await page.getByRole('tab', { name: 'Pricing' }).click();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:72:59
|
Run Playwright tests:
src/frontend/tests/pui_login.spec.ts#L1
3) [chromium] › pui_login.spec.ts:20:1 › Login - Quick Test ──────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/baseFixtures.ts#L86
3) [chromium] › pui_login.spec.ts:20:1 › Login - Quick Test ──────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 260
- 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],
+ "webSocketRoute": [Function anonymous],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 13,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@962b23fa9cf0bf2ef95e8c6088f69b1e",
+ "_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@962b23fa9cf0bf2ef95e8c6088f69b1e",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/",
+ },
+ "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],
+ "webSocketRoute": [Function anonymous],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 13,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@962b23fa9cf0bf2ef95e8c6088f69b1e",
+ "_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@962b23fa9cf0bf2ef95e8c6088f69b1e",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/generic/status/",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+ "close": [
|
Install Playwright Browsers
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.
|
Run Playwright tests:
src/frontend/[firefox] › pui_printing.spec.ts#L1
src/frontend/[firefox] › pui_printing.spec.ts took 25.6s
|
Run Playwright tests:
src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 22.1s
|
Run Playwright tests:
src/frontend/[firefox] › settings/selectionList.spec.ts#L1
src/frontend/[firefox] › settings/selectionList.spec.ts took 21.7s
|
Run Playwright tests:
src/frontend/[chromium] › pui_plugins.spec.ts#L1
src/frontend/[chromium] › pui_plugins.spec.ts took 20.3s
|
Run Playwright tests:
src/frontend/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 15.3s
|
Run Playwright tests
1 failed
[chromium] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ────────────────────────────────
5 flaky
[chromium] › pages/pui_part.spec.ts:66:1 › Parts - Supplier Parts ──────────────────────────────
[chromium] › pui_login.spec.ts:20:1 › Login - Quick Test ───────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:105:1 › Parts - Allocations ─────────────────────────────────
[firefox] › pui_forms.spec.ts:6:1 › Forms - Stock Item Validation ──────────────────────────────
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ──────────────────────────────────
134 passed (16.5m)
|
Loading