[Documentation] Remove package credits #16556
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
src/frontend/tests/pui_plugins.spec.ts#L1
1) [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pui_plugins.spec.ts#L86
1) [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('Plugin Detail').getByRole('button', { name: 'Plugin Settings' })
84 | .getByLabel('Plugin Detail')
85 | .getByRole('button', { name: 'Plugin Settings' })
> 86 | .click();
| ^
87 | await page.getByRole('button', { name: 'Plugin Configuration' }).click();
88 |
89 | // Check for expected custom elements
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_plugins.spec.ts:86:6
|
Run Playwright tests:
src/frontend/tests/pui_plugins.spec.ts#L1
1) [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pui_plugins.spec.ts#L86
1) [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('Plugin Detail').getByRole('button', { name: 'Plugin Settings' })
84 | .getByLabel('Plugin Detail')
85 | .getByRole('button', { name: 'Plugin Settings' })
> 86 | .click();
| ^
87 | await page.getByRole('button', { name: 'Plugin Configuration' }).click();
88 |
89 | // Check for expected custom elements
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_plugins.spec.ts:86:6
|
Run Playwright tests:
src/frontend/tests/pui_plugins.spec.ts#L1
1) [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pui_plugins.spec.ts#L86
1) [firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ─────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('Plugin Detail').getByRole('button', { name: 'Plugin Settings' })
84 | .getByLabel('Plugin Detail')
85 | .getByRole('button', { name: 'Plugin Settings' })
> 86 | .click();
| ^
87 | await page.getByRole('button', { name: 'Plugin Configuration' }).click();
88 |
89 | // Check for expected custom elements
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_plugins.spec.ts:86:6
|
Run Playwright tests:
src/frontend/tests/pui_printing.spec.ts#L1
2) [firefox] › pui_printing.spec.ts:85:1 › Report Editing ────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pui_printing.spec.ts#L117
2) [firefox] › pui_printing.spec.ts:85:1 › Report Editing ────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Sample Template Editor' })
115 |
116 | // Test plugin provided editors
> 117 | await page.getByRole('tab', { name: 'Sample Template Editor' }).click();
| ^
118 | const textarea = page.locator('#sample-template-editor-textarea');
119 | const textareaValue = await textarea.inputValue();
120 | expect(textareaValue).toContain(
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_printing.spec.ts:117:67
|
Run Playwright tests:
src/frontend/tests/pui_printing.spec.ts#L1
2) [firefox] › pui_printing.spec.ts:85:1 › Report Editing ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/pui_printing.spec.ts#L117
2) [firefox] › pui_printing.spec.ts:85:1 › Report Editing ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Sample Template Editor' })
115 |
116 | // Test plugin provided editors
> 117 | await page.getByRole('tab', { name: 'Sample Template Editor' }).click();
| ^
118 | const textarea = page.locator('#sample-template-editor-textarea');
119 | const textareaValue = await textarea.inputValue();
120 | expect(textareaValue).toContain(
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_printing.spec.ts:117:67
|
Run Playwright tests:
src/frontend/[firefox] › pui_tables.spec.ts#L1
src/frontend/[firefox] › pui_tables.spec.ts took 39.3s
|
Run Playwright tests:
src/frontend/[firefox] › pui_settings.spec.ts#L1
src/frontend/[firefox] › pui_settings.spec.ts took 35.0s
|
Run Playwright tests:
src/frontend/[chromium] › pages/pui_sales_order.spec.ts#L1
src/frontend/[chromium] › pages/pui_sales_order.spec.ts took 32.1s
|
Run Playwright tests:
src/frontend/[firefox] › settings/selectionList.spec.ts#L1
src/frontend/[firefox] › settings/selectionList.spec.ts took 18.6s
|
Run Playwright tests:
src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 17.5s
|
Run Playwright tests
2 failed
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ──────────────────────────────────
[firefox] › pui_printing.spec.ts:85:1 › Report Editing ─────────────────────────────────────────
9 flaky
[chromium] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ─────────────────────────────────────────
[chromium] › pages/pui_part.spec.ts:100:1 › Parts - Allocations ────────────────────────────────
[chromium] › pages/pui_purchase_order.spec.ts:26:1 › Purchase Orders - Barcodes ────────────────
[chromium] › pui_login.spec.ts:5:1 › Login - Basic Test ────────────────────────────────────────
[chromium] › pui_login.spec.ts:36:1 › Login - Quick Test ───────────────────────────────────────
[firefox] › pages/pui_build.spec.ts:90:1 › Build Order - Build Outputs ─────────────────────────
[firefox] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ──────────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:338:1 › Parts - Parameters ──────────────────────────────────
[firefox] › pages/pui_stock.spec.ts:11:1 › Stock - Basic Tests ─────────────────────────────────
127 passed (20.4m)
|
Loading