working groups on events page #673
Annotations
9 errors and 1 notice
|
playwright
Process completed with exit code 1.
|
|
[chromium] › test/e2e/community-events.spec.ts:253:1 › upcoming and past sections only show events on the correct side of now:
test/e2e/community-events.spec.ts#L280
2) [chromium] › test/e2e/community-events.spec.ts:253: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
278 |
279 | const readSectionDates = async (section: Locator) => {
> 280 | const entries = await section.locator("a time").evaluateAll(elements =>
| ^
281 | elements.map(element => ({
282 | iso: element.getAttribute("datetime") ?? "",
283 | text: element.textContent?.trim() ?? "",
at readSectionDates (/home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:280:53)
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:307:27
|
|
[chromium] › test/e2e/community-events.spec.ts:253: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:253: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#L222
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()
- 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
220 | for (const activeFilter of activeFilters) {
221 | await expect(activeFilter.badges.first()).toBeVisible()
> 222 | await activeFilter.chip.click()
| ^
223 | await expect(activeFilter.filter).not.toBeChecked()
224 | await expect(activeFilter.badges).toHaveCount(0)
225 | await activeFilter.chip.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:222:29
|
|
[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#L222
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
220 | for (const activeFilter of activeFilters) {
221 | await expect(activeFilter.badges.first()).toBeVisible()
> 222 | await activeFilter.chip.click()
| ^
223 | await expect(activeFilter.filter).not.toBeChecked()
224 | await expect(activeFilter.badges).toHaveCount(0)
225 | await activeFilter.chip.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:222:29
|
|
[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#L214
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Error: locator.count: Test timeout of 60000ms exceeded.
212 | for (const definition of filterDefinitions) {
213 | const badgeLocator = tagBadge(definition.badgeText)
> 214 | if ((await definition.filter.count()) === 0) continue
| ^
215 | activeFilters.push({ ...definition, badges: badgeLocator })
216 | }
217 |
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:214:34
|
|
[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:253:1 › upcoming and past sections only show events on the correct side of now
3 skipped
5 passed (7.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
2.95 MB |
sha256:f779bcc2753cd9d1c2acfc73abb34ec543c0416c1e007f34a4a5899728c964d3
|
|