working groups on events page #688
Annotations
10 errors and 1 notice
|
[chromium] › test/e2e/community-events.spec.ts:267:1 › upcoming and past sections only show events on the correct side of now:
test/e2e/community-events.spec.ts#L297
2) [chromium] › test/e2e/community-events.spec.ts:267:1 › upcoming and past sections only show events on the correct side of now
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluateAll: Test timeout of 60000ms exceeded.
295 |
296 | const readSectionDates = async (section: Locator) => {
> 297 | const entries = await section.locator("a time").evaluateAll(elements =>
| ^
298 | elements.map(element => ({
299 | iso: element.getAttribute("datetime") ?? "",
300 | text: element.textContent?.trim() ?? "",
at readSectionDates (/home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:297:53)
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:306:31
|
|
[chromium] › test/e2e/community-events.spec.ts:267: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:267: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:267:1 › upcoming and past sections only show events on the correct side of now:
test/e2e/community-events.spec.ts#L291
2) [chromium] › test/e2e/community-events.spec.ts:267: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: /Upcoming events/i, level: 2 }) }).first()
Expected: visible
Received: undefined
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('section').filter({ has: getByRole('heading', { name: /Upcoming events/i, level: 2 }) }).first()
289 | ])
290 |
> 291 | await expect(upcomingSection).toBeVisible()
| ^
292 | await expect(pastEventsSection).toBeVisible()
293 |
294 | const now = Date.now()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:291:33
|
|
[chromium] › test/e2e/community-events.spec.ts:267: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:267: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#L220
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.isEnabled: 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' }).getByRole('checkbox', { name: /conference/i })
218 | const filterDefinition = { ...definition, badges: badgeLocator }
219 | activeFilters.push(filterDefinition)
> 220 | if (await definition.filter.isEnabled()) {
| ^
221 | toggleableFilters.push(filterDefinition)
222 | }
223 | }
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:220:33
|
|
[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#L220
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.isEnabled: 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' }).getByRole('checkbox', { name: /conference/i })
218 | const filterDefinition = { ...definition, badges: badgeLocator }
219 | activeFilters.push(filterDefinition)
> 220 | if (await definition.filter.isEnabled()) {
| ^
221 | toggleableFilters.push(filterDefinition)
222 | }
223 | }
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:220:33
|
|
[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#L161
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().getByRole('group', { name: 'Event type' })
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().getByRole('group', { name: 'Event type' })
159 | })
160 |
> 161 | await expect(filterGroup).toBeVisible()
| ^
162 | const conferenceFilter = filterGroup.getByRole("checkbox", {
163 | name: /conference/i,
164 | })
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:161: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
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:267:1 › upcoming and past sections only show events on the correct side of now
3 skipped
5 passed (7.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.23 MB |
sha256:d04865034b9e494980cd4249ecc3234c33e6eca56432f020c7e1c583a56bd3ec
|
|