front: add track column to timestops table #14818
build.yml
on: pull_request
Matrix: Build
Check dockerfiles
14s
Check scripts
5s
Check generated railjson sync
35s
Check railjson generator
1m 56s
Check commits
7s
Check final newline
10s
Check integration tests
1m 27s
Check osrd schema
37s
Check toml
5s
Check infra schema sync
19s
Check reuse compliance
18s
Check front rtk sync
1m 23s
Check core
4m 11s
Check editoast tests
7m 11s
Check editoast lints
9m 15s
Check editoast openapi
55s
Check gateway
3m 30s
Check osrdyne
3m 42s
Check front
2m 19s
Integration tests
1m 5s
End to end tests
11m 54s
Annotations
1 error, 4 warnings, and 1 notice
[chromium] › 012-op-simulation-settings-tab.spec.ts:186:7 › Simulation Settings Tab Verification › Activate composition code:
tests/pages/op-output-table-page-model.ts#L23
1) [chromium] › 012-op-simulation-settings-tab.spec.ts:186:7 › Simulation Settings Tab Verification › Activate composition code
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('.time-stop-outputs .time-stops-datasheet .dsg-row').nth(1).locator('.dsg-cell.dsg-cell-disabled').nth(undefined) to be visible
at pages/op-output-table-page-model.ts:23
21 | // Retrieve the cell value based on the locator type
22 | static async getCellValue(cell: Locator, isInput: boolean = true): Promise<string> {
> 23 | await cell.waitFor({ state: 'visible', timeout: 30 * 1000 });
| ^
24 | return isInput
25 | ? (await cell.locator('input').getAttribute('value'))?.trim() || ''
26 | : (await cell.textContent())?.trim() || '';
at Function.getCellValue (/app/front/tests/pages/op-output-table-page-model.ts:23:16)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:70:49)
at /app/front/tests/012-op-simulation-settings-tab.spec.ts:239:5
|
Slow Test:
[chromium] › 006-stdcm.spec.ts#L1
[chromium] › 006-stdcm.spec.ts took 53.0s
|
Slow Test:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.9s
|
Slow Test:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.9s
|
Slow Test:
[firefox] › 002-project-management.spec.ts#L1
[firefox] › 002-project-management.spec.ts took 15.4s
|
🎭 Playwright Run Summary
1 flaky
[chromium] › 012-op-simulation-settings-tab.spec.ts:186:7 › Simulation Settings Tab Verification › Activate composition code
4 skipped
105 passed (10.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
|
348 KB |
|
integration-container-logs
|
24.2 KB |
|
integration-videos
|
11.5 MB |
|