Skip to content

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

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

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

Triggered via pull request August 8, 2024 09:09
Status Failure
Total duration 15m 7s
Artifacts 5

ci-app-prod.yml

on: pull_request
test-prod-node18  /  build-prod
1m 59s
test-prod-node18 / build-prod
test-prod-node20  /  build-prod
1m 56s
test-prod-node20 / build-prod
test-prod-node18  /  launch-prod
1m 31s
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 30s
test-prod-node20 / launch-prod
run-reg-suit-node20  /  run-reg-suit
1m 59s
run-reg-suit-node20 / run-reg-suit
Fit to window
Zoom out
Zoom in

Annotations

33 errors, 16 warnings, and 11 notices
test-prod-node20 / run-cypress (50)
Cypress tests: 1 failed
[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
[firefox] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [firefox] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[firefox] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [firefox] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[firefox] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [firefox] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[firefox] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [firefox] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[firefox] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [firefox] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[firefox] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [firefox] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[firefox] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L90
3) [firefox] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag 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') 88 | // Confirm search result elements are visible 89 | const searchResultList = page.getByTestId('search-result-list'); > 90 | await expect(searchResultList).toBeVisible(); | ^ 91 | await expect(searchResultList.locator('li')).toHaveCount(1); 92 | }); 93 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:90:36
[firefox] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [firefox] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
[firefox] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [firefox] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
[firefox] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [firefox] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
[webkit] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [webkit] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[webkit] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [webkit] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[webkit] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [webkit] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[webkit] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [webkit] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[webkit] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [webkit] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[webkit] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [webkit] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[webkit] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L90
3) [webkit] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag 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') 88 | // Confirm search result elements are visible 89 | const searchResultList = page.getByTestId('search-result-list'); > 90 | await expect(searchResultList).toBeVisible(); | ^ 91 | await expect(searchResultList.locator('li')).toHaveCount(1); 92 | }); 93 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:90:36
[webkit] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [webkit] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
[webkit] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [webkit] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
[webkit] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [webkit] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
[chromium] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [chromium] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[chromium] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [chromium] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[chromium] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L9
1) [chromium] › 30-search/search.spec.ts:3: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') 7 | // Confirm search result elements are visible 8 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 9 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 10 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 11 | await expect(page.locator('.wiki')).toBeVisible(); 12 | }); at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:9:56
[chromium] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [chromium] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[chromium] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [chromium] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[chromium] › 30-search/search.spec.ts:15:5 › checkboxes behaviors: apps/app/playwright/30-search/search.spec.ts#L21
2) [chromium] › 30-search/search.spec.ts:15: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') 19 | // Confirm search result elements are visible 20 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 21 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 22 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 23 | await expect(page.locator('.wiki')).toBeVisible(); 24 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:56
[chromium] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag is successfully loaded: apps/app/playwright/30-search/search.spec.ts#L90
3) [chromium] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag 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') 88 | // Confirm search result elements are visible 89 | const searchResultList = page.getByTestId('search-result-list'); > 90 | await expect(searchResultList).toBeVisible(); | ^ 91 | await expect(searchResultList.locator('li')).toHaveCount(1); 92 | }); 93 | at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:90:36
[chromium] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [chromium] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
[chromium] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [chromium] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
[chromium] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown: apps/app/playwright/30-search/search.spec.ts#L110
4) [chromium] › 30-search/search.spec.ts:117: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') 108 | 109 | await expect(page.getByTestId('search-result-base')).toBeVisible(); > 110 | await expect(page.getByTestId('search-result-list')).toBeVisible(); | ^ 111 | await expect(page.getByTestId('search-result-content')).toBeVisible(); 112 | 113 | // open sort dropdown at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:110:58
run-reg-suit-node20 / run-reg-suit
Unable to download artifact(s): Failed to GetSignedArtifactURL: Unable to make request: ECONNRESET If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github
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 40.7s
Slow Test: apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 19.4s
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.9s
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.8s
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 39.0s
Slow Test: apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 18.4s
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 16.3s
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.7s
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 16.4s
run-reg-suit-node20 / run-reg-suit
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/
🎭 Playwright Run Summary
44 passed (2.1m)
🎭 Playwright Run Summary
1 passed (10.6s)
🎭 Playwright Run Summary
3 passed (12.2s)
🎭 Playwright Run Summary
3 passed (12.3s)
🎭 Playwright Run Summary
44 passed (2.1m)
🎭 Playwright Run Summary
3 passed (11.8s)
🎭 Playwright Run Summary
1 flaky [webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ─────────────────────────── 43 passed (2.3m)
🎭 Playwright Run Summary
13 failed [firefox] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded ─── [firefox] › 30-search/search.spec.ts:15:5 › checkboxes behaviors ─────────────────────────────── [firefox] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag is successfully loaded [firefox] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown ─────────── [firefox] › 30-search/search.spec.ts:121:7 › Sort with dropdown › Sort by relevance ──────────── [firefox] › 30-search/search.spec.ts:133:7 › Sort with dropdown › Sort by creation date ──────── [firefox] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Sort by last update date ───── [firefox] › 30-search/search.spec.ts:170:7 › Search and use › Successfully the dropdown is opened [firefox] › 30-search/search.spec.ts:174:7 › Search and use › Successfully add bookmark ──────── [firefox] › 30-search/search.spec.ts:185:7 › Search and use › Successfully open duplicate modal [firefox] › 30-search/search.spec.ts:195:7 › Search and use › Successfully open move/rename modal [firefox] › 30-search/search.spec.ts:205:7 › Search and use › Successfully open delete modal ─── [firefox] › 30-search/search.spec.ts:216:5 › Search current tree by word is successfully loaded 1 flaky [firefox] › 30-search/search.spec.ts:66:7 › Search all pages › Successfully created tags ─────── 1 did not run 28 passed (7.7m)
🎭 Playwright Run Summary
13 failed [webkit] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded ──── [webkit] › 30-search/search.spec.ts:15:5 › checkboxes behaviors ──────────────────────────────── [webkit] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag is successfully loaded [webkit] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown ──────────── [webkit] › 30-search/search.spec.ts:121:7 › Sort with dropdown › Sort by relevance ───────────── [webkit] › 30-search/search.spec.ts:133:7 › Sort with dropdown › Sort by creation date ───────── [webkit] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Sort by last update date ────── [webkit] › 30-search/search.spec.ts:170:7 › Search and use › Successfully the dropdown is opened [webkit] › 30-search/search.spec.ts:174:7 › Search and use › Successfully add bookmark ───────── [webkit] › 30-search/search.spec.ts:185:7 › Search and use › Successfully open duplicate modal ─ [webkit] › 30-search/search.spec.ts:195:7 › Search and use › Successfully open move/rename modal [webkit] › 30-search/search.spec.ts:205:7 › Search and use › Successfully open delete modal ──── [webkit] › 30-search/search.spec.ts:216:5 › Search current tree by word is successfully loaded ─ 1 flaky [webkit] › 30-search/search.spec.ts:66:7 › Search all pages › Successfully created tags ──────── 1 did not run 28 passed (7.7m)
🎭 Playwright Run Summary
13 failed [chromium] › 30-search/search.spec.ts:3:5 › Search page with "q" param is successfully loaded ── [chromium] › 30-search/search.spec.ts:15:5 › checkboxes behaviors ────────────────────────────── [chromium] › 30-search/search.spec.ts:79:7 › Search all pages › Search all pages by tag is successfully loaded [chromium] › 30-search/search.spec.ts:117:7 › Sort with dropdown › Open sort dropdown ────────── [chromium] › 30-search/search.spec.ts:121:7 › Sort with dropdown › Sort by relevance ─────────── [chromium] › 30-search/search.spec.ts:133:7 › Sort with dropdown › Sort by creation date ─────── [chromium] › 30-search/search.spec.ts:145:7 › Sort with dropdown › Sort by last update date ──── [chromium] › 30-search/search.spec.ts:170:7 › Search and use › Successfully the dropdown is opened [chromium] › 30-search/search.spec.ts:174:7 › Search and use › Successfully add bookmark ─────── [chromium] › 30-search/search.spec.ts:185:7 › Search and use › Successfully open duplicate modal [chromium] › 30-search/search.spec.ts:195:7 › Search and use › Successfully open move/rename modal [chromium] › 30-search/search.spec.ts:205:7 › Search and use › Successfully open delete modal ── [chromium] › 30-search/search.spec.ts:216:5 › Search current tree by word is successfully loaded 1 flaky [chromium] › 30-search/search.spec.ts:66:7 › Search all pages › Successfully created tags ────── 1 did not run 28 passed (7.7m)
🎭 Playwright Run Summary
1 passed (10.7s)

Artifacts

Produced during runtime
Name Size
Production Files (node18.x) Expired
103 MB
Production Files (node20.x) Expired
104 MB
cypress-report-21 Expired
28.2 KB
cypress-report-30 Expired
3.23 MB
cypress-report-50 Expired
1.71 MB