Skip to content

New events and meetups #633

New events and meetups

New events and meetups #633

Triggered via pull request November 14, 2025 11:34
Status Failure
Total duration 7m 18s
Artifacts 1

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover: test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover: test/e2e/community-events.spec.ts#L58
2) [chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover ───── Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for locator('canvas').first() 56 | const tooltip = page.getByRole("tooltip") 57 | await expect(tooltip).toHaveCount(0) > 58 | await mapCanvas.hover() | ^ 59 | const { clientX, clientY } = await page.evaluate(() => { 60 | const canvas = document.querySelector( 61 | "canvas", at test.timeout (/home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:58:21)
[chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover: test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover ───── Test timeout of 30000ms exceeded.
[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 ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Tearing down "context" exceeded the test timeout of 30000ms.
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works: test/e2e/community-events.spec.ts#L20
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('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('canvas').first() - locator resolved to <canvas aria-describedby="map-tooltip" aria-label="Interactive WebGL map of GraphQL meetups" class="block h-80 w-full animate-fade-in transition-opacity duration-150 ease-linear md:h-full"></canvas> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - Timeout 10000ms exceeded. 18 | // Take a screenshot of the map and verify it matches snapshot 19 | const mapContainer = page.locator("canvas").first() > 20 | await expect(mapContainer).toHaveScreenshot("meetups-map.png", { | ^ 21 | timeout: 10000, 22 | }) 23 | at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:20:30
[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 ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works: test/e2e/community-events.spec.ts#L20
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('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('canvas').first() - locator resolved to <canvas aria-describedby="map-tooltip" aria-label="Interactive WebGL map of GraphQL meetups" class="block h-80 w-full animate-fade-in transition-opacity duration-150 ease-linear md:h-full"></canvas> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - Timeout 10000ms exceeded. 18 | // Take a screenshot of the map and verify it matches snapshot 19 | const mapContainer = page.locator("canvas").first() > 20 | await expect(mapContainer).toHaveScreenshot("meetups-map.png", { | ^ 21 | timeout: 10000, 22 | }) 23 | at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:20:30
[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 ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works: test/e2e/community-events.spec.ts#L20
1) [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ─── Error: expect.toHaveScreenshot(meetups-map.png): Test timeout of 30000ms exceeded. 18 | // Take a screenshot of the map and verify it matches snapshot 19 | const mapContainer = page.locator("canvas").first() > 20 | await expect(mapContainer).toHaveScreenshot("meetups-map.png", { | ^ 21 | timeout: 10000, 22 | }) 23 | at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:20:3
[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 30000ms exceeded.
🎭 Playwright Run Summary
2 failed [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ──── [chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover ────── 5 passed (5.9m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
2.54 MB
sha256:7cb8aa403d082e5a869703a782b18f8f84afc33cee11efb91aaf031552654dbb