New events and meetups #630
check.yml
on: pull_request
check
1m 2s
playwright
6m 19s
Annotations
10 errors, 1 warning, and 1 notice
|
[chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L56
2) [chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('canvas').first()
54 | const tooltip = page.getByRole("tooltip")
55 | await expect(tooltip).toHaveCount(0)
> 56 | await mapCanvas.hover()
| ^
57 | const { clientX, clientY } = await page.evaluate(() => {
58 | const canvas = document.querySelector("canvas") as HTMLCanvasElement | null
59 | if (!canvas) throw new Error("Canvas not found")
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:56:19
|
|
[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#L56
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()
- 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
54 | const tooltip = page.getByRole("tooltip")
55 | await expect(tooltip).toHaveCount(0)
> 56 | await mapCanvas.hover()
| ^
57 | const { clientX, clientY } = await page.evaluate(() => {
58 | const canvas = document.querySelector("canvas") as HTMLCanvasElement | null
59 | if (!canvas) throw new Error("Canvas not found")
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:56:19
|
|
[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#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()
- 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(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 ───
Test timeout of 30000ms exceeded.
|
|
playwright
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 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 (4.7m)
|