editoast, front, core: remove gamma type #15199
Annotations
2 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/utils/api-setup.ts#L63
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
Error: Failed to create scenario: 500 Internal Server Error
at utils/api-setup.ts:63
61 | if (response.ok()) return;
62 |
> 63 | throw new Error(`${errorMessage}: ${response.status()} ${response.statusText()}`);
| ^
64 | }
65 |
66 | /**
at handleErrorResponse (/app/front/tests/utils/api-setup.ts:63:9)
at postApiRequest (/app/front/tests/utils/api-setup.ts:83:3)
at createScenario (/app/front/tests/utils/scenario.ts:46:30)
at /app/front/tests/011-op-times-and-stops-tab.spec.ts:84:39
|
Run Playwright tests:
tests/011-op-times-and-stops-tab.spec.ts#L112
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
TypeError: Cannot read properties of undefined (reading 'id')
110 |
111 | test.afterEach('Delete the created scenario', async () => {
> 112 | await deleteScenario(project.id, study.id, scenario.name);
| ^
113 | });
114 |
115 | test('should correctly set and display times and stops tables', async ({ page }) => {
at /app/front/tests/011-op-times-and-stops-tab.spec.ts:112:34
|
Run Playwright tests:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.9s
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 17.0s
|
Run Playwright tests
1 flaky
[chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
109 passed (10.0m)
|
Loading