Skip to content

feat: SingleEditorMode #13121

feat: SingleEditorMode

feat: SingleEditorMode #13121

Triggered via pull request August 9, 2024 12:13
Status Failure
Total duration 33m 38s
Artifacts 5

ci-app-prod.yml

on: pull_request
test-prod-node18  /  build-prod
5m 30s
test-prod-node18 / build-prod
test-prod-node20  /  build-prod
5m 10s
test-prod-node20 / build-prod
test-prod-node18  /  launch-prod
1m 38s
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 35s
test-prod-node20 / launch-prod
run-reg-suit-node20  /  run-reg-suit
4m 33s
run-reg-suit-node20 / run-reg-suit
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 12 warnings, and 13 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
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user: apps/app/playwright/auth.setup.ts#L1
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ───────────────────────────────── Test timeout of 30000ms exceeded.
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user: apps/app/playwright/utils/Login.ts#L19
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ───────────────────────────────── Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/admin" until "load" ============================================================ at utils/Login.ts:19 17 | } 18 | > 19 | await page.waitForURL('/admin'); | ^ 20 | await expect(page).toHaveTitle(/Wiki Management Homepage/); 21 | 22 | // End of authentication steps. at login (/__w/growi/growi/apps/app/playwright/utils/Login.ts:19:14) at /__w/growi/growi/apps/app/playwright/auth.setup.ts:8:3
[webkit] › 22-sharelink/access-to-sharelink.spec.ts:22:7 › Access to sharelink by guest › The sharelink page is successfully loaded: apps/app/playwright/22-sharelink/access-to-sharelink.spec.ts#L1
1) [webkit] › 22-sharelink/access-to-sharelink.spec.ts:22:7 › Access to sharelink by guest › The sharelink page is successfully loaded Test timeout of 30000ms exceeded.
[webkit] › 22-sharelink/access-to-sharelink.spec.ts:22:7 › Access to sharelink by guest › The sharelink page is successfully loaded: apps/app/playwright/utils/Login.ts#L19
1) [webkit] › 22-sharelink/access-to-sharelink.spec.ts:22:7 › Access to sharelink by guest › The sharelink page is successfully loaded Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/admin" until "load" ============================================================ at utils/Login.ts:19 17 | } 18 | > 19 | await page.waitForURL('/admin'); | ^ 20 | await expect(page).toHaveTitle(/Wiki Management Homepage/); 21 | 22 | // End of authentication steps. at login (/__w/growi/growi/apps/app/playwright/utils/Login.ts:19:14) at /__w/growi/growi/apps/app/playwright/22-sharelink/access-to-sharelink.spec.ts:35:5
[webkit] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path: apps/app/playwright/23-editor/saving.spec.ts#L18
2) [webkit] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path ─────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('page-create-modal') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('page-create-modal') 16 | 17 | await page.keyboard.press(openPageCreateModalShortcutKey); > 18 | await expect(page.getByTestId('page-create-modal')).toBeVisible(); | ^ 19 | page.getByTestId('page-create-modal').locator('.rbt-input-main').fill(newPagePath); 20 | page.getByTestId('btn-create-page-under-below').click(); 21 | await page.getByTestId('view-button').click(); at /__w/growi/growi/apps/app/playwright/23-editor/saving.spec.ts:18:55
[webkit] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path: apps/app/playwright/23-editor/saving.spec.ts#L18
2) [webkit] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path ─────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('page-create-modal') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('page-create-modal') 16 | 17 | await page.keyboard.press(openPageCreateModalShortcutKey); > 18 | await expect(page.getByTestId('page-create-modal')).toBeVisible(); | ^ 19 | page.getByTestId('page-create-modal').locator('.rbt-input-main').fill(newPagePath); 20 | page.getByTestId('btn-create-page-under-below').click(); 21 | await page.getByTestId('view-button').click(); at /__w/growi/growi/apps/app/playwright/23-editor/saving.spec.ts:18:55
[webkit] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path: apps/app/playwright/23-editor/saving.spec.ts#L18
2) [webkit] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path ─────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('page-create-modal') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('page-create-modal') 16 | 17 | await page.keyboard.press(openPageCreateModalShortcutKey); > 18 | await expect(page.getByTestId('page-create-modal')).toBeVisible(); | ^ 19 | page.getByTestId('page-create-modal').locator('.rbt-input-main').fill(newPagePath); 20 | page.getByTestId('btn-create-page-under-below').click(); 21 | await page.getByTestId('view-button').click(); at /__w/growi/growi/apps/app/playwright/23-editor/saving.spec.ts:18:55
[webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page: apps/app/playwright/23-editor/saving.spec.ts#L1
3) [webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page Test timeout of 30000ms exceeded.
[webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page: apps/app/playwright/23-editor/saving.spec.ts#L36
3) [webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('editor-button') 34 | 35 | // 1st > 36 | await page.getByTestId('editor-button').click(); | ^ 37 | await expect(page.getByTestId('grw-editor-navbar-bottom')).toBeVisible(); 38 | await appendTextToEditorUntilContains(page, body1); 39 | await page.keyboard.press(savePageShortcutKey); at /__w/growi/growi/apps/app/playwright/23-editor/saving.spec.ts:36:43
[webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page: apps/app/playwright/23-editor/saving.spec.ts#L1
3) [webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page: apps/app/playwright/23-editor/saving.spec.ts#L36
3) [webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('editor-button') 34 | 35 | // 1st > 36 | await page.getByTestId('editor-button').click(); | ^ 37 | await expect(page.getByTestId('grw-editor-navbar-bottom')).toBeVisible(); 38 | await appendTextToEditorUntilContains(page, body1); 39 | await page.keyboard.press(savePageShortcutKey); at /__w/growi/growi/apps/app/playwright/23-editor/saving.spec.ts:36:43
[webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page: apps/app/playwright/23-editor/saving.spec.ts#L1
3) [webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
🎭 Playwright Run Summary
35 passed (1.3m)
🎭 Playwright Run Summary
2 passed (9.8s)
🎭 Playwright Run Summary
2 passed (9.5s)
🎭 Playwright Run Summary
35 passed (1.2m)
🎭 Playwright Run Summary
1 passed (9.2s)
🎭 Playwright Run Summary
3 passed (12.3s)
🎭 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 (10.6s)
🎭 Playwright Run Summary
3 passed (12.1s)
🎭 Playwright Run Summary
3 passed (12.3s)
🎭 Playwright Run Summary
1 flaky [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ────────────────────────────────── 34 passed (2.3m)
🎭 Playwright Run Summary
28 failed [webkit] › 22-sharelink/access-to-sharelink.spec.ts:22:7 › Access to sharelink by guest › The sharelink page is successfully loaded [webkit] › 23-editor/saving.spec.ts:11:5 › Successfully create page under specific path ──────── [webkit] › 23-editor/saving.spec.ts:28:5 › Successfully updating a page using a shortcut on a previously created page [webkit] › 23-editor/template-modal.spec.ts:3:5 › Successfully select template and template locale [webkit] › 23-editor/with-navigation.spec.ts:11:5 › should not be cleared and should prevent GrantSelector from modified [webkit] › 23-editor/with-navigation.spec.ts:65:5 › Successfully updating the page body ──────── [webkit] › 40-admin/access-to-admin-page.spec.ts:3:5 › admin is successfully loaded ──────────── [webkit] › 40-admin/access-to-admin-page.spec.ts:10:5 › admin/app is successfully loaded ─────── [webkit] › 40-admin/access-to-admin-page.spec.ts:20:5 › admin/security is successfully loaded ── [webkit] › 40-admin/access-to-admin-page.spec.ts:28:5 › admin/markdown is successfully loaded ── [webkit] › 40-admin/access-to-admin-page.spec.ts:35:5 › admin/customize is successfully loaded ─ [webkit] › 40-admin/access-to-admin-page.spec.ts:41:5 › admin/importer is successfully loaded ── [webkit] › 40-admin/access-to-admin-page.spec.ts:47:5 › admin/export is successfully loaded ──── [webkit] › 40-admin/access-to-admin-page.spec.ts:53:5 › admin/notification is successfully loaded [webkit] › 40-admin/access-to-admin-page.spec.ts:61:5 › admin/slack-integration is successfully loaded [webkit] › 40-admin/access-to-admin-page.spec.ts:69:5 › admin/slack-integration-legacy is successfully loaded [webkit] › 40-admin/access-to-admin-page.spec.ts:75:5 › admin/users is successfully loaded ───── [webkit] › 40-admin/access-to-admin-page.spec.ts:82:5 › admin/user-groups is successfully loaded [webkit] › 40-admin/access-to-admin-page.spec.ts:89:5 › admin/search is successfully loaded ──── [webkit] › 60-home/home.spec.ts:4:5 › Visit User home ────────────────────────────────────────── [webkit] › 60-home/home.spec.ts:16:5 › Vist User settings ────────────────────────────────────── [webkit] › 60-home/home.spec.ts:28:5 › Open questionnaire modal ──────────────────────────────── [webkit] › 60-home/home.spec.ts:40:5 › Access User information ───────────────────────────────── [webkit] › 60-home/home.spec.ts:51:5 › Access External account ───────────────────────────────── [webkit] › 60-home/home.spec.ts:67:5 › Access Password setting ───────────────────────────────── [webkit] › 60-home/home.spec.ts:88:5 › Access API setting ────────────────────────────────────── [webkit] › 60-home/home.spec.ts:100:5 › Access In-App Notification setting ───────────────────── [webkit] › 60-home/home.spec.ts:112:5 › Acccess Other setting ────────────────────────────────── 1 flaky [webkit] › 22-sharelink/access-to-sharelink.spec.ts:8:7 › Access to sharelink by guest › Prepare sharelink 6 passed (20.8m)
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.
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.3s
Slow Test: apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 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 16.0s
Slow Test: apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 15.5s
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 41.5s
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 39.7s
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 42.6s
test-prod-node20 / run-playwright (webkit, 2/2)
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/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 15.9s

Artifacts

Produced during runtime
Name Size
Production Files (node18.x)
107 MB
Production Files (node20.x)
119 MB
cypress-report-21
28.2 KB
cypress-report-30
3.26 MB
cypress-report-50
1.7 MB