ci: fix playwright floor-plan middleware #3403
ci-run-tests.yml
on: pull_request
tests
/
Python Tests
17m 47s
Matrix: tests / Playwright Legacy Tests
Matrix: tests / Playwright Tests
Annotations
21 errors, 4 warnings, and 4 notices
[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/[chromium] › meeting/agenda.spec.js#L1
playwright/[chromium] › meeting/agenda.spec.js took 2.0m
|
Slow Test:
playwright/[chromium] › meeting/floor-plan.spec.js#L1
playwright/[chromium] › meeting/floor-plan.spec.js took 17.3s
|
Slow Test:
playwright/[firefox] › meeting/agenda.spec.js#L1
playwright/[firefox] › meeting/agenda.spec.js took 2.8m
|
Slow Test:
playwright/[firefox] › meeting/floor-plan.spec.js#L1
playwright/[firefox] › meeting/floor-plan.spec.js took 20.0s
|
🎭 Playwright Run Summary
29 passed (2.4m)
|
🎭 Playwright Run Summary
3 skipped
26 passed (3.3m)
|
🎭 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.26 KB |
|
playwright-legacy-results-chromium
|
2.87 MB |
|
playwright-legacy-results-firefox
|
3 MB |
|