New events and meetups #642
Annotations
10 errors and 1 notice
|
[chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report:
test/e2e/test-test.spec.ts#L19
3) [chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report ────────
Error: expect(page).toHaveScreenshot(expected) failed
Target page, context or browser has been closed
Snapshot: webgl-report.png
Call log:
- Expect "toHaveScreenshot(webgl-report.png)" with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Target page, context or browser has been closed
17 |
18 | await waitFor(2000)
> 19 | expect(page).toHaveScreenshot("webgl-report.png")
| ^
20 | })
21 |
22 | test("3. aquarium", async ({ page }) => {
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/test-test.spec.ts:19:18
|
|
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L43
2) [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 5000ms exceeded while waiting on the predicate
41 | await mapContainer.scrollIntoViewIfNeeded()
42 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
> 43 | await expect
| ^
44 | .poll(async () => {
45 | const box = await mapContainer.boundingBox()
46 | 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:43:3
|
|
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L52
2) [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 60000ms exceeded.
Call log:
- 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>
50 | await expect(tooltip).toHaveCount(0)
51 | const mapCanvas = mapContainer.locator("canvas").first()
> 52 | await mapCanvas.hover()
| ^
53 | const { clientX, clientY } = await page.evaluate(() => {
54 | const canvas = document.querySelector(
55 | "#meetups-map canvas",
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:52:19
|
|
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L42
2) [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover ─────
Error: expect(locator).toBeVisible() failed
Locator: locator('#meetups-map').first()
Expected: visible
Received: undefined
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('#meetups-map').first()
40 | const mapContainer = page.locator("#meetups-map").first()
41 | await mapContainer.scrollIntoViewIfNeeded()
> 42 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
| ^
43 | await expect
44 | .poll(async () => {
45 | const box = await mapContainer.boundingBox()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:42:30
|
|
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover ─────
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#L18
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('#meetups-map').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('#meetups-map').locator('canvas').first()
- Timeout 10000ms exceeded.
16 | const mapContainer = page.locator("#meetups-map")
17 | await mapContainer.scrollIntoViewIfNeeded()
> 18 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot(
| ^
19 | "meetups-map.png",
20 | { timeout: 10_000 },
21 | )
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:18:56
|
|
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works:
test/e2e/community-events.spec.ts#L18
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('#meetups-map').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('#meetups-map').locator('canvas').first()
- Timeout 10000ms exceeded.
16 | const mapContainer = page.locator("#meetups-map")
17 | await mapContainer.scrollIntoViewIfNeeded()
> 18 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot(
| ^
19 | "meetups-map.png",
20 | { timeout: 10_000 },
21 | )
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:18:56
|
|
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works:
test/e2e/community-events.spec.ts#L17
1) [chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ───
Error: locator.scrollIntoViewIfNeeded: Test timeout of 60000ms exceeded.
Call log:
- attempting scroll into view action
- waiting for element to be stable
15 |
16 | const mapContainer = page.locator("#meetups-map")
> 17 | await mapContainer.scrollIntoViewIfNeeded()
| ^
18 | await expect(mapContainer.locator("canvas").first()).toHaveScreenshot(
19 | "meetups-map.png",
20 | { timeout: 10_000 },
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:17:22
|
|
[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
4 failed
[chromium] › test/e2e/community-events.spec.ts:3:1 › map loads and Zurich meetup link works ────
[chromium] › test/e2e/community-events.spec.ts:38:1 › map tooltip appears on marker hover ──────
[chromium] › test/e2e/test-test.spec.ts:15:3 › Testing WebGL Support › 2. webgl report ─────────
[chromium] › test/e2e/test-test.spec.ts:22:3 › Testing WebGL Support › 3. aquarium ─────────────
5 passed (7.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
7.04 MB |
sha256:45f7986e62c5630d2424b715ff6bc39a675787510709ad56e7caa6d90d67adf8
|
|