front: fix stdcm passage #14771
build.yml
on: pull_request
Matrix: Build
Check dockerfiles
9s
Check scripts
4s
Check generated railjson sync
23s
Check railjson generator
1m 58s
Check commits
7s
Check final newline
12s
Check integration tests
1m 33s
Check osrd schema
41s
Check toml
6s
Check infra schema sync
21s
Check reuse compliance
23s
Check front rtk sync
1m 54s
Check core
3m 59s
Check editoast tests
6m 20s
Check editoast lints
8m 57s
Check editoast openapi
1m 14s
Check gateway
3m 28s
Check osrdyne
3m 53s
Check front
2m 35s
Integration tests
1m 21s
End to end tests
12m 27s
Annotations
1 error, 7 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/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
|
Build (osrdyne, osrdyne-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (core-build, core)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (editoast, editoast-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (front-build, front-tests, front-devel, front-nginx)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (gateway-test, gateway-standalone, gateway-front)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › 006-stdcm.spec.ts#L1
[chromium] › 006-stdcm.spec.ts took 54.3s
|
Slow Test:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 30.5s
|
🎭 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.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
|
362 KB |
|
integration-container-logs
|
24.3 KB |
|
integration-videos
|
12.4 MB |
|