front: remove map feature from simulation report sheet #16982
build.yml
on: pull_request
Matrix: Build
Check dockerfiles
9s
Check scripts
3s
Check generated railjson sync
27s
Check railjson generator
1m 49s
Check commits
8s
Check final newline
6s
Check integration tests
1m 21s
Check osrd schema
39s
Check toml
8s
Check infra schema sync
19s
Check reuse compliance
9s
Check front rtk sync
1m 15s
Check core
4m 10s
Check editoast tests
6m 56s
Check editoast lints
9m 23s
Check editoast openapi
45s
Check gateway
3m 33s
Check osrdyne
3m 40s
Check front
3m 9s
Integration tests
1m 10s
End to end tests
12m 59s
Annotations
2 errors, 31 warnings, and 1 notice
[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#L621
1) [chromium] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Error: Timed out 10000ms waiting for expect(locator).toBeEnabled()
Locator: getByTestId('launch-simulation-button')
Expected: enabled
Received: disabled
Call log:
- expect.toBeEnabled with timeout 10000ms
- waiting for getByTestId('launch-simulation-button')
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
- locator resolved to <button disabled data-testid="launch-simulation-button" …>Obtenir la simulation</button>
- unexpected value "disabled"
Call Log:
- Timeout 90000ms exceeded while waiting on the predicate
at pages/stdcm-page-model.ts:621
619 | await expect(this.mapResultContainer).toBeVisible();
620 | }
> 621 | }).toPass({
| ^
622 | timeout: EXPECT_TO_PASS_TIMEOUT,
623 | });
624 | }
at STDCMPage.launchSimulation (/app/front/tests/pages/stdcm-page-model.ts:621:8)
at /app/front/tests/006-stdcm.spec.ts:117:21
|
[webkit] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet:
tests/pages/stdcm-page-model.ts#L372
2) [webkit] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Error: Timed out 10000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#tractionEngine')
Expected string: "electric_rolling_stock_test_e2e"
Received string: "ELECTRIC_ROLLING_STOCK_TEST_E2E"
Call log:
- expect.toHaveValue with timeout 10000ms
- waiting for locator('#tractionEngine')
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
- locator resolved to <input autocomplete="off" id="tractionEngine" class="in…/>
- unexpected value "ELECTRIC_ROLLING_STOCK_TEST_E2E"
at pages/stdcm-page-model.ts:372
370 | await dropdownField.press('Enter');
371 | await dropdownField.dispatchEvent('blur');
> 372 | await expect(dropdownField).toHaveValue(selectedValue);
| ^
373 |
374 | const { expectedTonnage, expectedLength, expectedMaxSpeed } = expectedValues;
375 | await expect(this.tonnageField).toHaveValue(expectedTonnage);
at handleAndVerifyDropdown (/app/front/tests/pages/stdcm-page-model.ts:372:35)
at STDCMPage.fillAndVerifyConsistDetails (/app/front/tests/pages/stdcm-page-model.ts:404:5)
at /app/front/tests/006-stdcm.spec.ts:100: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 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 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 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
|
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 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
|
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 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:
[firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 34.5s
|
Slow Test:
[firefox] › 008-train-schedule.spec.ts#L1
[firefox] › 008-train-schedule.spec.ts took 22.6s
|
Slow Test:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.5s
|
Slow Test:
[firefox] › 010-op-route-tab.spec.ts#L1
[firefox] › 010-op-route-tab.spec.ts took 18.3s
|
Slow Test:
[chromium] › 007-op-rollingstock-tab.spec.ts#L1
[chromium] › 007-op-rollingstock-tab.spec.ts took 17.5s
|
🎭 Playwright Run Summary
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
111 passed (11.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
|
439 KB |
|
integration-container-logs
|
29.8 KB |
|
integration-videos
|
12.9 MB |
|