Skip to content

omit unused components #13206

omit unused components

omit unused components #13206

Triggered via push August 28, 2024 01:30
Status Failure
Total duration 18m 14s
Artifacts 4

ci-app-prod.yml

on: push
test-prod-node18  /  build-prod
5m 46s
test-prod-node18 / build-prod
test-prod-node20  /  build-prod
5m 43s
test-prod-node20 / build-prod
test-prod-node18  /  launch-prod
1m 35s
test-prod-node18 / launch-prod
Matrix: test-prod-node18 / run-cypress
Matrix: test-prod-node18 / run-playwright
Matrix: test-prod-node20 / run-cypress
Matrix: test-prod-node20 / run-playwright
test-prod-node20  /  launch-prod
1m 31s
test-prod-node20 / launch-prod
run-reg-suit-node20  /  run-reg-suit
3m 24s
run-reg-suit-node20 / run-reg-suit
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 11 warnings, and 14 notices
test-prod-node20 / run-cypress (50)
Cypress tests: 1 failed
[chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation: apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [chromium] › 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
[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 is visible, enabled and stable - scrolling into view if needed - done scrolling - 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#L32
1) [firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('comment-submit-button').first() 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/presentation.spec.ts:3:5 › Presentation: apps/app/playwright/20-basic-features/presentation.spec.ts#L19
2) [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
test-prod-node20 / build-prod
No files were found with the provided path: apps/app/.next/analyze/client.html apps/app/.next/analyze/server.html. No artifacts will be uploaded.
test-prod-node18 / build-prod
No files were found with the provided path: apps/app/.next/analyze/client.html apps/app/.next/analyze/server.html. No artifacts will be uploaded.
test-prod-node20 / run-cypress (50)
The following actions use a deprecated Node.js version and will be forced to run on node20: weseek/ghaction-slack-notification@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 16.7s
Slow Test: apps/app/[firefox] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts took 16.4s
Slow Test: apps/app/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 16.2s
Slow Test: apps/app/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 15.9s
Slow Test: apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 15.2s
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 40.0s
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 39.5s
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 40.6s
🎭 Playwright Run Summary
35 passed (1.3m)
🎭 Playwright Run Summary
2 passed (9.8s)
🎭 Playwright Run Summary
2 passed (9.6s)
🎭 Playwright Run Summary
35 passed (1.2m)
🎭 Playwright Run Summary
1 passed (9.1s)
🎭 Playwright Run Summary
35 passed (1.2m)
🎭 Playwright Run Summary
2 passed (9.8s)
🎭 Playwright Run Summary
3 passed (12.2s)
🎭 Playwright Run Summary
35 passed (1.7m)
🎭 Playwright Run Summary
1 flaky [chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ───────────────────────── 34 passed (1.8m)
🎭 Playwright Run Summary
1 passed (9.8s)
🎭 Playwright Run Summary
3 passed (11.9s)
🎭 Playwright Run Summary
3 passed (12.3s)
🎭 Playwright Run Summary
2 flaky [firefox] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────── [firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ────────────────────────── 33 passed (2.9m)

Artifacts

Produced during runtime
Name Size
Production Files (node18.x) Expired
98 MB
Production Files (node20.x) Expired
97.9 MB
cypress-report-21 Expired
27.9 KB
cypress-report-50 Expired
1.69 MB