build #16185
build.yml
on: merge_group
Matrix: Build
Check dockerfiles
9s
Check scripts
9s
Check generated railjson sync
23s
Check railjson generator
1m 47s
Check commits
7s
Check final newline
7s
Check integration tests
1m 26s
Check osrd schema
38s
Check toml
6s
Check infra schema sync
16s
Check reuse compliance
11s
Check front rtk sync
1m 0s
Check core
4m 12s
Check editoast tests
6m 27s
Check editoast lints
9m 0s
Check editoast openapi
35s
Check gateway
3m 31s
Check osrdyne
3m 45s
Check front
3m 12s
Integration tests
1m 12s
End to end tests
11m 26s
Annotations
3 errors, 26 warnings, and 1 notice
[chromium] › 003-study-management.spec.ts:121:7 › Validate the Study creation workflow › Delete a study:
tests/pages/study-page-model.ts#L226
1) [chromium] › 003-study-management.spec.ts:121:7 › Validate the Study creation workflow › Delete a study
Error: expect.not.toBeVisible: Error: strict mode violation: locator('text=study_test_e2e-d32117') resolved to 3 elements:
1) <div class="toast-body">L'étude study_test_e2e-d32117 a bien été supprimé…</div> aka getByText('L\'étude study_test_e2e-d32117')
2) <div class="text-truncate" title="study_test_e2e-d321…>study_test_e2e-d32117</div> aka getByTitle('study_test_e2e-d32117')
3) <div class="study-name" data-testid="study-name-info">study_test_e2e-d32117</div> aka getByTestId('study-name-info')
Call log:
- expect.not.toBeVisible with timeout 10000ms
- waiting for locator('text=study_test_e2e-d32117')
at pages/study-page-model.ts:226
224 | await this.studyDeleteConfirmButton.click();
225 | await expect(this.studyDeleteConfirmButton).not.toBeVisible();
> 226 | await expect(this.getStudyByName(name)).not.toBeVisible();
| ^
227 | }
228 | }
229 | export default StudyPage;
at StudyPage.deleteStudy (/app/front/tests/pages/study-page-model.ts:226:49)
at /app/front/tests/003-study-management.spec.ts:131:5
|
[firefox] › 002-project-management.spec.ts:90:7 › Validate the Operational Study Project workflow › Delete a project:
tests/pages/project-page-model.ts#L142
2) [firefox] › 002-project-management.spec.ts:90:7 › Validate the Operational Study Project workflow › Delete a project
Error: expect.not.toBeVisible: Error: strict mode violation: locator('text=project_test_e2e-205ef5') resolved to 3 elements:
1) <div class="toast-body">Le projet project_test_e2e-205ef5 a bien été supp…</div> aka getByText('Le projet project_test_e2e-')
2) <div class="text-truncate">project_test_e2e-205ef5</div> aka getByText('project_test_e2e-205ef5', { exact: true })
3) <div class="project-details-title-name">…</div> aka getByText('project_test_e2e-205ef5Modifier le projet')
Call log:
- expect.not.toBeVisible with timeout 10000ms
- waiting for locator('text=project_test_e2e-205ef5')
at pages/project-page-model.ts:142
140 | await this.deleteConfirmButton.click();
141 | await expect(this.deleteConfirmButton).not.toBeVisible();
> 142 | await expect(this.getProjectByName(name)).not.toBeVisible();
| ^
143 | }
144 | }
145 |
at ProjectPage.deleteProject (/app/front/tests/pages/project-page-model.ts:142:51)
at /app/front/tests/002-project-management.spec.ts:100:5
|
[firefox] › 003-study-management.spec.ts:121:7 › Validate the Study creation workflow › Delete a study:
tests/pages/study-page-model.ts#L226
3) [firefox] › 003-study-management.spec.ts:121:7 › Validate the Study creation workflow › Delete a study
Error: expect.not.toBeVisible: Error: strict mode violation: locator('text=study_test_e2e-39df94') resolved to 3 elements:
1) <div class="toast-body">L'étude study_test_e2e-39df94 a bien été supprimé…</div> aka getByText('L\'étude study_test_e2e-39df94')
2) <div class="text-truncate" title="study_test_e2e-39df…>study_test_e2e-39df94</div> aka getByTitle('study_test_e2e-39df94')
3) <div class="study-name" data-testid="study-name-info">study_test_e2e-39df94</div> aka getByTestId('study-name-info')
Call log:
- expect.not.toBeVisible with timeout 10000ms
- waiting for locator('text=study_test_e2e-39df94')
at pages/study-page-model.ts:226
224 | await this.studyDeleteConfirmButton.click();
225 | await expect(this.studyDeleteConfirmButton).not.toBeVisible();
> 226 | await expect(this.getStudyByName(name)).not.toBeVisible();
| ^
227 | }
228 | }
229 | export default StudyPage;
at StudyPage.deleteStudy (/app/front/tests/pages/study-page-model.ts:226:49)
at /app/front/tests/003-study-management.spec.ts:131:5
|
Check commits
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 toml
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 scripts
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 reuse compliance
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 infra schema sync
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 osrd schema
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 integration tests
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
|
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 (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
|
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
|
🎭 Playwright Run Summary
3 flaky
[chromium] › 003-study-management.spec.ts:121:7 › Validate the Study creation workflow › Delete a study
[firefox] › 002-project-management.spec.ts:90:7 › Validate the Operational Study Project workflow › Delete a project
[firefox] › 003-study-management.spec.ts:121:7 › Validate the Study creation workflow › Delete a study
107 passed (9.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
|
385 KB |
|
integration-container-logs
|
26.5 KB |
|
integration-videos
|
9.63 MB |
|