New events and meetups #646
Annotations
10 errors and 1 notice
|
[chromium] › test/e2e/community-events.spec.ts:37:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L40
2) [chromium] › test/e2e/community-events.spec.ts:37: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()
- 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...
- Timeout 15000ms exceeded.
38 | const mapContainer = page.locator("#meetups-map").first()
39 | await mapContainer.scrollIntoViewIfNeeded()
> 40 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot(
| ^
41 | "meetups-map.png",
42 | { timeout: 15_000 },
43 | )
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:40:56
|
|
[chromium] › test/e2e/community-events.spec.ts:37:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:37:1 › map matches screenshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 35000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:37:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L40
2) [chromium] › test/e2e/community-events.spec.ts:37:1 › map matches screenshot ──────────────────
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()
- locator resolved to <canvas width="845" height="590" 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>
- Timeout 15000ms exceeded.
38 | const mapContainer = page.locator("#meetups-map").first()
39 | await mapContainer.scrollIntoViewIfNeeded()
> 40 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot(
| ^
41 | "meetups-map.png",
42 | { timeout: 15_000 },
43 | )
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:40:56
|
|
[chromium] › test/e2e/community-events.spec.ts:37:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:37:1 › map matches screenshot ──────────────────
Test timeout of 35000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L25
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 35000ms exceeded.
Call log:
- waiting for getByRole('link', { name: /Zurich/i }).first()
23 |
24 | const link = page.getByRole("link", { name: /Zurich/i }).first()
> 25 | await link.scrollIntoViewIfNeeded()
| ^
26 |
27 | await link.click()
28 |
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:25: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 35000ms 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 35000ms exceeded.
Call log:
- waiting for locator('text=Past events & meetups')
- locator resolved to visible <h2 class="typography-h2">Past events & meetups</h2>
20 |
21 | const pastEventsSection = page.locator("text=Past events & meetups")
> 22 | await pastEventsSection.scrollIntoViewIfNeeded()
| ^
23 |
24 | const link = page.getByRole("link", { name: /Zurich/i }).first()
25 | await link.scrollIntoViewIfNeeded()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:22: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 ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 35000ms 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.focus: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('#meetups-map')
17 |
18 | const mapContainer = page.locator("#meetups-map")
> 19 | await mapContainer.focus()
| ^
20 |
21 | const pastEventsSection = page.locator("text=Past events & meetups")
22 | await pastEventsSection.scrollIntoViewIfNeeded()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:19:22
|
|
[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 35000ms 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:37:1 › map matches screenshot ───────────────────
[chromium] › test/e2e/community-events.spec.ts:46:1 › map tooltip appears on marker hover ──────
5 passed (8.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.52 MB |
sha256:6d9e162eec91365ebaf8c834f85ed4284b8c4ee93f124cf7247cb9be1946df6c
|
|