ci: fix env #3
Annotations
10 errors, 1 warning, and 1 notice
e2e/app.spec.ts#L1
1) [chromium] › app.spec.ts:10:1 › app journey ───────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/app.spec.ts#L14
1) [chromium] › app.spec.ts:10:1 › app journey ───────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'main' }).first()
12 |
13 | // Click the get started link.
> 14 | await page.getByRole('link', { name: 'main' }).first().click()
| ^
15 |
16 | // Expects page to have a heading with the name of Installation.
17 | await expect(page.getByRole('heading', { name: 'Navigation' })).toBeVisible()
at /home/runner/work/webpack5-react-template/webpack5-react-template/e2e/app.spec.ts:14:58
|
e2e/app.spec.ts#L1
1) [chromium] › app.spec.ts:10:1 › app journey ───────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/app.spec.ts#L14
1) [chromium] › app.spec.ts:10:1 › app journey ───────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'main' }).first()
12 |
13 | // Click the get started link.
> 14 | await page.getByRole('link', { name: 'main' }).first().click()
| ^
15 |
16 | // Expects page to have a heading with the name of Installation.
17 | await expect(page.getByRole('heading', { name: 'Navigation' })).toBeVisible()
at /home/runner/work/webpack5-react-template/webpack5-react-template/e2e/app.spec.ts:14:58
|
e2e/app.spec.ts#L1
1) [chromium] › app.spec.ts:10:1 › app journey ───────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/app.spec.ts#L14
1) [chromium] › app.spec.ts:10:1 › app journey ───────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'main' }).first()
12 |
13 | // Click the get started link.
> 14 | await page.getByRole('link', { name: 'main' }).first().click()
| ^
15 |
16 | // Expects page to have a heading with the name of Installation.
17 | await expect(page.getByRole('heading', { name: 'Navigation' })).toBeVisible()
at /home/runner/work/webpack5-react-template/webpack5-react-template/e2e/app.spec.ts:14:58
|
e2e/app.spec.ts#L1
2) [webkit] › app.spec.ts:10:1 › app journey ─────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/app.spec.ts#L14
2) [webkit] › app.spec.ts:10:1 › app journey ─────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'main' }).first()
12 |
13 | // Click the get started link.
> 14 | await page.getByRole('link', { name: 'main' }).first().click()
| ^
15 |
16 | // Expects page to have a heading with the name of Installation.
17 | await expect(page.getByRole('heading', { name: 'Navigation' })).toBeVisible()
at /home/runner/work/webpack5-react-template/webpack5-react-template/e2e/app.spec.ts:14:58
|
e2e/app.spec.ts#L1
2) [webkit] › app.spec.ts:10:1 › app journey ─────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/app.spec.ts#L14
2) [webkit] › app.spec.ts:10:1 › app journey ─────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'main' }).first()
12 |
13 | // Click the get started link.
> 14 | await page.getByRole('link', { name: 'main' }).first().click()
| ^
15 |
16 | // Expects page to have a heading with the name of Installation.
17 | await expect(page.getByRole('heading', { name: 'Navigation' })).toBeVisible()
at /home/runner/work/webpack5-react-template/webpack5-react-template/e2e/app.spec.ts:14:58
|
|
|
This job failed
Loading