Recuring live test #43
recuring-live-test.yml
on: workflow_dispatch
Matrix: e2e / e2e
report
14s
Annotations
8 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#L1
2) [chromium] › app.spec.ts:11:5 › Should load 3d globe ──────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › app.spec.ts:11:5 › Should load 3d globe:
packages/e2e/tests/app.spec.ts#L16
2) [chromium] › app.spec.ts:11:5 › Should load 3d globe ──────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('canvas') to be visible
14 | await page.goto("/");
15 |
> 16 | await page.waitForSelector("canvas");
| ^
17 |
18 | await page.screenshot({
19 | fullPage: true,
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:16:14
|
[chromium] › app.spec.ts:31:5 › Should be able to add timezone:
packages/e2e/tests/app.spec.ts#L1
3) [chromium] › app.spec.ts:31:5 › Should be able to add timezone ────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › app.spec.ts:31:5 › Should be able to add timezone:
packages/e2e/tests/app.spec.ts#L38
3) [chromium] › app.spec.ts:31: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')
36 | );
37 |
> 38 | await searchInputLocator.fill("malmo");
| ^
39 | await searchInputLocator.press("Enter");
40 |
41 | await expect(page.getByRole("listitem")).toHaveCount(2);
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:38:28
|
[chromium] › app.spec.ts:61:5 › Should be able to move slider:
packages/e2e/tests/app.spec.ts#L1
4) [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#L64
4) [chromium] › app.spec.ts:61:5 › Should be able to move slider ─────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Open date picker')
62 | await page.goto("/");
63 |
> 64 | await page.getByLabel("Open date picker").click();
| ^
65 | await page.getByLabel("date picker").fill("2024-02-01");
66 | await page.getByLabel("date picker").press("Enter");
67 |
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:64: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:31:5 › Should be able to add timezone ─────────────────────────────────
[chromium] › app.spec.ts:61:5 › Should be able to move slider ──────────────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-blob-report-chromium-1
Expired
|
4.64 KB |
|