WIP: draft for VolumeOutline (instead of templates) #5892
Annotations
4 errors, 1 warning, and 1 notice
tests/take_screenshots.spec.ts#L77
1) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ──────────────
Error: Timed out 120000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 120000ms
- waiting for getByText('Installation will take')
- waiting for getByText('Installation will take')
75 | // ensure the software proposal is ready, use longer timeout,
76 | // refreshing the repositories takes some time
> 77 | await expect(page.getByText("Installation will take")).toBeVisible({timeout: 2 * minute});
| ^
78 | await page.screenshot({ path: "screenshots/overview.png" });
79 |
80 | await test.step("Storage configuration", async () => {
at /checkout/playwright/tests/take_screenshots.spec.ts:77:60
|
tests/take_screenshots.spec.ts#L77
1) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 120000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 120000ms
- waiting for getByText('Installation will take')
- waiting for getByText('Installation will take')
75 | // ensure the software proposal is ready, use longer timeout,
76 | // refreshing the repositories takes some time
> 77 | await expect(page.getByText("Installation will take")).toBeVisible({timeout: 2 * minute});
| ^
78 | await page.screenshot({ path: "screenshots/overview.png" });
79 |
80 | await test.step("Storage configuration", async () => {
at /checkout/playwright/tests/take_screenshots.spec.ts:77:60
|
tests/take_screenshots.spec.ts#L77
1) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 120000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 120000ms
- waiting for getByText('Installation will take')
- waiting for getByText('Installation will take')
75 | // ensure the software proposal is ready, use longer timeout,
76 | // refreshing the repositories takes some time
> 77 | await expect(page.getByText("Installation will take")).toBeVisible({timeout: 2 * minute});
| ^
78 | await page.screenshot({ path: "screenshots/overview.png" });
79 |
80 | await test.step("Storage configuration", async () => {
at /checkout/playwright/tests/take_screenshots.spec.ts:77:60
|
|
[chromium] › take_screenshots.spec.ts#L1
[chromium] › take_screenshots.spec.ts took 6.3m
|
|
The logs for this run have expired and are no longer available.
Loading