Skip to content

chore: remove newrevisiondocevent stats view #3397

chore: remove newrevisiondocevent stats view

chore: remove newrevisiondocevent stats view #3397

Triggered via pull request November 14, 2024 15:48
Status Failure
Total duration 18m 38s
Artifacts 4

ci-run-tests.yml

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

Annotations

23 errors and 2 notices
tests / Playwright Tests (chromium)
Process completed with exit code 1.
tests / Playwright Tests (firefox)
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.
🎭 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
192 KB
geckodriverlog
4.3 KB
playwright-legacy-results-chromium
3.04 MB
playwright-legacy-results-firefox
2.87 MB