fix: Replace tests with playwright (30-search/30-search--search.cy.ts) #13114
Annotations
4 errors, 2 warnings, and 1 notice
apps/app/playwright/30-search/search.spec.ts#L21
1) [firefox] › 30-search/search.spec.ts:14:5 › Search page with "q" param is successfully loaded ─
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('connection-status-badge-connected')
Expected string: "CONNECTED"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByTestId('connection-status-badge-connected')
19 | await expect(page.getByTestId('search-result-base')).toBeVisible();
20 |
> 21 | await expect(page.getByTestId('connection-status-badge-connected')).toHaveText('CONNECTED');
| ^
22 |
23 |
24 | // await expect(page.getByTestId('search-result-list')).toBeVisible();
at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:71
|
apps/app/playwright/30-search/search.spec.ts#L21
1) [firefox] › 30-search/search.spec.ts:14:5 › Search page with "q" param is successfully loaded ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('connection-status-badge-connected')
Expected string: "CONNECTED"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByTestId('connection-status-badge-connected')
19 | await expect(page.getByTestId('search-result-base')).toBeVisible();
20 |
> 21 | await expect(page.getByTestId('connection-status-badge-connected')).toHaveText('CONNECTED');
| ^
22 |
23 |
24 | // await expect(page.getByTestId('search-result-list')).toBeVisible();
at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:71
|
apps/app/playwright/30-search/search.spec.ts#L21
1) [firefox] › 30-search/search.spec.ts:14:5 › Search page with "q" param is successfully loaded ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('connection-status-badge-connected')
Expected string: "CONNECTED"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByTestId('connection-status-badge-connected')
19 | await expect(page.getByTestId('search-result-base')).toBeVisible();
20 |
> 21 | await expect(page.getByTestId('connection-status-badge-connected')).toHaveText('CONNECTED');
| ^
22 |
23 |
24 | // await expect(page.getByTestId('search-result-list')).toBeVisible();
at /__w/growi/growi/apps/app/playwright/30-search/search.spec.ts:21:71
|
|
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/
|
apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 16.4s
|
|
This job failed
Loading