working groups on events page #671
Annotations
9 errors and 1 notice
|
playwright
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
Error: locator.evaluateAll: Target page, context or browser has been closed
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:276: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#L188
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Error: expect(locator).toBeVisible() failed
Locator: locator('section').filter({ has: getByRole('heading', { name: /Past events & meetups/i, level: 2 }) }).first().locator('a span:has(.Tag--bg)').filter({ hasText: /^meetup$/i }).first()
Expected: visible
Received: undefined
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('section').filter({ has: getByRole('heading', { name: /Past events & meetups/i, level: 2 }) }).first().locator('a span:has(.Tag--bg)').filter({ hasText: /^meetup$/i }).first()
186 |
187 | await expect(conferenceBadge.first()).toBeVisible()
> 188 | await expect(meetupBadge.first()).toBeVisible()
| ^
189 | await expect(workingGroupBadge.first()).toBeVisible()
190 |
191 | await conferenceChip.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:188:37
|
|
[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
1 failed
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
1 flaky
[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 (6.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
2.91 MB |
sha256:e14ac74c749c5ec9c49eeda7c3277bcde07ac6790fb54cce964437d586df8eee
|
|