working groups on events page #685
Annotations
11 errors and 1 notice
|
check
Process completed with exit code 1.
|
|
[chromium] › test/e2e/community-events.spec.ts:255:1 › upcoming and past sections only show events on the correct side of now:
test/e2e/community-events.spec.ts#L285
2) [chromium] › test/e2e/community-events.spec.ts:255:1 › upcoming and past sections only show events on the correct side of now
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluateAll: Test timeout of 60000ms exceeded.
283 |
284 | const readSectionDates = async (section: Locator) => {
> 285 | const entries = await section.locator("a time").evaluateAll(elements =>
| ^
286 | elements.map(element => ({
287 | iso: element.getAttribute("datetime") ?? "",
288 | text: element.textContent?.trim() ?? "",
at readSectionDates (/home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:285:53)
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:312:27
|
|
[chromium] › test/e2e/community-events.spec.ts:255: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:255: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:255: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:255:1 › upcoming and past sections only show events on the correct side of now
Error: expect(locator).toBeVisible() failed
Locator: locator('section').filter({ has: getByRole('heading', { name: /Past events & meetups/i, level: 2 }) }).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()
278 |
279 | await expect(upcomingSection).toBeVisible()
> 280 | await expect(pastEventsSection).toBeVisible()
| ^
281 |
282 | const now = Date.now()
283 |
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:280:35
|
|
[chromium] › test/e2e/community-events.spec.ts:255: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:255: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#L223
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: /^conference$/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: /^conference$/i }).first()
221 |
222 | for (const activeFilter of activeFilters) {
> 223 | await expect(activeFilter.badges.first()).toBeVisible()
| ^
224 | await activeFilter.chip.click()
225 | await expect(activeFilter.filter).not.toBeChecked()
226 | await expect(activeFilter.badges).toHaveCount(0)
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:223:47
|
|
[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#L224
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
222 | for (const activeFilter of activeFilters) {
223 | await expect(activeFilter.badges.first()).toBeVisible()
> 224 | await activeFilter.chip.click()
| ^
225 | await expect(activeFilter.filter).not.toBeChecked()
226 | await expect(activeFilter.badges).toHaveCount(0)
227 | await activeFilter.chip.click()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:224: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#L216
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Error: locator.count: Target page, context or browser has been closed
214 | for (const definition of filterDefinitions) {
215 | const badgeLocator = tagBadge(definition.badgeText)
> 216 | if ((await definition.filter.count()) === 0) continue
| ^
217 | activeFilters.push({ ...definition, badges: badgeLocator })
218 | }
219 |
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:216: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
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:255:1 › upcoming and past sections only show events on the correct side of now
3 skipped
5 passed (9.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.32 MB |
sha256:0d0e3ab90679b7e77d677ba52622834afc0c428e34c4c43ab12cb930fc8f4358
|
|