Skip to content

front: drop TimesStopsRow.isWaypoint #16604

front: drop TimesStopsRow.isWaypoint

front: drop TimesStopsRow.isWaypoint #16604

Triggered via pull request December 23, 2024 15:51
Status Failure
Total duration 18m 46s
Artifacts 3

build.yml

on: pull_request
Matrix: Build
Check dockerfiles
10s
Check dockerfiles
Check scripts
4s
Check scripts
Check generated railjson sync
21s
Check generated railjson sync
Check railjson generator
1m 48s
Check railjson generator
Check commits
8s
Check commits
Check final newline
11s
Check final newline
Check integration tests
1m 20s
Check integration tests
Check osrd schema
43s
Check osrd schema
Check toml
8s
Check toml
Check infra schema sync
16s
Check infra schema sync
Check reuse compliance
12s
Check reuse compliance
Check front rtk sync
57s
Check front rtk sync
Check core
4m 4s
Check core
Check editoast tests
6m 47s
Check editoast tests
Check editoast lints
9m 29s
Check editoast lints
Check editoast openapi
43s
Check editoast openapi
Check gateway
3m 25s
Check gateway
Check osrdyne
3m 54s
Check osrdyne
Check front
3m 5s
Check front
Integration tests
1m 9s
Integration tests
End to end tests
16m 2s
End to end tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 31 warnings, and 1 notice
[chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-input-table-page-model.ts#L31
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:157:5
[chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-input-table-page-model.ts#L31
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:157:5
[chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-input-table-page-model.ts#L31
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:157:5
[chromium] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row: tests/pages/op-input-table-page-model.ts#L31
2) [chromium] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:207:5
[chromium] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row: tests/pages/op-input-table-page-model.ts#L31
2) [chromium] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:207:5
[chromium] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row: tests/pages/op-input-table-page-model.ts#L31
2) [chromium] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:207:5
[firefox] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-input-table-page-model.ts#L31
3) [firefox] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:157:5
[firefox] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-input-table-page-model.ts#L31
3) [firefox] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:157:5
[firefox] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-input-table-page-model.ts#L31
3) [firefox] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:157:5
[firefox] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row: tests/pages/op-input-table-page-model.ts#L31
4) [firefox] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 2 at pages/op-input-table-page-model.ts:31 29 | async verifyActiveRowsCount(expectedCount: number) { 30 | const activeRowCount = await this.activeRows.count(); > 31 | expect(activeRowCount).toBe(expectedCount); | ^ 32 | } 33 | 34 | async fillTableCellByStationAndHeader( at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:207:5
Check scripts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check dockerfiles
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check toml
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (osrdyne, osrdyne-test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check final newline
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check reuse compliance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check infra schema sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check generated railjson sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (editoast, editoast-test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (core-build, core)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check osrd schema
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check railjson generator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (gateway-test, gateway-standalone, gateway-front)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (front-build, front-tests, front-devel, front-nginx)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check editoast openapi
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check front rtk sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check front
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check gateway
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check osrdyne
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check core
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check editoast tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check editoast lints
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End to end tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 32.7s
Slow Test: [firefox] › 008-train-schedule.spec.ts#L1
[firefox] › 008-train-schedule.spec.ts took 22.5s
Slow Test: [firefox] › 010-op-route-tab.spec.ts#L1
[firefox] › 010-op-route-tab.spec.ts took 20.1s
Slow Test: [chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 19.6s
Slow Test: [chromium] › 007-op-rollingstock-tab.spec.ts#L1
[chromium] › 007-op-rollingstock-tab.spec.ts took 17.3s
🎭 Playwright Run Summary
6 failed [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables [chromium] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row [firefox] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables [firefox] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row [webkit] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables [webkit] › 011-op-times-and-stops-tab.spec.ts:183:7 › Times and Stops Tab Verification › should correctly update and clear input table row 2 flaky [chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet [webkit] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet 105 passed (14.6m)

Artifacts

Produced during runtime
Name Size
e2e-container-logs
481 KB
integration-container-logs
29.6 KB
integration-videos
44.1 MB