front: hide simulation sticky bar #13809
Annotations
6 errors, 5 warnings, and 1 notice
tests/utils/scenario.ts#L29
1) [chromium] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario
TypeError: Cannot read properties of undefined (reading 'id')
at utils/scenario.ts:29
27 | // Create a new scenario with a unique name
28 | const scenario = await postApiRequest(
> 29 | `/api/projects/${project.id}/studies/${study.id}/scenarios/`,
| ^
30 | {
31 | ...scenarioData,
32 | name: `${scenarioData.name} ${uuidv4()}`,
at setupScenario (/app/tests/utils/scenario.ts:29:50)
at /app/tests/004-scenario-management.spec.ts:17:35
|
tests/utils/scenario.ts#L29
2) [firefox] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario
TypeError: Cannot read properties of undefined (reading 'id')
at utils/scenario.ts:29
27 | // Create a new scenario with a unique name
28 | const scenario = await postApiRequest(
> 29 | `/api/projects/${project.id}/studies/${study.id}/scenarios/`,
| ^
30 | {
31 | ...scenarioData,
32 | name: `${scenarioData.name} ${uuidv4()}`,
at setupScenario (/app/tests/utils/scenario.ts:29:50)
at /app/tests/004-scenario-management.spec.ts:17:35
|
tests/012-op-simulation-settings-tab.spec.ts#L1
3) [firefox] › 012-op-simulation-settings-tab.spec.ts:193:7 › Simulation Settings Tab Verification › Activate composition code
Test timeout of 90000ms exceeded.
|
tests/pages/op-timetable-page-model.ts#L215
3) [firefox] › 012-op-simulation-settings-tab.spec.ts:193:7 › Simulation Settings Tab Verification › Activate composition code
Error: locator.scrollIntoViewIfNeeded: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.time-stops-datasheet')
at pages/op-timetable-page-model.ts:215
213 |
214 | async verifyTimeStopsDataSheetVisibility(timeout = 60 * 1000): Promise<void> {
> 215 | await this.timeStopsDataSheet.scrollIntoViewIfNeeded();
| ^
216 | // Wait for the Times and Stops simulation dataSheet to be fully loaded with a specified timeout (default: 60 seconds)
217 | await expect(this.timeStopsDataSheet).toBeVisible({ timeout });
218 | }
at OperationalStudiesTimetablePage.verifyTimeStopsDataSheetVisibility (/app/tests/pages/op-timetable-page-model.ts:215:35)
at /app/tests/012-op-simulation-settings-tab.spec.ts:243:27
|
tests/008-train-schedule.spec.ts#L1
4) [webkit] › 008-train-schedule.spec.ts:39:7 › Verifying that all elements in the train schedule are loaded correctly › should accurately load the trains with their corresponding simulation results
Test timeout of 120000ms exceeded.
|
tests/pages/op-timetable-page-model.ts#L204
4) [webkit] › 008-train-schedule.spec.ts:39:7 › Verifying that all elements in the train schedule are loaded correctly › should accurately load the trains with their corresponding simulation results
Error: page.waitForLoadState: Test timeout of 120000ms exceeded.
at pages/op-timetable-page-model.ts:204
202 |
203 | for (let currentTrainIndex = 0; currentTrainIndex < trainCount; currentTrainIndex += 1) {
> 204 | await this.page.waitForLoadState('networkidle');
| ^
205 | await this.waitForSimulationResults();
206 | const trainButton = OperationalStudiesTimetablePage.getTrainButton(
207 | this.timetableTrains.nth(currentTrainIndex)
at OperationalStudiesTimetablePage.verifyEachTrainSimulation (/app/tests/pages/op-timetable-page-model.ts:204:23)
at /app/tests/008-train-schedule.spec.ts:54:5
|
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/
|
[webkit] › 009-rollingstock-editor.spec.ts#L1
[webkit] › 009-rollingstock-editor.spec.ts took 57.2s
|
[webkit] › 011-op-times-and-stops-tab.spec.ts#L1
[webkit] › 011-op-times-and-stops-tab.spec.ts took 50.0s
|
[webkit] › 010-op-route-tab.spec.ts#L1
[webkit] › 010-op-route-tab.spec.ts took 38.3s
|
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 30.9s
|
4 flaky
[chromium] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario
[firefox] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario
[firefox] › 012-op-simulation-settings-tab.spec.ts:193:7 › Simulation Settings Tab Verification › Activate composition code
[webkit] › 008-train-schedule.spec.ts:39:7 › Verifying that all elements in the train schedule are loaded correctly › should accurately load the trains with their corresponding simulation results
7 skipped
93 passed (9.7m)
|
The logs for this run have expired and are no longer available.
Loading