front: update btn map in scenario page and convert rem to px in css map file #14814
build.yml
on: pull_request
Matrix: Build
Check dockerfiles
15s
Check scripts
4s
Check generated railjson sync
23s
Check railjson generator
2m 0s
Check commits
9s
Check final newline
8s
Check integration tests
1m 24s
Check osrd schema
34s
Check toml
5s
Check infra schema sync
19s
Check reuse compliance
12s
Check front rtk sync
1m 45s
Check core
4m 11s
Check editoast tests
6m 25s
Check editoast lints
9m 1s
Check editoast openapi
53s
Check gateway
3m 26s
Check osrdyne
3m 40s
Check front
2m 40s
Integration tests
1m 23s
End to end tests
14m 55s
Annotations
4 errors, 5 warnings, and 1 notice
Check commits
Process completed with exit code 1.
|
[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/tests/pages/op-output-table-page-model.ts:23:16)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:70:49)
at /app/tests/012-op-simulation-settings-tab.spec.ts:239:5
|
[webkit] › 008-train-schedule.spec.ts:61:7 › Verify train schedule elements and filters › Filtering imported trains:
tests/008-train-schedule.spec.ts#L1
2) [webkit] › 008-train-schedule.spec.ts:61:7 › Verify train schedule elements and filters › Filtering imported trains
Test timeout of 270000ms exceeded.
|
[webkit] › 008-train-schedule.spec.ts:61:7 › Verify train schedule elements and filters › Filtering imported trains:
tests/pages/op-timetable-page-model.ts#L155
2) [webkit] › 008-train-schedule.spec.ts:61:7 › Verify train schedule elements and filters › Filtering imported trains
Error: page.waitForLoadState: Test timeout of 270000ms exceeded.
at pages/op-timetable-page-model.ts:155
153 | // Verify that the imported train number is correct
154 | async verifyTrainCount(trainCount: number): Promise<void> {
> 155 | await this.page.waitForLoadState('networkidle');
| ^
156 | expect(this.timetableTrains).toHaveCount(trainCount);
157 | }
158 |
at OperationalStudiesTimetablePage.verifyTrainCount (/app/tests/pages/op-timetable-page-model.ts:155:21)
at OperationalStudiesTimetablePage.filterHonoredAndVerifyTrainCount (/app/tests/pages/op-timetable-page-model.ts:196:16)
at /app/tests/008-train-schedule.spec.ts:72:5
|
Slow Test:
[webkit] › 009-rollingstock-editor.spec.ts#L1
[webkit] › 009-rollingstock-editor.spec.ts took 56.1s
|
Slow Test:
[chromium] › 006-stdcm.spec.ts#L1
[chromium] › 006-stdcm.spec.ts took 51.7s
|
Slow Test:
[webkit] › 006-stdcm.spec.ts#L1
[webkit] › 006-stdcm.spec.ts took 48.7s
|
Slow Test:
[webkit] › 011-op-times-and-stops-tab.spec.ts#L1
[webkit] › 011-op-times-and-stops-tab.spec.ts took 34.8s
|
Slow Test:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.3s
|
🎭 Playwright Run Summary
2 flaky
[chromium] › 012-op-simulation-settings-tab.spec.ts:186:7 › Simulation Settings Tab Verification › Activate composition code
[webkit] › 008-train-schedule.spec.ts:61:7 › Verify train schedule elements and filters › Filtering imported trains
4 skipped
104 passed (12.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
|
368 KB |
|
integration-container-logs
|
24 KB |
|
integration-videos
|
18.6 MB |
|