New events and meetups #648
Annotations
10 errors and 1 notice
|
[chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L39
2) [chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot ──────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Timeout: 15000ms
Timeout 15000ms exceeded.
Snapshot: meetups-map.png
Call log:
- Expect "toHaveScreenshot(meetups-map.png)" with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('#meetups-map').first().locator('canvas').first()
- Timeout 15000ms exceeded.
37 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
38 | await page.waitForTimeout(1500) // we need to wait until Playwright finishes scrolling...
> 39 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot(
| ^
40 | "meetups-map.png",
41 | { timeout: 15_000 },
42 | )
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:39:56
|
|
[chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L39
2) [chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Timeout: 15000ms
Timeout 15000ms exceeded.
Snapshot: meetups-map.png
Call log:
- Expect "toHaveScreenshot(meetups-map.png)" with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('#meetups-map').first().locator('canvas').first()
- Timeout 15000ms exceeded.
37 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
38 | await page.waitForTimeout(1500) // we need to wait until Playwright finishes scrolling...
> 39 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot(
| ^
40 | "meetups-map.png",
41 | { timeout: 15_000 },
42 | )
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:39:56
|
|
[chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L36
2) [chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot ──────────────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 60000ms exceeded.
Call log:
- attempting scroll into view action
- waiting for element to be stable
34 | test("map matches screenshot", async ({ page }) => {
35 | const mapContainer = page.locator("#meetups-map").first()
> 36 | await mapContainer.scrollIntoViewIfNeeded()
| ^
37 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
38 | await page.waitForTimeout(1500) // we need to wait until Playwright finishes scrolling...
39 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot(
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:36:22
|
|
[chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot ──────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L22
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('link', { name: /Zurich/i }).first()
20 |
21 | const link = page.getByRole("link", { name: /Zurich/i }).first()
> 22 | await link.scrollIntoViewIfNeeded()
| ^
23 |
24 | await link.click()
25 |
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:22:14
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L22
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('link', { name: /Zurich/i }).first()
20 |
21 | const link = page.getByRole("link", { name: /Zurich/i }).first()
> 22 | await link.scrollIntoViewIfNeeded()
| ^
23 |
24 | await link.click()
25 |
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:22:14
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L19
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 60000ms exceeded.
Call log:
- attempting scroll into view action
- waiting for element to be stable
17 |
18 | const pastEventsSection = page.getByText("Past events & meetups")
> 19 | await pastEventsSection.scrollIntoViewIfNeeded()
| ^
20 |
21 | const link = page.getByRole("link", { name: /Zurich/i }).first()
22 | await link.scrollIntoViewIfNeeded()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:19:27
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Test timeout of 60000ms exceeded.
|
|
🎭 Playwright Run Summary
3 failed
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ──────────────────
[chromium] › test/e2e/community-events.spec.ts:34:1 › map matches screenshot ───────────────────
[chromium] › test/e2e/community-events.spec.ts:45:1 › map tooltip appears on marker hover ──────
5 passed (8.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.55 MB |
sha256:4212fe242a859702caea0cdb16428b691a9ab9900ba367344038937548ff68da
|
|