Merge branch 'master' into add-selectionList #4757
Annotations
10 errors, 6 warnings, and 1 notice
Run Playwright tests:
src/frontend/tests/pages/pui_orders.spec.ts#L1
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/baseFixtures.ts#L85
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 141
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@0bf17732bfba251ad916c47889ecab06",
+ "_type": "JSHandle",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ ],
+ "location": Object {
+ "columnNumber": 19,
+ "lineNumber": 2599,
+ "url": "http://localhost:5173/node_modules/.vite/deps/chunk-56VRJ6UA.js?v=6f035848",
+ },
+ "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@74d904f515d7695c1da1ad58fe6544aa",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "The above error occurred in one of your React components:
+
+ Lazy
+ Suspense
+ RenderedRoute@http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=597f4440:4095:7
+ RenderedRoute@http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=597f4440:4095:7
+ Routes@http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=597f4440:4533:7
+ Router@http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=597f4440:4481:7
+ BrowserRouter@http://localhost:5173/node_modules/.vite/deps/react-router-dom.js?v=597f4440:5223:7
+ QueryClientProvider@http://localhost:5173/node_modules/.vite/deps/@tanstack_react-query.js?v=c408cf4f:2725:27
+ ModalsProvider@http://localhost:5173/node_modules/.vite/deps/@mantine_modals.js?v=3ab59b69:184:24
+ I18nProvider@http://localhost:5173/node_modules/.vite/deps/@lingui_react.js?v=612ed63c:159:20
+ LanguageContext@http://localhost:5173/src/contexts/LanguageContext.tsx:3440:32
+ MantineThemeProvider@http://localhost:5173/node_modules/.vite/deps/chunk-56VRJ6UA.js?v=6f035848:2184:30
+ MantineProvider@http://localhost:5173/node_modules/.vite/deps/chunk-56VRJ6UA.js?v=6f035848:2683:25
+ ThemeContext@http://localhost:5173/src/contexts/ThemeContext.tsx:919:29
+ QueryClientProvider@http://localhost:5173/node_modules/.vite/deps/@tanstack_react-query.js?v=c408cf4f:2725:27
+ BaseContext@http://localhost:5173/src/contexts/BaseContext.tsx:795:28
+ DesktopAppView@http://localhost:5173/src/views/DesktopAppView.tsx:1002:48
+ Suspense
+ MainView@http://localhost:5173/src/views/MainView.tsx:1472:51
+
+ Consider adding an error boundary to your tree to customize error handling behavior.
+ Visit https://reactjs.org/link/error-boundaries to learn
|
Run Playwright tests:
src/frontend/tests/pages/pui_orders.spec.ts#L173
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('action-menu-barcode-actions')
- locator resolved to <button type="button" data-size="sm" data-variant="light" data-with-right-section="true" aria-label="action-menu-barcode-actions" class="mantine-focus-auto mantine-active m_77c9d27d mantine-Button-root m_87cf2631 mantine-UnstyledButton-root">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-fixed="true" class="mantine-Modal-overlay m_9814e45f mantine-Overlay-root"></div> from <div data-portal="true">…</div> subtree intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
171 |
172 | // Unlink barcode
> 173 | await page.getByLabel('action-menu-barcode-actions').click();
| ^
174 | await page.getByLabel('action-menu-barcode-actions-unlink-barcode').click();
175 | await page.getByRole('heading', { name: 'Unlink Barcode' }).waitFor();
176 | await page.getByText('This will remove the link to').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_orders.spec.ts:173:56
|
Run Playwright tests:
src/frontend/tests/pages/pui_orders.spec.ts#L1
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_orders.spec.ts#L164
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('action-menu-barcode-actions-link-barcode')
162 | // Link to barcode
163 | await page.getByLabel('action-menu-barcode-actions').click();
> 164 | await page.getByLabel('action-menu-barcode-actions-link-barcode').click();
| ^
165 | await page.getByRole('heading', { name: 'Link Barcode' }).waitFor();
166 | await page
167 | .getByPlaceholder('Scan barcode data here using')
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_orders.spec.ts:164:69
|
Run Playwright tests:
src/frontend/tests/pages/pui_orders.spec.ts#L1
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_orders.spec.ts#L164
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('action-menu-barcode-actions-link-barcode')
162 | // Link to barcode
163 | await page.getByLabel('action-menu-barcode-actions').click();
> 164 | await page.getByLabel('action-menu-barcode-actions-link-barcode').click();
| ^
165 | await page.getByRole('heading', { name: 'Link Barcode' }).waitFor();
166 | await page
167 | .getByPlaceholder('Scan barcode data here using')
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_orders.spec.ts:164:69
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:26:1 › Pages - Part - Pricing (Nothing, BOM) ──────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L47
2) [chromium] › pages/pui_part.spec.ts:26:1 › Pages - Part - Pricing (Nothing, BOM) ──────────────
Error: locator.isDisabled: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Internal Pricing' })
45 | await page.getByRole('button', { name: 'Pricing Overview' }).waitFor();
46 | await page.getByText('Last Updated').waitFor();
> 47 | await page.getByRole('button', { name: 'Internal Pricing' }).isDisabled();
| ^
48 | await page.getByRole('button', { name: 'Sale History' }).isDisabled();
49 | await page.getByRole('button', { name: 'Sale Pricing' }).isDisabled();
50 | await page.getByRole('button', { name: 'BOM Pricing' }).isEnabled();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:47:64
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
3) [chromium] › pages/pui_part.spec.ts:75:1 › Pages - Part - Pricing (Supplier) ──────────────────
Test timeout of 90000ms exceeded.
|
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/[chromium] › pui_tables.spec.ts#L1
src/frontend/[chromium] › pui_tables.spec.ts took 26.9s
|
Run Playwright tests:
src/frontend/[firefox] › pui_plugins.spec.ts#L1
src/frontend/[firefox] › pui_plugins.spec.ts took 25.8s
|
Run Playwright tests:
src/frontend/[firefox] › pui_forms.spec.ts#L1
src/frontend/[firefox] › pui_forms.spec.ts took 24.6s
|
Run Playwright tests:
src/frontend/[chromium] › pui_settings.spec.ts#L1
src/frontend/[chromium] › pui_settings.spec.ts took 22.8s
|
Run Playwright tests:
src/frontend/[firefox] › settings/selectionList.spec.ts#L1
src/frontend/[firefox] › settings/selectionList.spec.ts took 21.9s
|
Run Playwright tests
1 failed
[firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ────────────────────────
12 flaky
[chromium] › pages/pui_part.spec.ts:26:1 › Pages - Part - Pricing (Nothing, BOM) ───────────────
[chromium] › pages/pui_part.spec.ts:75:1 › Pages - Part - Pricing (Supplier) ───────────────────
[chromium] › pages/pui_stock.spec.ts:52:1 › Stock - Serial Numbers ─────────────────────────────
[chromium] › pages/pui_stock.spec.ts:118:1 › Stock - Stock Actions ─────────────────────────────
[chromium] › pui_plugins.spec.ts:59:1 › Plugins - Custom Admin ─────────────────────────────────
[chromium] › pui_printing.spec.ts:55:1 › Report Printing ───────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:245:1 › Pages - Part - 404 ──────────────────────────────────
[firefox] › pages/pui_scan.spec.ts:45:1 › Pages - Index - Scan (StockLocation) ─────────────────
[firefox] › pages/pui_stock.spec.ts:5:1 › Stock ────────────────────────────────────────────────
[firefox] › pui_general.spec.ts:71:1 › Sales ───────────────────────────────────────────────────
[firefox] › pui_general.spec.ts:143:1 › Language / Color ───────────────────────────────────────
[firefox] › pui_tables.spec.ts:53:1 › Tables - Columns ─────────────────────────────────────────
101 passed (16.2m)
|
Loading