New events and meetups #640
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 ─────
Error: Object with guid handle@ec2c271696599502e3150fd4cf176d25 was not bound in the connection
|
|
[chromium] › test/e2e/community-events.spec.ts:44:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L48
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
46 | const mapCanvas = page.locator("canvas").first()
47 | await expect(mapCanvas).toBeVisible({ timeout: 10000 })
> 48 | await expect
| ^
49 | .poll(async () => {
50 | const box = await mapCanvas.boundingBox()
51 | 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:48: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 ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('canvas').first()
Timeout: 20000ms
Timeout 20000ms exceeded.
Snapshot: meetups-map.png
Call log:
- Expect "toHaveScreenshot(meetups-map.png)" with timeout 20000ms
- 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 20000ms 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: 20_000,
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 60000ms 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: 20000ms
Timeout 20000ms exceeded.
Snapshot: meetups-map.png
Call log:
- Expect "toHaveScreenshot(meetups-map.png)" with timeout 20000ms
- 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 20000ms 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: 20_000,
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 60000ms 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 #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms 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: 20000ms
Timeout 20000ms exceeded.
Snapshot: meetups-map.png
Call log:
- Expect "toHaveScreenshot(meetups-map.png)" with timeout 20000ms
- 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 20000ms 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: 20_000,
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.
|
|
[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 ──────
7 passed (10.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
2.58 MB |
sha256:0f69f4d2b3c9b0a6f42e9d027716cfce39bb6a80ee1202121b1d6a03db44c77f
|
|