imprv: Display page tree in page select modal with scrollbar #13118
ci-app-prod.yml
on: pull_request
test-prod-node18
/
build-prod
4m 9s
test-prod-node20
/
build-prod
3m 53s
test-prod-node18
/
launch-prod
1m 30s
Matrix: test-prod-node18 / run-cypress
Matrix: test-prod-node18 / run-playwright
Matrix: test-prod-node20 / run-cypress
Matrix: test-prod-node20 / run-playwright
run-reg-suit-node20
/
run-reg-suit
4m 24s
Annotations
8 errors, 9 warnings, and 14 notices
test-prod-node20 / run-cypress (50)
Cypress tests: 1 failed
|
[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 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
|
[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#L32
1) [chromium] › 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
|
[chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation:
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
2) [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/presentation.spec.ts:3:5 › Presentation:
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
|
[webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation:
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [webkit] › 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 uses Node.js version which is deprecated 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/[chromium] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts took 38.4s
|
Slow Test:
apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 16.6s
|
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 38.9s
|
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 38.9s
|
Slow Test:
apps/app/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 16.2s
|
Slow Test:
apps/app/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 15.8s
|
🎭 Playwright Run Summary
2 flaky
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
[chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ─────────────────────────
33 passed (2.9m)
|
🎭 Playwright Run Summary
1 passed (9.8s)
|
🎭 Playwright Run Summary
3 passed (11.9s)
|
🎭 Playwright Run Summary
35 passed (1.3m)
|
🎭 Playwright Run Summary
2 passed (10.4s)
|
🎭 Playwright Run Summary
3 passed (12.1s)
|
🎭 Playwright Run Summary
3 passed (11.9s)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ──────────────────────────
34 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ───────────────────────────
34 passed (1.8m)
|
🎭 Playwright Run Summary
35 passed (1.3m)
|
🎭 Playwright Run Summary
2 passed (9.7s)
|
🎭 Playwright Run Summary
2 passed (9.6s)
|
🎭 Playwright Run Summary
35 passed (1.2m)
|
🎭 Playwright Run Summary
1 passed (9.5s)
|