Skip to content

New events and meetups #641

New events and meetups

New events and meetups #641

Triggered via pull request November 14, 2025 14:06
Status Failure
Total duration 7m 38s
Artifacts 1

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report: test/e2e/test-test.spec.ts#L19
3) [chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed Target page, context or browser has been closed Snapshot: webgl-report.png Call log: - Expect "toHaveScreenshot(webgl-report.png)" with timeout 5000ms - generating new stable screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - waiting 100ms before taking screenshot - Target page, context or browser has been closed 17 | 18 | await waitFor(2000) > 19 | expect(page).toHaveScreenshot("webgl-report.png") | ^ 20 | }) 21 | 22 | test("3. aquarium", async ({ page }) => { at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/test-test.spec.ts:19:18
[chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report: test/e2e/test-test.spec.ts#L19
3) [chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed Target page, context or browser has been closed Snapshot: webgl-report.png Call log: - Expect "toHaveScreenshot(webgl-report.png)" with timeout 5000ms - generating new stable screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - waiting 100ms before taking screenshot - Target page, context or browser has been closed 17 | 18 | await waitFor(2000) > 19 | expect(page).toHaveScreenshot("webgl-report.png") | ^ 20 | }) 21 | 22 | test("3. aquarium", async ({ page }) => { at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/test-test.spec.ts:19:18
[chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report: test/e2e/test-test.spec.ts#L19
3) [chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report ──────── Error: expect(page).toHaveScreenshot(expected) failed Target page, context or browser has been closed Snapshot: webgl-report.png Call log: - Expect "toHaveScreenshot(webgl-report.png)" with timeout 5000ms - generating new stable screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - Target page, context or browser has been closed 17 | 18 | await waitFor(2000) > 19 | expect(page).toHaveScreenshot("webgl-report.png") | ^ 20 | }) 21 | 22 | test("3. aquarium", async ({ page }) => { at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/test-test.spec.ts:19:18
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover: test/e2e/community-events.spec.ts#L43
2) [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover › Expect "poll toBe" Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timeout 5000ms exceeded while waiting on the predicate 41 | await mapContainer.scrollIntoViewIfNeeded() 42 | await expect(mapContainer).toBeVisible({ timeout: 10000 }) > 43 | await expect | ^ 44 | .poll(async () => { 45 | const box = await mapContainer.boundingBox() 46 | return Boolean(box && box.width > 100 && box.height > 100) at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:43:3
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover: test/e2e/community-events.spec.ts#L43
2) [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover › Expect "poll toBe" Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timeout 5000ms exceeded while waiting on the predicate 41 | await mapContainer.scrollIntoViewIfNeeded() 42 | await expect(mapContainer).toBeVisible({ timeout: 10000 }) > 43 | await expect | ^ 44 | .poll(async () => { 45 | const box = await mapContainer.boundingBox() 46 | return Boolean(box && box.width > 100 && box.height > 100) at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:43:3
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover: test/e2e/community-events.spec.ts#L43
2) [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover › Expect "poll toBe" Error: Timeout 5000ms exceeded while waiting on the predicate 41 | await mapContainer.scrollIntoViewIfNeeded() 42 | await expect(mapContainer).toBeVisible({ timeout: 10000 }) > 43 | await expect | ^ 44 | .poll(async () => { 45 | const box = await mapContainer.boundingBox() 46 | return Boolean(box && box.width > 100 && box.height > 100) at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:43:3
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works: test/e2e/community-events.spec.ts#L18
1) [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#meetups-map').locator('canvas').first() Timeout: 10000ms Timeout 10000ms exceeded. Snapshot: meetups-map.png Call log: - Expect "toHaveScreenshot(meetups-map.png)" with timeout 10000ms - generating new stable screenshot expectation - waiting for locator('#meetups-map').locator('canvas').first() - Timeout 10000ms exceeded. 16 | const mapContainer = page.locator("#meetups-map") 17 | await mapContainer.scrollIntoViewIfNeeded() > 18 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot( | ^ 19 | "meetups-map.png", 20 | { timeout: 10_000 }, 21 | ) at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:18:56
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works: test/e2e/community-events.spec.ts#L18
1) [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#meetups-map').locator('canvas').first() Timeout: 10000ms Timeout 10000ms exceeded. Snapshot: meetups-map.png Call log: - Expect "toHaveScreenshot(meetups-map.png)" with timeout 10000ms - generating new stable screenshot expectation - waiting for locator('#meetups-map').locator('canvas').first() - Timeout 10000ms exceeded. 16 | const mapContainer = page.locator("#meetups-map") 17 | await mapContainer.scrollIntoViewIfNeeded() > 18 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot( | ^ 19 | "meetups-map.png", 20 | { timeout: 10_000 }, 21 | ) at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:18:56
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works: test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ─── Error: Object with guid handle@0e0beadb75b16226e75106ea4ae610a2 was not bound in the connection
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works: test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ─── Test timeout of 60000ms exceeded.
🎭 Playwright Run Summary
4 failed [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ──── [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover ────── [chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report ───────── [chromium] › test/e2e/test-test.spec.ts:22:3 › Testing WebGL Support › 3. aquarium ───────────── 5 passed (6.1m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
7.05 MB
sha256:1c0b4a168484f7eff2e0b4e3980104a2f098254f1f378f373068a73d4b6b4420