front: stdcm: update simulation progress button design #15396
build.yml
on: pull_request
Matrix: Build
Check dockerfiles
9s
Check scripts
4s
Check generated railjson sync
25s
Check railjson generator
1m 56s
Check commits
7s
Check final newline
9s
Check integration tests
1m 23s
Check osrd schema
43s
Check toml
4s
Check infra schema sync
16s
Check reuse compliance
9s
Check front rtk sync
1m 35s
Check core
4m 13s
Check editoast tests
6m 34s
Check editoast lints
9m 10s
Check editoast openapi
1m 4s
Check gateway
3m 24s
Check osrdyne
3m 42s
Check front
2m 34s
Integration tests
1m 9s
End to end tests
12m 29s
Annotations
5 errors, 31 warnings, and 1 notice
Check commits
Process completed with exit code 1.
|
[firefox] › 006-stdcm.spec.ts:46:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops:
tests/pages/stdcm-page-model.ts#L391
1) [firefox] › 006-stdcm.spec.ts:46:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 1
at pages/stdcm-page-model.ts:391
389 | const fillVia = async (selectedSuggestion: Locator) => {
390 | await this.addViaButton.nth(viaNumber - 1).click();
> 391 | expect(await this.addViaButton.count()).toBe(viaNumber + 1);
| ^
392 | await this.getViaCi(viaNumber).fill(viaSearch);
393 | await selectedSuggestion.click();
394 | await expect(this.getViaCh(viaNumber)).toHaveValue('BV');
at fillVia (/app/front/tests/pages/stdcm-page-model.ts:391:47)
at STDCMPage.fillAndVerifyViaDetails (/app/front/tests/pages/stdcm-page-model.ts:400:9)
at /app/front/tests/006-stdcm.spec.ts:59:7
|
[firefox] › 006-stdcm.spec.ts:46:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops:
tests/pages/stdcm-page-model.ts#L391
1) [firefox] › 006-stdcm.spec.ts:46:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 1
at pages/stdcm-page-model.ts:391
389 | const fillVia = async (selectedSuggestion: Locator) => {
390 | await this.addViaButton.nth(viaNumber - 1).click();
> 391 | expect(await this.addViaButton.count()).toBe(viaNumber + 1);
| ^
392 | await this.getViaCi(viaNumber).fill(viaSearch);
393 | await selectedSuggestion.click();
394 | await expect(this.getViaCh(viaNumber)).toHaveValue('BV');
at fillVia (/app/front/tests/pages/stdcm-page-model.ts:391:47)
at STDCMPage.fillAndVerifyViaDetails (/app/front/tests/pages/stdcm-page-model.ts:400:9)
at /app/front/tests/006-stdcm.spec.ts:59:7
|
[firefox] › 006-stdcm.spec.ts:46:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops:
tests/pages/stdcm-page-model.ts#L391
1) [firefox] › 006-stdcm.spec.ts:46:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 1
at pages/stdcm-page-model.ts:391
389 | const fillVia = async (selectedSuggestion: Locator) => {
390 | await this.addViaButton.nth(viaNumber - 1).click();
> 391 | expect(await this.addViaButton.count()).toBe(viaNumber + 1);
| ^
392 | await this.getViaCi(viaNumber).fill(viaSearch);
393 | await selectedSuggestion.click();
394 | await expect(this.getViaCh(viaNumber)).toHaveValue('BV');
at fillVia (/app/front/tests/pages/stdcm-page-model.ts:391:47)
at STDCMPage.fillAndVerifyViaDetails (/app/front/tests/pages/stdcm-page-model.ts:400:9)
at /app/front/tests/006-stdcm.spec.ts:59:7
|
End to end tests
Process completed with exit code 1.
|
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 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 reuse compliance
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
|
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
|
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 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
|
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
|
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 rtk sync
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:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 30.0s
|
Slow Test:
[webkit] › 003-study-management.spec.ts#L1
[webkit] › 003-study-management.spec.ts took 20.0s
|
Slow Test:
[firefox] › 003-study-management.spec.ts#L1
[firefox] › 003-study-management.spec.ts took 16.9s
|
Slow Test:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 16.6s
|
Slow Test:
[webkit] › 002-project-management.spec.ts#L1
[webkit] › 002-project-management.spec.ts took 15.6s
|
🎭 Playwright Run Summary
1 failed
[firefox] › 006-stdcm.spec.ts:46:7 › Verify train schedule elements and filters › Launch STDCM simulation with all stops
109 passed (10.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
Expired
|
368 KB |
|
integration-container-logs
Expired
|
25 KB |
|
integration-videos
Expired
|
8.18 MB |
|