Recuring live test #4
Annotations
5 errors, 1 warning, and 1 notice
[chromium] › app.spec.ts:3:5 › Should load timezone lines:
packages/e2e/tests/app.spec.ts#L8
1) [chromium] › app.spec.ts:3:5 › Should load timezone lines ─────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('listitem')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('listitem')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
6 | await expect(page.getByText("loading...")).not.toBeVisible();
7 |
> 8 | await expect(page.getByRole("listitem")).toHaveCount(1);
| ^
9 | });
10 |
11 | test("Should load 3d globe", async ({ page, browserName }) => {
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:8:44
|
[chromium] › app.spec.ts:31:5 › Should be able to add timezone:
packages/e2e/tests/app.spec.ts#L41
2) [chromium] › app.spec.ts:31:5 › Should be able to add timezone ────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('listitem')
Expected: 2
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('listitem')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
39 | await searchInputLocator.press("Enter");
40 |
> 41 | await expect(page.getByRole("listitem")).toHaveCount(2);
| ^
42 |
43 | const itemLabels = await page
44 | .getByRole("listitem")
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:41:44
|
[chromium] › app.spec.ts:61:5 › Should be able to move slider:
packages/e2e/tests/app.spec.ts#L1
3) [chromium] › app.spec.ts:61:5 › Should be able to move slider ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › app.spec.ts:61:5 › Should be able to move slider:
packages/e2e/tests/app.spec.ts#L71
3) [chromium] › app.spec.ts:61:5 › Should be able to move slider ─────────────────────────────────
Error: locator.textContent: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-test-id="flying-date"]')
69 |
70 | {
> 71 | const date = await flyingDateLocator.textContent();
| ^
72 | expect(date).toBe("February 1 at 12:00 PM");
73 | }
74 |
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:71:42
|
e2e / e2e (1/1, chromium)
Process completed with exit code 1.
|
e2e / e2e (1/1, chromium)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
3 failed
[chromium] › app.spec.ts:3:5 › Should load timezone lines ──────────────────────────────────────
[chromium] › app.spec.ts:31:5 › Should be able to add timezone ─────────────────────────────────
[chromium] › app.spec.ts:61:5 › Should be able to move slider ──────────────────────────────────
1 passed (57.6s)
|