New events and meetups #649
Annotations
10 errors and 1 notice
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L11
3) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('link', { name: /Zurich/i }).first()
- locator resolved to <a target="_blank" data-index="18" rel="noreferrer" href="https://www.meetup.com/graphql-zurich" title="Zurich, Switzerland — GraphQL Zurich" class="gql-focus-visible gql-focus-visible group/li flex items-center justify-between gap-3 border-b border-neu-300 px-3 py-2 text-sm text-neu-800 transition-colors last:border-0 hover:bg-neu-200 hover:duration-0 dark:hover:bg-neu-900/5">…</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
9 | await link.scrollIntoViewIfNeeded()
10 |
> 11 | await link.click()
| ^
12 |
13 | const pagePromise = page.context().waitForEvent("page")
14 | await link.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:11:14
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L0
3) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:43:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L47
2) [chromium] › test/e2e/community-events.spec.ts:43:1 › map tooltip appears on marker hover ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 5000ms exceeded while waiting on the predicate
45 | await mapContainer.scrollIntoViewIfNeeded()
46 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
> 47 | await expect
| ^
48 | .poll(async () => {
49 | const box = await mapContainer.boundingBox()
50 | 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:47:3
|
|
[chromium] › test/e2e/community-events.spec.ts:43:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L47
2) [chromium] › test/e2e/community-events.spec.ts:43:1 › map tooltip appears on marker hover ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 5000ms exceeded while waiting on the predicate
45 | await mapContainer.scrollIntoViewIfNeeded()
46 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
> 47 | await expect
| ^
48 | .poll(async () => {
49 | const box = await mapContainer.boundingBox()
50 | 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:47:3
|
|
[chromium] › test/e2e/community-events.spec.ts:43:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L46
2) [chromium] › test/e2e/community-events.spec.ts:43: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()
44 | const mapContainer = page.locator("#meetups-map").first()
45 | await mapContainer.scrollIntoViewIfNeeded()
> 46 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
| ^
47 | await expect
48 | .poll(async () => {
49 | const box = await mapContainer.boundingBox()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:46:30
|
|
[chromium] › test/e2e/community-events.spec.ts:43:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:43:1 › map tooltip appears on marker hover ─────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:21:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L30
1) [chromium] › test/e2e/community-events.spec.ts:21:1 › map matches screenshot ──────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 5000ms exceeded while waiting on the predicate
28 | await expect(mapCanvas).toBeVisible({ timeout: 10000 })
29 |
> 30 | await expect
| ^
31 | .poll(async () => {
32 | const box = await mapCanvas.boundingBox()
33 | return box && box.width > 100 && box.height > 100
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:30:3
|
|
[chromium] › test/e2e/community-events.spec.ts:21:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L30
1) [chromium] › test/e2e/community-events.spec.ts:21:1 › map matches screenshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 5000ms exceeded while waiting on the predicate
28 | await expect(mapCanvas).toBeVisible({ timeout: 10000 })
29 |
> 30 | await expect
| ^
31 | .poll(async () => {
32 | const box = await mapCanvas.boundingBox()
33 | return box && box.width > 100 && box.height > 100
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:30:3
|
|
[chromium] › test/e2e/community-events.spec.ts:21:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L25
1) [chromium] › test/e2e/community-events.spec.ts:21:1 › map matches screenshot ──────────────────
Error: page.waitForTimeout: Target page, context or browser has been closed
23 | await mapContainer.scrollIntoViewIfNeeded()
24 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
> 25 | await page.waitForTimeout(1500) // we need to wait until Playwright finishes scrolling...
| ^
26 |
27 | const mapCanvas = page.locator("canvas").first()
28 | await expect(mapCanvas).toBeVisible({ timeout: 10000 })
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:21:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:21:1 › map matches screenshot ──────────────────
Test timeout of 60000ms exceeded.
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › test/e2e/community-events.spec.ts:21:1 › map matches screenshot ───────────────────
[chromium] › test/e2e/community-events.spec.ts:43:1 › map tooltip appears on marker hover ──────
1 flaky
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ──────────────────
5 passed (8.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.88 MB |
sha256:b7304149e20909208b88afdf4155400ed8bdc5f75f279d74d1274968d5cb949a
|
|