New events and meetups #651
Annotations
10 errors and 1 notice
|
[chromium] › test/e2e/community-events.spec.ts:48:1 › map tooltip appears on marker hover:
test/e2e/community-events.spec.ts#L54
3) [chromium] › test/e2e/community-events.spec.ts:48:1 › map tooltip appears on marker hover › Expect "poll toBe"
Error: Timeout 5000ms exceeded while waiting on the predicate
52 | await mapContainer.scrollIntoViewIfNeeded()
53 | await expect(mapContainer).toBeVisible({ timeout: 10000 })
> 54 | await expect
| ^
55 | .poll(async () => {
56 | const box = await mapContainer.boundingBox()
57 | 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:54:3
|
|
[chromium] › test/e2e/community-events.spec.ts:23:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L32
2) [chromium] › test/e2e/community-events.spec.ts:23:1 › map matches screenshot › Expect "poll toBe"
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 15000ms exceeded while waiting on the predicate
30 | const mapCanvas = page.locator("canvas").first()
31 |
> 32 | await expect
| ^
33 | .poll(
34 | async () => {
35 | const box = await mapCanvas.boundingBox()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:32:3
|
|
[chromium] › test/e2e/community-events.spec.ts:23:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L32
2) [chromium] › test/e2e/community-events.spec.ts:23:1 › map matches screenshot › Expect "poll toBe"
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 15000ms exceeded while waiting on the predicate
30 | const mapCanvas = page.locator("canvas").first()
31 |
> 32 | await expect
| ^
33 | .poll(
34 | async () => {
35 | const box = await mapCanvas.boundingBox()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:32:3
|
|
[chromium] › test/e2e/community-events.spec.ts:23:1 › map matches screenshot:
test/e2e/community-events.spec.ts#L32
2) [chromium] › test/e2e/community-events.spec.ts:23:1 › map matches screenshot › Expect "poll toBe"
Error: Timeout 15000ms exceeded while waiting on the predicate
30 | const mapCanvas = page.locator("canvas").first()
31 |
> 32 | await expect
| ^
33 | .poll(
34 | async () => {
35 | const box = await mapCanvas.boundingBox()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:32:3
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L13
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 180000ms 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
11 | await link.scrollIntoViewIfNeeded()
12 |
> 13 | await link.click()
| ^
14 |
15 | const pagePromise = page.context().waitForEvent("page")
16 | await link.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:13: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 180000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L13
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 180000ms 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
11 | await link.scrollIntoViewIfNeeded()
12 |
> 13 | await link.click()
| ^
14 |
15 | const pagePromise = page.context().waitForEvent("page")
16 | await link.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:13: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 #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works:
test/e2e/community-events.spec.ts#L13
1) [chromium] › test/e2e/community-events.spec.ts:7:1 › Zurich meetup link works ─────────────────
Error: locator.click: Test timeout of 180000ms 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>
11 | await link.scrollIntoViewIfNeeded()
12 |
> 13 | await link.click()
| ^
14 |
15 | const pagePromise = page.context().waitForEvent("page")
16 | await link.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:13: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 ─────────────────
Test timeout of 180000ms 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:23:1 › map matches screenshot ───────────────────
[chromium] › test/e2e/community-events.spec.ts:48:1 › map tooltip appears on marker hover ──────
5 passed (15.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
4.07 MB |
sha256:a185c66c5d3cba171fbe77a4a8cb35d10d70aa176ee1ebe3f055b27943220f67
|
|