merge queue: embarking release/current (f8b06df) and #9447 together #14689
ci-app-prod.yml
on: pull_request
test-prod-node18
/
build-prod
4m 46s
test-prod-node20
/
build-prod
4m 21s
Matrix: test-prod-node18 / run-playwright
test-prod-node18
/
launch-prod
1m 0s
Matrix: test-prod-node20 / run-playwright
test-prod-node20
/
launch-prod
1m 1s
test-prod-node18
/
report-playwright
0s
test-prod-node20
/
report-playwright
28s
Annotations
14 errors, 28 warnings, and 14 notices
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
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.
|
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
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 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
|
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
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.
|
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
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
|
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
Test timeout of 30000ms exceeded.
|
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L31
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content')
- locator resolved to <div translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-multiline="true" contenteditable="true" data-language="markdown" aria-autocomplete="list" class="cm-content cm-lineWrapping">…</div>
- fill("reply comment")
- attempting fill action
- waiting for element to be visible, enabled and editable
- element was detached from the DOM, retrying
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
|
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L31
1) [webkit] › 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')
- locator resolved to <div translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-multiline="true" contenteditable="true" data-language="markdown" aria-autocomplete="list" class="cm-content cm-lineWrapping">…</div>
- fill("reply comment")
- attempting fill action
- waiting for element to be visible, enabled and editable
- element was detached from the DOM, retrying
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
|
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
Test timeout of 30000ms exceeded.
|
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L32
1) [firefox] › 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 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
|
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L31
1) [firefox] › 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')
- locator resolved to <div translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-multiline="true" contenteditable="true" data-language="markdown" aria-autocomplete="list" class="cm-content cm-lineWrapping">…</div>
- fill("reply comment")
- attempting fill action
- waiting for element to be visible, enabled and editable
- element was detached from the DOM, retrying
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
|
[firefox] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path:
apps/app/playwright/23-editor/saving.spec.ts#L24
1) [firefox] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path ──────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 24
Received: 29
22 |
23 | const createdPageId = path.basename(page.url());
> 24 | expect(createdPageId.length).toBe(24);
| ^
25 | });
26 |
27 |
at /__w/growi/growi/apps/app/playwright/23-editor/saving.spec.ts:24:32
|
test-prod-node20 / report-playwright
Process completed with exit code 1.
|
test-prod-node20 / build-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node18 / build-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node18 / launch-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / run-playwright (chromium, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / launch-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts took 40.4s
|
Slow Test:
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 17.0s
|
test-prod-node20 / run-playwright (chromium, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / run-playwright (chromium, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Slow Test:
apps/app/[chromium/installer] › 10-installer/install.spec.ts#L1
apps/app/[chromium/installer] › 10-installer/install.spec.ts took 18.3s
|
test-prod-node20 / run-playwright (chromium, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Slow Test:
apps/app/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 16.7s
|
Slow Test:
apps/app/[chromium/installer] › 10-installer/install.spec.ts#L1
apps/app/[chromium/installer] › 10-installer/install.spec.ts took 16.5s
|
test-prod-node20 / run-playwright (webkit, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / run-playwright (webkit, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
test-prod-node20 / run-playwright (firefox, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / run-playwright (firefox, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Slow Test:
apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts took 42.6s
|
Slow Test:
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 16.3s
|
Slow Test:
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.6s
|
Slow Test:
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts took 17.3s
|
test-prod-node20 / run-playwright (firefox, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 16.7s
|
test-prod-node20 / run-playwright (firefox, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
test-prod-node20 / run-playwright (webkit, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
apps/app/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 16.9s
|
test-prod-node20 / run-playwright (webkit, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
test-prod-node20 / report-playwright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 flaky
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
38 passed (3.2m)
|
🎭 Playwright Run Summary
3 passed (24.6s)
|
🎭 Playwright Run Summary
1 passed (24.1s)
|
🎭 Playwright Run Summary
3 passed (26.5s)
|
🎭 Playwright Run Summary
39 passed (1.7m)
|
🎭 Playwright Run Summary
1 passed (22.5s)
|
🎭 Playwright Run Summary
3 passed (27.9s)
|
🎭 Playwright Run Summary
3 passed (28.5s)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ───────────────
38 passed (3.2m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
38 passed (3.2m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path ───────
38 passed (1.7m)
|
🎭 Playwright Run Summary
3 passed (28.4s)
|
🎭 Playwright Run Summary
39 passed (1.7m)
|
🎭 Playwright Run Summary
3 passed (26.8s)
|