(self-hosting|2): add minio for local file uploads #2138
Annotations
4 errors, 3 warnings, and 1 notice
Run integration tests:
core/playwright/fileUpload.spec.ts#L86
1) [chromium] › fileUpload.spec.ts:55:2 › File upload › should upload a file ─────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByText('Complete', { exact: true }) to be visible
84 | });
85 |
> 86 | await page.getByText("Complete", { exact: true }).waitFor({
| ^
87 | timeout: 10_000,
88 | });
89 |
at /home/runner/work/platform/platform/core/playwright/fileUpload.spec.ts:86:53
|
Run integration tests:
core/playwright/fileUpload.spec.ts#L86
1) [chromium] › fileUpload.spec.ts:55:2 › File upload › should upload a file ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByText('Complete', { exact: true }) to be visible
84 | });
85 |
> 86 | await page.getByText("Complete", { exact: true }).waitFor({
| ^
87 | timeout: 10_000,
88 | });
89 |
at /home/runner/work/platform/platform/core/playwright/fileUpload.spec.ts:86:53
|
Run integration tests:
core/playwright/fileUpload.spec.ts#L86
1) [chromium] › fileUpload.spec.ts:55:2 › File upload › should upload a file ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByText('Complete', { exact: true }) to be visible
84 | });
85 |
> 86 | await page.getByText("Complete", { exact: true }).waitFor({
| ^
87 | timeout: 10_000,
88 | });
89 |
at /home/runner/work/platform/platform/core/playwright/fileUpload.spec.ts:86:53
|
Run integration tests
Process completed with exit code 1.
|
Run integration tests:
core/[chromium] › pub.spec.ts#L1
core/[chromium] › pub.spec.ts took 37.4s
|
Run integration tests:
core/[chromium] › externalFormCreatePub.spec.ts#L1
core/[chromium] › externalFormCreatePub.spec.ts took 29.6s
|
Run integration tests:
core/[chromium] › fields.spec.ts#L1
core/[chromium] › fields.spec.ts took 22.1s
|
Run integration tests
1 failed
[chromium] › fileUpload.spec.ts:55:2 › File upload › should upload a file ──────────────────────
3 skipped
51 passed (6.1m)
|
Loading