core: fix distance_range_map.to_range_map #10925
Annotations
3 errors, 4 warnings, and 1 notice
tests/003-study-management.spec.ts#L1
1) [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.
|
tests/pages/study-page-model.ts#L110
1) [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')
- 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
|
tests/003-study-management.spec.ts#L36
2) [webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('add-study-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('add-study-button')
34 | await page.goto(`/operational-studies/projects/${project.id}`);
35 |
> 36 | await expect(studyPage.getAddStudyBtn).toBeVisible();
| ^
37 | await studyPage.openStudyCreationModal();
38 |
39 | const studyName = `${studyData.name} ${uuidv4()}`;
at /app/tests/003-study-management.spec.ts:36:44
|
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/
|
[firefox] › 008-train-schedule.spec.ts#L1
[firefox] › 008-train-schedule.spec.ts took 19.8s
|
[webkit] › 006-stdcm-page.spec.ts#L1
[webkit] › 006-stdcm-page.spec.ts took 17.3s
|
[webkit] › 004-scenario-management.spec.ts#L1
[webkit] › 004-scenario-management.spec.ts took 17.1s
|
2 flaky
[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
84 passed (6.4m)
|
The logs for this run have expired and are no longer available.
Loading