front: refacto stdcm op schedule #16671
Triggered via pull request
December 24, 2024 15:08
Status
Failure
Total duration
1h 23m 34s
Artifacts
3
build.yml
on: pull_request
Matrix: Build
Check dockerfiles
13s
Check scripts
4s
Check generated railjson sync
21s
Check railjson generator
1m 44s
Check commits
7s
Check final newline
7s
Check integration tests
1m 24s
Check osrd schema
48s
Check toml
4s
Check infra schema sync
17s
Check reuse compliance
9s
Check front rtk sync
1m 6s
Check core
4m 3s
Check editoast tests
6m 42s
Check editoast lints
9m 35s
Check editoast openapi
41s
Check gateway
3m 29s
Check osrdyne
3m 39s
Check front
3m 10s
Integration tests
1m 10s
End to end tests
1h 21m
Annotations
11 errors, 31 warnings, and 1 notice
Check commits
Process completed with exit code 1.
|
[chromium] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page:
tests/pages/stdcm-page-model.ts#L298
1) [chromium] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('.stdcm-consist-container .stdcm-card')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.stdcm-consist-container .stdcm-card')
at pages/stdcm-page-model.ts:298
296 | ];
297 | for (const element of elements) {
> 298 | await expect(element).toBeVisible();
| ^
299 | }
300 | }
301 |
at STDCMPage.verifyStdcmElementsVisibility (/app/front/tests/pages/stdcm-page-model.ts:298:29)
at /app/front/tests/006-stdcm.spec.ts:64:5
|
[chromium] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page:
tests/pages/stdcm-page-model.ts#L298
1) [chromium] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('.stdcm-consist-container .stdcm-card')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.stdcm-consist-container .stdcm-card')
at pages/stdcm-page-model.ts:298
296 | ];
297 | for (const element of elements) {
> 298 | await expect(element).toBeVisible();
| ^
299 | }
300 | }
301 |
at STDCMPage.verifyStdcmElementsVisibility (/app/front/tests/pages/stdcm-page-model.ts:298:29)
at /app/front/tests/006-stdcm.spec.ts:64:5
|
[chromium] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page:
tests/pages/stdcm-page-model.ts#L298
1) [chromium] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('.stdcm-consist-container .stdcm-card')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.stdcm-consist-container .stdcm-card')
at pages/stdcm-page-model.ts:298
296 | ];
297 | for (const element of elements) {
> 298 | await expect(element).toBeVisible();
| ^
299 | }
300 | }
301 |
at STDCMPage.verifyStdcmElementsVisibility (/app/front/tests/pages/stdcm-page-model.ts:298:29)
at /app/front/tests/006-stdcm.spec.ts:64:5
|
[chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops:
tests/006-stdcm.spec.ts#L1
2) [chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
Test timeout of 270000ms exceeded.
|
[chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops:
tests/006-stdcm.spec.ts#L1
2) [chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 270000ms exceeded.
|
[chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops:
tests/pages/stdcm-page-model.ts#L362
2) [chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 270000ms exceeded.
Call log:
- waiting for locator('#tractionEngine')
at pages/stdcm-page-model.ts:362
360 | if (!selectedValue) return;
361 |
> 362 | await dropdownField.fill(selectedValue);
| ^
363 | await dropdownField.press('ArrowDown');
364 | await dropdownField.press('Enter');
365 | await dropdownField.dispatchEvent('blur');
at handleAndVerifyDropdown (/app/front/tests/pages/stdcm-page-model.ts:362:27)
at STDCMPage.fillAndVerifyConsistDetails (/app/front/tests/pages/stdcm-page-model.ts:398:11)
at /app/front/tests/006-stdcm.spec.ts:74:21
|
[chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops:
tests/006-stdcm.spec.ts#L1
2) [chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 270000ms exceeded.
|
[chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet:
tests/006-stdcm.spec.ts#L1
3) [chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Test timeout of 270000ms exceeded.
|
[chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet:
tests/006-stdcm.spec.ts#L1
3) [chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 270000ms exceeded.
|
[chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet:
tests/pages/stdcm-page-model.ts#L362
3) [chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 270000ms exceeded.
Call log:
- waiting for locator('#tractionEngine')
at pages/stdcm-page-model.ts:362
360 | if (!selectedValue) return;
361 |
> 362 | await dropdownField.fill(selectedValue);
| ^
363 | await dropdownField.press('ArrowDown');
364 | await dropdownField.press('Enter');
365 | await dropdownField.dispatchEvent('blur');
at handleAndVerifyDropdown (/app/front/tests/pages/stdcm-page-model.ts:362:27)
at STDCMPage.fillAndVerifyConsistDetails (/app/front/tests/pages/stdcm-page-model.ts:398:11)
at /app/front/tests/006-stdcm.spec.ts:100:21
|
Check scripts
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
|
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 commits
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 dockerfiles
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
|
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 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
|
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:
[webkit] › 012-op-simulation-settings-tab.spec.ts#L1
[webkit] › 012-op-simulation-settings-tab.spec.ts took 1.6m
|
Slow Test:
[webkit] › 009-rollingstock-editor.spec.ts#L1
[webkit] › 009-rollingstock-editor.spec.ts took 56.2s
|
Slow Test:
[webkit] › 008-train-schedule.spec.ts#L1
[webkit] › 008-train-schedule.spec.ts took 38.8s
|
Slow Test:
[webkit] › 011-op-times-and-stops-tab.spec.ts#L1
[webkit] › 011-op-times-and-stops-tab.spec.ts took 31.6s
|
Slow Test:
[firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 30.8s
|
🎭 Playwright Run Summary
12 failed
[chromium] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page
[chromium] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
[chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
[chromium] › 006-stdcm.spec.ts:134:7 › Verify train schedule elements and filters › Launch simulation with and without capacity for towed rolling stock
[firefox] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page
[firefox] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
[firefox] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
[firefox] › 006-stdcm.spec.ts:134:7 › Verify train schedule elements and filters › Launch simulation with and without capacity for towed rolling stock
[webkit] › 006-stdcm.spec.ts:61:7 › Verify train schedule elements and filters › Verify empty STDCM page
[webkit] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
[webkit] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
[webkit] › 006-stdcm.spec.ts:134:7 › Verify train schedule elements and filters › Launch simulation with and without capacity for towed rolling stock
1 flaky
[firefox] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code
100 passed (1.3h)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
Expired
|
479 KB |
|
integration-container-logs
Expired
|
30.1 KB |
|
integration-videos
Expired
|
56.7 MB |
|