Skip to content

fix: Replace tests with playwright (30-search/30-search--search.cy.ts) #13109

fix: Replace tests with playwright (30-search/30-search--search.cy.ts)

fix: Replace tests with playwright (30-search/30-search--search.cy.ts) #13109

Triggered via pull request August 9, 2024 03:42
Status Failure
Total duration 16m 4s
Artifacts 5

ci-app-prod.yml

on: pull_request
test-prod-node18  /  build-prod
2m 30s
test-prod-node18 / build-prod
test-prod-node20  /  build-prod
2m 34s
test-prod-node20 / build-prod
test-prod-node18  /  launch-prod
1m 40s
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
3m 17s
run-reg-suit-node20 / run-reg-suit
Fit to window
Zoom out
Zoom in

Annotations

33 errors, 15 warnings, and 11 notices
test-prod-node20 / run-cypress (50)
Cypress tests: 1 failed
[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
[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
[chromium] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [chromium] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[chromium] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [chromium] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[chromium] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [chromium] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[chromium] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [chromium] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ───────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[chromium] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [chromium] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[chromium] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [chromium] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ───────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[chromium] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [chromium] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ───────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[chromium] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [chromium] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[chromium] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [chromium] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[chromium] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance: apps/app/playwright/30-search/search.spec.ts#L138
4) [chromium] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance ────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[webkit] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [webkit] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[webkit] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [webkit] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[webkit] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [webkit] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[webkit] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [webkit] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ─────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[webkit] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [webkit] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[webkit] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [webkit] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ─────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[webkit] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [webkit] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ─────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[webkit] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [webkit] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[webkit] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [webkit] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ─────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[webkit] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance: apps/app/playwright/30-search/search.spec.ts#L138
4) [webkit] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance ──────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[firefox] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [firefox] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ─ Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[firefox] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [firefox] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[firefox] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L37
1) [firefox] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 35 | await expect(page.getByTestId('search-result-base')).toBeVisible(); 36 | > 37 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 38 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 39 | await expect(page.locator('.wiki')).toBeVisible(); 40 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:37:56
[firefox] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [firefox] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[firefox] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [firefox] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[firefox] › 30-search/search.spec.ts:43:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L49
2) [firefox] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 47 | // Confirm search result elements are visible 48 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 49 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 50 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 51 | await expect(page.locator('.wiki')).toBeVisible(); 52 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:49:56
[firefox] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [firefox] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[firefox] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [firefox] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[firefox] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L138
3) [firefox] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
[firefox] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance: apps/app/playwright/30-search/search.spec.ts#L138
4) [firefox] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance ─────────── Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('search-result-list') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByTestId('search-result-list') 136 | 137 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 138 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 139 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 140 | 141 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:138:58
🎭 Playwright Run Summary
3 passed (11.9s)
🎭 Playwright Run Summary
1 flaky [firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ────────────────────────── 42 passed (2.2m)
🎭 Playwright Run Summary
3 passed (12.5s)
🎭 Playwright Run Summary
43 passed (2.1m)
🎭 Playwright Run Summary
1 flaky [chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ───────────────────────── 42 passed (2.2m)
🎭 Playwright Run Summary
1 passed (10.8s)
🎭 Playwright Run Summary
3 passed (11.9s)
🎭 Playwright Run Summary
12 failed [chromium] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ─ [chromium] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ────────────────────────────── [chromium] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ────────── [chromium] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance ─────────── [chromium] › 30-search/search.spec.ts:160:7 › Sort with dropdown › Sort by creation date ─────── [chromium] › 30-search/search.spec.ts:171:7 › Sort with dropdown › Sort by last update date ──── [chromium] › 30-search/search.spec.ts:195:7 › Search and use › Successfully the dropdown is opened [chromium] › 30-search/search.spec.ts:199:7 › Search and use › Successfully add bookmark ─────── [chromium] › 30-search/search.spec.ts:210:7 › Search and use › Successfully open duplicate modal [chromium] › 30-search/search.spec.ts:220:7 › Search and use › Successfully open move/rename modal [chromium] › 30-search/search.spec.ts:230:7 › Search and use › Successfully open delete modal ── [chromium] › 30-search/search.spec.ts:241:5 › Search current tree by word is successfully loaded 30 passed (6.5m)
🎭 Playwright Run Summary
1 passed (10.8s)
🎭 Playwright Run Summary
12 failed [webkit] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ─── [webkit] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ──────────────────────────────── [webkit] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ──────────── [webkit] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance ───────────── [webkit] › 30-search/search.spec.ts:160:7 › Sort with dropdown › Sort by creation date ───────── [webkit] › 30-search/search.spec.ts:171:7 › Sort with dropdown › Sort by last update date ────── [webkit] › 30-search/search.spec.ts:195:7 › Search and use › Successfully the dropdown is opened [webkit] › 30-search/search.spec.ts:199:7 › Search and use › Successfully add bookmark ───────── [webkit] › 30-search/search.spec.ts:210:7 › Search and use › Successfully open duplicate modal ─ [webkit] › 30-search/search.spec.ts:220:7 › Search and use › Successfully open move/rename modal [webkit] › 30-search/search.spec.ts:230:7 › Search and use › Successfully open delete modal ──── [webkit] › 30-search/search.spec.ts:241:5 › Search current tree by word is successfully loaded ─ 30 passed (6.5m)
🎭 Playwright Run Summary
12 failed [firefox] › 30-search/search.spec.ts:30:5 › Search page with "q" param is successfully loaded ── [firefox] › 30-search/search.spec.ts:43:5 › checkboxes behaviors ─────────────────────────────── [firefox] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Open sort dropdown ─────────── [firefox] › 30-search/search.spec.ts:149:7 › Sort with dropdown › Sort by relevance ──────────── [firefox] › 30-search/search.spec.ts:160:7 › Sort with dropdown › Sort by creation date ──────── [firefox] › 30-search/search.spec.ts:171:7 › Sort with dropdown › Sort by last update date ───── [firefox] › 30-search/search.spec.ts:195:7 › Search and use › Successfully the dropdown is opened [firefox] › 30-search/search.spec.ts:199:7 › Search and use › Successfully add bookmark ──────── [firefox] › 30-search/search.spec.ts:210:7 › Search and use › Successfully open duplicate modal [firefox] › 30-search/search.spec.ts:220:7 › Search and use › Successfully open move/rename modal [firefox] › 30-search/search.spec.ts:230:7 › Search and use › Successfully open delete modal ─── [firefox] › 30-search/search.spec.ts:241:5 › Search current tree by word is successfully loaded 30 passed (6.7m)
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 / 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/[firefox] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts took 39.2s
Slow Test: apps/app/[firefox] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts took 18.6s
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.4s
Slow Test: apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 19.8s
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.3s
Slow Test: apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 18.5s
test-prod-node20 / run-playwright (chromium, 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/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 15.9s
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] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 16.1s
test-prod-node20 / run-playwright (firefox, 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/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 17.3s

Artifacts

Produced during runtime
Name Size
Production Files (node18.x)
108 MB
Production Files (node20.x)
116 MB
cypress-report-21
28.2 KB
cypress-report-30
3.23 MB
cypress-report-50
1.69 MB