Recuring live test #41
recuring-live-test.yml
on: workflow_dispatch
Matrix: e2e / e2e
report
20s
Annotations
7 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"
- 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:11:5 › Should load 3d globe:
packages/e2e/tests/app.spec.ts#L12
2) [chromium] › app.spec.ts:11:5 › Should load 3d globe ──────────────────────────────────────────
Error:
10 |
11 | test("Should load 3d globe", async ({ page, browserName }) => {
> 12 | throw new Error("");
| ^
13 |
14 | page.on("console", (msg) => console.log(msg.text()));
15 |
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:12:9
|
[chromium] › app.spec.ts:33:5 › Should be able to add timezone:
packages/e2e/tests/app.spec.ts#L1
3) [chromium] › app.spec.ts:33:5 › Should be able to add timezone ────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › app.spec.ts:33:5 › Should be able to add timezone:
packages/e2e/tests/app.spec.ts#L40
3) [chromium] › app.spec.ts:33:5 › Should be able to add timezone ────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('Add your teammate\'s timezone')
38 | );
39 |
> 40 | await searchInputLocator.fill("malmo");
| ^
41 | await searchInputLocator.press("Enter");
42 |
43 | await expect(page.getByRole("listitem")).toHaveCount(2);
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:40:28
|
[chromium] › app.spec.ts:63:5 › Should be able to move slider:
packages/e2e/tests/app.spec.ts#L1
4) [chromium] › app.spec.ts:63:5 › Should be able to move slider ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › app.spec.ts:63:5 › Should be able to move slider:
packages/e2e/tests/app.spec.ts#L66
4) [chromium] › app.spec.ts:63:5 › Should be able to move slider ─────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Open date picker')
64 | await page.goto("/");
65 |
> 66 | await page.getByLabel("Open date picker").click();
| ^
67 | await page.getByLabel("date picker").fill("2024-02-01");
68 | await page.getByLabel("date picker").press("Enter");
69 |
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:66:45
|
e2e / e2e (chromium, 1)
Process completed with exit code 1.
|
e2e / e2e (chromium, 1)
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
4 failed
[chromium] › app.spec.ts:3:5 › Should load timezone lines ──────────────────────────────────────
[chromium] › app.spec.ts:11:5 › Should load 3d globe ───────────────────────────────────────────
[chromium] › app.spec.ts:33:5 › Should be able to add timezone ─────────────────────────────────
[chromium] › app.spec.ts:63:5 › Should be able to move slider ──────────────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-blob-report-chromium-1
Expired
|
4.5 KB |
|