Skip to content

feat: Agenda proposed badge #3404

feat: Agenda proposed badge

feat: Agenda proposed badge #3404

Re-run triggered November 14, 2024 19:11
Status Failure
Total duration 17m 51s
Artifacts 5

ci-run-tests.yml

on: pull_request
Matrix: tests / Playwright Legacy Tests
Matrix: tests / Playwright Tests
Fit to window
Zoom out
Zoom in

Annotations

25 errors, 4 warnings, and 4 notices
[chromium] › status/status.spec.js:39:3 › site status › Doesn't render dismissed server statuses: playwright/tests/status/status.spec.js#L49
1) [chromium] › status/status.spec.js:39:3 › site status › Doesn't render dismissed server statuses Error: should have status Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: getByTestId('status-1') Expected: 0 Received: 1 Call log: - should have status with timeout 5000ms - waiting for getByTestId('status-1') - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" 47 | await page.goto('/') 48 | await page.evaluate(({ key, value }) => localStorage.setItem(key, value), { key: STATUS_STORAGE_KEY, value: JSON.stringify([status1.id]) }) > 49 | await expect(page.getByTestId(generateStatusTestId(status1.id)), 'should have status').toHaveCount(0) | ^ 50 | }) 51 | 52 | test('Handles no server status', async ({ page }) => { at /Users/runner/work/datatracker/datatracker/playwright/tests/status/status.spec.js:49:92
[chromium] › status/status.spec.js:39:3 › site status › Doesn't render dismissed server statuses: playwright/tests/status/status.spec.js#L49
1) [chromium] › status/status.spec.js:39:3 › site status › Doesn't render dismissed server statuses Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: should have status Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: getByTestId('status-1') Expected: 0 Received: 1 Call log: - should have status with timeout 5000ms - waiting for getByTestId('status-1') - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" 47 | await page.goto('/') 48 | await page.evaluate(({ key, value }) => localStorage.setItem(key, value), { key: STATUS_STORAGE_KEY, value: JSON.stringify([status1.id]) }) > 49 | await expect(page.getByTestId(generateStatusTestId(status1.id)), 'should have status').toHaveCount(0) | ^ 50 | }) 51 | 52 | test('Handles no server status', async ({ page }) => { at /Users/runner/work/datatracker/datatracker/playwright/tests/status/status.spec.js:49:92
[chromium] › status/status.spec.js:39:3 › site status › Doesn't render dismissed server statuses: playwright/tests/status/status.spec.js#L49
1) [chromium] › status/status.spec.js:39:3 › site status › Doesn't render dismissed server statuses Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: should have status Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: getByTestId('status-1') Expected: 0 Received: 1 Call log: - should have status with timeout 5000ms - waiting for getByTestId('status-1') - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" 47 | await page.goto('/') 48 | await page.evaluate(({ key, value }) => localStorage.setItem(key, value), { key: STATUS_STORAGE_KEY, value: JSON.stringify([status1.id]) }) > 49 | await expect(page.getByTestId(generateStatusTestId(status1.id)), 'should have status').toHaveCount(0) | ^ 50 | }) 51 | 52 | test('Handles no server status', async ({ page }) => { at /Users/runner/work/datatracker/datatracker/playwright/tests/status/status.spec.js:49:92
tests / Playwright Tests (chromium)
Process completed with exit code 1.
[chromium] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq: playwright/tests-legacy/docs/ad.spec.js#L24
1) [chromium] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq ───────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Pre pubreq" Received string: "" 22 | const firstTable = tablesLocator.nth(0) 23 | const theadTexts = await firstTable.locator('thead').allInnerTexts() > 24 | expect(theadTexts.join('')).toContain('Pre pubreq') | ^ 25 | }) 26 | }) 27 | at /__w/datatracker/datatracker/playwright/tests-legacy/docs/ad.spec.js:24:33
[chromium] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq: playwright/tests-legacy/docs/ad.spec.js#L24
1) [chromium] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq ───────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Pre pubreq" Received string: "" 22 | const firstTable = tablesLocator.nth(0) 23 | const theadTexts = await firstTable.locator('thead').allInnerTexts() > 24 | expect(theadTexts.join('')).toContain('Pre pubreq') | ^ 25 | }) 26 | }) 27 | at /__w/datatracker/datatracker/playwright/tests-legacy/docs/ad.spec.js:24:33
[chromium] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq: playwright/tests-legacy/docs/ad.spec.js#L24
1) [chromium] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq ───────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Pre pubreq" Received string: "" 22 | const firstTable = tablesLocator.nth(0) 23 | const theadTexts = await firstTable.locator('thead').allInnerTexts() > 24 | expect(theadTexts.join('')).toContain('Pre pubreq') | ^ 25 | }) 26 | }) 27 | at /__w/datatracker/datatracker/playwright/tests-legacy/docs/ad.spec.js:24:33
[chromium] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand: playwright/tests-legacy/nomcom/expertise.spec.js#L22
2) [chromium] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/expertise.spec.js:22:23
[chromium] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand: playwright/tests-legacy/nomcom/expertise.spec.js#L22
2) [chromium] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/expertise.spec.js:22:23
[chromium] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand: playwright/tests-legacy/nomcom/expertise.spec.js#L22
2) [chromium] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/expertise.spec.js:22:23
[chromium] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click: playwright/tests-legacy/nomcom/questionnaires.spec.js#L22
3) [chromium] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/questionnaires.spec.js:22:23
[chromium] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click: playwright/tests-legacy/nomcom/questionnaires.spec.js#L22
3) [chromium] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/questionnaires.spec.js:22:23
[chromium] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click: playwright/tests-legacy/nomcom/questionnaires.spec.js#L22
3) [chromium] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/questionnaires.spec.js:22:23
tests / Playwright Legacy Tests (chromium)
Process completed with exit code 1.
[firefox] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq: playwright/tests-legacy/docs/ad.spec.js#L24
1) [firefox] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq ────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Pre pubreq" Received string: "" 22 | const firstTable = tablesLocator.nth(0) 23 | const theadTexts = await firstTable.locator('thead').allInnerTexts() > 24 | expect(theadTexts.join('')).toContain('Pre pubreq') | ^ 25 | }) 26 | }) 27 | at /__w/datatracker/datatracker/playwright/tests-legacy/docs/ad.spec.js:24:33
[firefox] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq: playwright/tests-legacy/docs/ad.spec.js#L24
1) [firefox] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq ────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Pre pubreq" Received string: "" 22 | const firstTable = tablesLocator.nth(0) 23 | const theadTexts = await firstTable.locator('thead').allInnerTexts() > 24 | expect(theadTexts.join('')).toContain('Pre pubreq') | ^ 25 | }) 26 | }) 27 | at /__w/datatracker/datatracker/playwright/tests-legacy/docs/ad.spec.js:24:33
[firefox] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq: playwright/tests-legacy/docs/ad.spec.js#L24
1) [firefox] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq ────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Pre pubreq" Received string: "" 22 | const firstTable = tablesLocator.nth(0) 23 | const theadTexts = await firstTable.locator('thead').allInnerTexts() > 24 | expect(theadTexts.join('')).toContain('Pre pubreq') | ^ 25 | }) 26 | }) 27 | at /__w/datatracker/datatracker/playwright/tests-legacy/docs/ad.spec.js:24:33
[firefox] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand: playwright/tests-legacy/nomcom/expertise.spec.js#L22
2) [firefox] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/expertise.spec.js:22:23
[firefox] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand: playwright/tests-legacy/nomcom/expertise.spec.js#L22
2) [firefox] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/expertise.spec.js:22:23
[firefox] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand: playwright/tests-legacy/nomcom/expertise.spec.js#L22
2) [firefox] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/expertise.spec.js:22:23
[firefox] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click: playwright/tests-legacy/nomcom/questionnaires.spec.js#L22
3) [firefox] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/questionnaires.spec.js:22:23
[firefox] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click: playwright/tests-legacy/nomcom/questionnaires.spec.js#L22
3) [firefox] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/questionnaires.spec.js:22:23
[firefox] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click: playwright/tests-legacy/nomcom/questionnaires.spec.js#L22
3) [firefox] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 20 | const tabsCount = await tabsLocator.count() 21 | > 22 | expect(tabsCount).toBeGreaterThan(0) | ^ 23 | 24 | for (let idx = 0; idx < tabsCount; idx++) { 25 | await tabsLocator.nth(idx).click() at /__w/datatracker/datatracker/playwright/tests-legacy/nomcom/questionnaires.spec.js:22:23
tests / Playwright Legacy Tests (firefox)
Process completed with exit code 1.
tests / Python Tests
Process completed with exit code 1.
Slow Test: playwright/[firefox] › meeting/agenda.spec.js#L1
playwright/[firefox] › meeting/agenda.spec.js took 2.9m
Slow Test: playwright/[firefox] › meeting/floor-plan.spec.js#L1
playwright/[firefox] › meeting/floor-plan.spec.js took 16.9s
Slow Test: playwright/[chromium] › meeting/agenda.spec.js#L1
playwright/[chromium] › meeting/agenda.spec.js took 2.4m
Slow Test: playwright/[chromium] › meeting/floor-plan.spec.js#L1
playwright/[chromium] › meeting/floor-plan.spec.js took 17.1s
🎭 Playwright Run Summary
3 skipped 26 passed (3.3m)
🎭 Playwright Run Summary
1 failed [chromium] › status/status.spec.js:39:3 › site status › Doesn't render dismissed server statuses 28 passed (3.2m)
🎭 Playwright Run Summary
3 failed [chromium] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq ────────────────────────────────────── [chromium] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand [chromium] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click
🎭 Playwright Run Summary
3 failed [firefox] › docs/ad.spec.js:18:3 › /doc/ad/ › Pre pubreq ─────────────────────────────────────── [firefox] › nomcom/expertise.spec.js:18:3 › expertise › expertises with expandable panels should expand [firefox] › nomcom/questionnaires.spec.js:18:3 › expertise › position tabs should display the appropriate panel on click

Artifacts

Produced during runtime
Name Size
coverage
191 KB
geckodriverlog
4.28 KB
playwright-legacy-results-chromium
2.87 MB
playwright-legacy-results-firefox
3.13 MB
playwright-results-chromium
117 KB