merge queue: embarking master (8b4c310) and #9503 together #14774
Annotations
1 error, 4 warnings, and 2 notices
Playwright Run:
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ─────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('application').getByRole('heading', { level: 1 })
Expected pattern: /What can you do with GROWI?/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('application').getByRole('heading', { level: 1 })
17 | // check the content of the h1
18 | await expect(page.getByRole('application').getByRole('heading', { level: 1 }))
> 19 | .toHaveText(/What can you do with GROWI?/);
| ^
20 |
21 | // forward the slide with button
22 | await page.getByRole('application').getByLabel('next slide').click();
at /__w/growi/growi/apps/app/playwright/20-basic-features/presentation.spec.ts:19:6
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Upload test results
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Playwright Run:
apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts took 41.2s
|
Playwright Run:
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts took 16.1s
|
Playwright Run (--project=${browser}/guest-mode)
3 passed (26.4s)
|
Playwright Run
1 flaky
[firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ──────────────────────────
38 passed (2.3m)
|
Loading