gateway: bump serde_json from 1.0.115 to 1.0.120 in /gateway #8079
Annotations
6 errors, 4 warnings, and 1 notice
tests/002-project-management.spec.ts#L1
1) [chromium] › 002-project-management.spec.ts:81:7 › Test if operationnal study : project workflow is working properly › update a project
Test timeout of 60000ms exceeded.
|
tests/pages/project-page-model.ts#L118
1) [chromium] › 002-project-management.spec.ts:81:7 › Test if operationnal study : project workflow is working properly › update a project
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('project_test_e2e c6de8bd8-fe34-4528-8613-c0a8ee478a55').getByTestId('openProject').first()
at pages/project-page-model.ts:118
116 |
117 | async openProjectByTestId(projectTestId: string | RegExp) {
> 118 | await this.page.getByTestId(projectTestId).getByTestId('openProject').first().click();
| ^
119 | }
120 |
121 | async setProjectName(name: string) {
at ProjectPage.openProjectByTestId (/app/tests/pages/project-page-model.ts:118:83)
at /app/tests/002-project-management.spec.ts:88:23
|
tests/006-stdcm-page.spec.ts#L1
2) [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ───
Test timeout of 60000ms exceeded.
|
tests/006-stdcm-page.spec.ts#L53
2) [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ───
Error: page.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.chart-container') to be visible
51 | await stdcmPage.setOriginTime('081500');
52 | await stdcmPage.clickBtnByName('Appliquer');
> 53 | await stdcmPage.page.waitForSelector('.chart-container');
| ^
54 | });
55 | });
56 |
at /app/tests/006-stdcm-page.spec.ts:53:26
|
tests/006-stdcm-page.spec.ts#L1
3) [firefox] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ────
Test timeout of 60000ms exceeded.
|
tests/006-stdcm-page.spec.ts#L53
3) [firefox] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ────
Error: page.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.chart-container') to be visible
51 | await stdcmPage.setOriginTime('081500');
52 | await stdcmPage.clickBtnByName('Appliquer');
> 53 | await stdcmPage.page.waitForSelector('.chart-container');
| ^
54 | });
55 | });
56 |
at /app/tests/006-stdcm-page.spec.ts:53:26
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: codecov/codecov-action@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "integration-container-logs", "integration-videos".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
[firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 32.1s
|
[chromium] › 008-allowances.spec.ts#L1
[chromium] › 008-allowances.spec.ts took 17.5s
|
3 flaky
[chromium] › 002-project-management.spec.ts:81:7 › Test if operationnal study : project workflow is working properly › update a project
[chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ────
[firefox] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ─────
45 passed (3.5m)
|
This job succeeded
Loading