New events and meetups #634
check.yml
on: pull_request
check
1m 5s
playwright
6m 45s
Annotations
9 errors and 1 notice
|
playwright
Process completed with exit code 1.
|
|
[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 ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 60000ms exceeded.
Call log:
- 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>
- attempting hover action
- waiting for element to be visible and stable
- element is visible and stable
- scrolling into view if needed
- done scrolling
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 ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L59
2) [chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: Test timeout of 60000ms exceeded.
57 | await expect(tooltip).toHaveCount(0)
58 | await mapCanvas.hover()
> 59 | const { clientX, clientY } = await page.evaluate(() => {
| ^
60 | const canvas = document.querySelector(
61 | "canvas",
62 | ) as HTMLCanvasElement | null
at test.timeout (/home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:59:45)
|
|
[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 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L50
2) [chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover ─────
Error: Timeout 5000ms exceeded while waiting on the predicate
48 | const mapCanvas = page.locator("canvas").first()
49 | await expect(mapCanvas).toBeVisible({ timeout: 10000 })
> 50 | await expect
| ^
51 | .poll(async () => {
52 | const box = await mapCanvas.boundingBox()
53 | return Boolean(box && box.width > 100 && box.height > 100)
at test.timeout (/home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:50:5)
|
|
[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: A snapshot doesn't exist at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts-snapshots/meetups-map-chromium-linux.png, writing actual.
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#L20
1) [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ───
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()
- 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 ───
Test timeout of 60000ms 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.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
2.93 MB |
sha256:dab8236ff39dba92b6681a65ce9b691c87a52556cb6fdce8788a5112448f2095
|
|