core, editoast, front: stop using speed-limit tags' long names #10803
build.yml
on: pull_request
Matrix: build
check_generated_railjson_sync
25s
check_railjson_generator
1m 47s
check_commits
5s
Check final newline
29s
check_integration_tests
1m 21s
check_osrd_schema
47s
check_toml
4s
check_infra_schema_sync
15s
check_reuse_compliance
9s
check_front_rtk_sync
1m 43s
check_core
4m 3s
check_editoast_tests
4m 8s
check_editoast_lints
5m 0s
check_editoast_openapi
1m 17s
check_gateway
2m 15s
check_osrdyne
2m 40s
check_front
2m 55s
integration_tests
10m 34s
Annotations
7 errors, 16 warnings, and 1 notice
check_commits
Process completed with exit code 1.
|
[chromium] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/003-study-management.spec.ts#L1
1) [chromium] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Test timeout of 60000ms exceeded.
|
[chromium] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/pages/study-page-model.ts#L110
1) [chromium] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('add-study-button')
- locator resolved to <div tabindex="0" role="button" class="study-card emp…>…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at pages/study-page-model.ts:110
108 |
109 | async openStudyCreationModal() {
> 110 | await this.getAddStudyBtn.click();
| ^
111 | }
112 |
113 | async setStudyName(name: string) {
at StudyPage.openStudyCreationModal (/app/tests/pages/study-page-model.ts:110:31)
at /app/tests/003-study-management.spec.ts:37:21
|
[firefox] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/003-study-management.spec.ts#L1
2) [firefox] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Test timeout of 60000ms exceeded.
|
[firefox] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/pages/study-page-model.ts#L110
2) [firefox] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('add-study-button')
at pages/study-page-model.ts:110
108 |
109 | async openStudyCreationModal() {
> 110 | await this.getAddStudyBtn.click();
| ^
111 | }
112 |
113 | async setStudyName(name: string) {
at StudyPage.openStudyCreationModal (/app/tests/pages/study-page-model.ts:110:31)
at /app/tests/003-study-management.spec.ts:37:21
|
[webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/003-study-management.spec.ts#L1
3) [webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Test timeout of 60000ms exceeded.
|
[webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/003-study-management.spec.ts#L67
3) [webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/studies/*" until "load"
============================================================
65 | const createButton = homePage.page.getByTestId('createStudy');
66 | await createButton.click();
> 67 | await homePage.page.waitForURL('**/studies/*');
| ^
68 | expect(await studyPage.getStudyName.textContent()).toContain(studyName);
69 | expect(await studyPage.getStudyDescription.textContent()).toContain(studyData.description);
70 | expect(await studyPage.getStudyType.textContent()).toContain(studyData.type);
at /app/tests/003-study-management.spec.ts:67:25
|
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/
|
check_railjson_generator
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. 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/
|
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 (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/
|
check_gateway
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_osrdyne
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_front
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_core
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_editoast_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
integration_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. 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:
[webkit] › 008-train-schedule.spec.ts#L1
[webkit] › 008-train-schedule.spec.ts took 53.4s
|
Slow Test:
[firefox] › 008-train-schedule.spec.ts#L1
[firefox] › 008-train-schedule.spec.ts took 19.1s
|
Slow Test:
[webkit] › 004-scenario-management.spec.ts#L1
[webkit] › 004-scenario-management.spec.ts took 16.5s
|
Slow Test:
[webkit] › 005-operational-studies.spec.ts#L1
[webkit] › 005-operational-studies.spec.ts took 16.3s
|
🎭 Playwright Run Summary
3 flaky
[chromium] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
[firefox] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
[webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
83 passed (7.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
integration-container-logs
Expired
|
172 KB |
|
integration-videos
Expired
|
8.4 MB |
|