Add an RSS feed to Events page #163
Annotations
11 errors and 1 notice
|
check
Process completed with exit code 1.
|
|
[chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now:
test/e2e/community-events.spec.ts#L249
2) [chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluateAll: Test timeout of 60000ms exceeded.
247 |
248 | const readSectionDates = async (section: Locator) => {
> 249 | const entries = await section.locator("a time").evaluateAll(elements =>
| ^
250 | elements.map(element => ({
251 | iso: element.getAttribute("datetime") ?? "",
252 | text: element.textContent?.trim() ?? "",
at readSectionDates (/home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:249:53)
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:273:27
|
|
[chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now:
test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now:
test/e2e/community-events.spec.ts#L249
2) [chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now
Error: locator.evaluateAll: Test timeout of 60000ms exceeded.
247 |
248 | const readSectionDates = async (section: Locator) => {
> 249 | const entries = await section.locator("a time").evaluateAll(elements =>
| ^
250 | elements.map(element => ({
251 | iso: element.getAttribute("datetime") ?? "",
252 | text: element.textContent?.trim() ?? "",
at readSectionDates (/home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:249:53)
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:273:27
|
|
[chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now:
test/e2e/community-events.spec.ts#L0
2) [chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag:
test/e2e/community-events.spec.ts#L191
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('section').filter({ has: getByRole('heading', { name: /Past events & meetups/i, level: 2 }) }).first().getByRole('group', { name: 'Event type' }).locator('label').filter({ hasText: /conference/i }).first()
189 | await expect(workingGroupBadge.first()).toBeVisible()
190 |
> 191 | await conferenceChip.click()
| ^
192 | await expect(conferenceFilter).not.toBeChecked()
193 | await expect(conferenceBadge).toHaveCount(0)
194 | await conferenceChip.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:191:24
|
|
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag:
test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag:
test/e2e/community-events.spec.ts#L191
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('section').filter({ has: getByRole('heading', { name: /Past events & meetups/i, level: 2 }) }).first().getByRole('group', { name: 'Event type' }).locator('label').filter({ hasText: /conference/i }).first()
- locator resolved to <label class="cursor-pointer select-none hover:opacity-90 hover:ring hover:ring-neu-100 has-[>:disabled]:pointer-events-none dark:hover:ring-neu-50">…</label>
- 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
189 | await expect(workingGroupBadge.first()).toBeVisible()
190 |
> 191 | await conferenceChip.click()
| ^
192 | await expect(conferenceFilter).not.toBeChecked()
193 | await expect(conferenceBadge).toHaveCount(0)
194 | await conferenceChip.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:191:24
|
|
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag:
test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag:
test/e2e/community-events.spec.ts#L189
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Error: expect.toBeVisible: Target page, context or browser has been closed
187 | await expect(conferenceBadge.first()).toBeVisible()
188 | await expect(meetupBadge.first()).toBeVisible()
> 189 | await expect(workingGroupBadge.first()).toBeVisible()
| ^
190 |
191 | await conferenceChip.click()
192 | await expect(conferenceFilter).not.toBeChecked()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:189:43
|
|
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag:
test/e2e/community-events.spec.ts#L0
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Test timeout of 60000ms exceeded.
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
[chromium] › test/e2e/community-events.spec.ts:222:1 › upcoming and past sections only show events on the correct side of now
3 skipped
5 passed (8.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
2.95 MB |
sha256:e031cfcfd463c93e68f191ee0ab545d59a363d7f8658d1fefc27d823712ca0ea
|
|