merge queue: embarking release/current (7197b4d) and #9486 together #14841
Annotations
4 errors, 5 warnings, and 3 notices
Playwright Run:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────
Test timeout of 30000ms exceeded.
|
Playwright Run:
apps/app/playwright/20-basic-features/comments.spec.ts#L32
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('comment-submit-button').first()
- locator resolved to <button type="button" class="btn btn-primary" data-testid="comment-submit-button">Commment</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
30 | await page.getByTestId('comment-reply-button').click();
31 | await page.locator('.cm-content').fill(commentText);
> 32 | await page.getByTestId('comment-submit-button').first().click();
| ^
33 |
34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText);
35 | await expect(page.getByTestId('page-comment-button').locator('.grw-count-badge')).toHaveText('2');
at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:32:59
|
Playwright Run:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Playwright Run:
apps/app/playwright/20-basic-features/comments.spec.ts#L31
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content')
29 | await page.getByTestId('page-comment-button').click();
30 | await page.getByTestId('comment-reply-button').click();
> 31 | await page.locator('.cm-content').fill(commentText);
| ^
32 | await page.getByTestId('comment-submit-button').first().click();
33 |
34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText);
at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:31:37
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright Run:
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts took 41.4s
|
Playwright Run:
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 16.7s
|
Upload test results
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Playwright Run (--project=chromium/installer):
apps/app/[chromium/installer] › 10-installer/install.spec.ts#L1
apps/app/[chromium/installer] › 10-installer/install.spec.ts took 18.7s
|
Playwright Run
1 flaky
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
38 passed (3.1m)
|
Playwright Run (--project=chromium/installer)
1 passed (24.7s)
|
Playwright Run (--project=${browser}/guest-mode)
3 passed (28.3s)
|
Loading