working groups on events page #668
Annotations
7 errors and 1 notice
|
playwright
Process completed with exit code 1.
|
|
[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()
- 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
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#L193
1) [chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCount(expected) 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 })
Expected: 0
Received: undefined
Call log:
- Expect "toHaveCount" 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 })
191 | await conferenceChip.click()
192 | await expect(conferenceFilter).not.toBeChecked()
> 193 | await expect(conferenceBadge).toHaveCount(0)
| ^
194 | await conferenceChip.click()
195 | await expect(conferenceFilter).toBeChecked()
196 | await expect(conferenceBadge.first()).toBeVisible()
at /home/runner/work/graphql.github.io/graphql.github.io/test/e2e/community-events.spec.ts:193: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#L189
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: /^working group$/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: /^working group$/i }).first()
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
1 failed
[chromium] › test/e2e/community-events.spec.ts:142:1 › event type filters hide cards and lock the last active tag
3 skipped
5 passed (5.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
1.6 MB |
sha256:43be5fb466aab3de6e9c629c0aecabd27704ab8707649efc2872fda049c951a5
|
|