Single table for file attachments #12705
Annotations
10 errors, 6 warnings, and 1 notice
src/frontend/tests/pages/pui_index.spec.ts#L1
1) [chromium] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ───────────────────
Test timeout of 60000ms exceeded.
|
src/frontend/tests/pages/pui_index.spec.ts#L60
1) [chromium] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ───────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Create Attachment' })
58 |
59 | // Create Attachment
> 60 | await page.getByRole('button', { name: 'Create Attachment' }).click();
| ^
61 | await page.getByLabel('Attachment *').waitFor();
62 | await page.getByRole('button', { name: 'Cancel' }).click();
63 | // TODO: actually create an attachment
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_index.spec.ts:60:65
|
src/frontend/tests/pages/pui_index.spec.ts#L1
1) [chromium] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
src/frontend/tests/pages/pui_index.spec.ts#L60
1) [chromium] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Create Attachment' })
58 |
59 | // Create Attachment
> 60 | await page.getByRole('button', { name: 'Create Attachment' }).click();
| ^
61 | await page.getByLabel('Attachment *').waitFor();
62 | await page.getByRole('button', { name: 'Cancel' }).click();
63 | // TODO: actually create an attachment
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_index.spec.ts:60:65
|
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:200:1 › PUI - Pages - Part - Notes ────────────────────────
Test timeout of 60000ms exceeded.
|
src/frontend/tests/pages/pui_part.spec.ts#L216
2) [chromium] › pages/pui_part.spec.ts:200:1 › PUI - Pages - Part - Notes ────────────────────────
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByText('Notes saved successfully') to be visible
214 | // Save
215 | await page.getByLabel('save-notes').click();
> 216 | await page.getByText('Notes saved successfully').waitFor();
| ^
217 |
218 | // Navigate away from the page, and then back
219 | await page.goto(`${baseUrl}/stock/location/index/`);
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:216:52
|
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:200:1 › PUI - Pages - Part - Notes ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
src/frontend/tests/pages/pui_part.spec.ts#L225
2) [chromium] › pages/pui_part.spec.ts:200:1 › PUI - Pages - Part - Notes ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByText('This is some data') to be visible
223 |
224 | // Check that the original notes are still present
> 225 | await page.getByText('This is some data').waitFor();
| ^
226 | });
227 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:225:45
|
src/frontend/tests/pages/pui_index.spec.ts#L1
3) [firefox] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ────────────────────
Test timeout of 60000ms exceeded.
|
src/frontend/tests/pages/pui_index.spec.ts#L60
3) [firefox] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Create Attachment' })
58 |
59 | // Create Attachment
> 60 | await page.getByRole('button', { name: 'Create Attachment' }).click();
| ^
61 | await page.getByLabel('Attachment *').waitFor();
62 | await page.getByRole('button', { name: 'Cancel' }).click();
63 | // TODO: actually create an attachment
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_index.spec.ts:60:65
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/frontend/[firefox] › pages/pui_part.spec.ts#L1
src/frontend/[firefox] › pages/pui_part.spec.ts took 1.1m
|
src/frontend/[firefox] › pages/pui_scan.spec.ts#L1
src/frontend/[firefox] › pages/pui_scan.spec.ts took 46.2s
|
src/frontend/[chromium] › pages/pui_scan.spec.ts#L1
src/frontend/[chromium] › pages/pui_scan.spec.ts took 45.8s
|
src/frontend/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 16.7s
|
src/frontend/[chromium] › pui_command.spec.ts#L1
src/frontend/[chromium] › pui_command.spec.ts took 16.4s
|
3 failed
[chromium] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ────────────────────
[chromium] › pages/pui_part.spec.ts:200:1 › PUI - Pages - Part - Notes ─────────────────────────
[firefox] › pages/pui_index.spec.ts:6:1 › PUI - Pages - Index - Playground ─────────────────────
2 flaky
[firefox] › pui_general.spec.ts:5:1 › PUI - Parts ──────────────────────────────────────────────
[firefox] › pui_general.spec.ts:58:1 › PUI - Parts - Supplier Parts ────────────────────────────
73 passed (9.4m)
|
This job failed
Loading