editor: improves switch types cache handling #7436
Annotations
5 errors, 5 warnings, and 1 notice
tests/006-stdcm-page.spec.ts#L1
1) [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ───
Test timeout of 50000ms exceeded.
|
tests/006-stdcm-page.spec.ts#L53
1) [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ───
Error: page.waitForSelector: Test timeout of 50000ms 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/pages/home-page-model.ts#L71
2) [firefox] › 001-home-page.spec.ts:22:7 › Home page OSRD › should display links in the home page
Error: expect(locator).toHaveText(expected)
Locator: locator('h5')
- Expected - 5
+ Received + 5
Array [
- "Études d'exploitation",
- "Sillons de dernière minute",
- "Éditeur d'infrastructure",
- "Éditeur de matériel roulant",
- "Cartographie",
+ "operationalStudies",
+ "stdcm",
+ "editor",
+ "rollingStockEditor",
+ "map",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('h5')
- locator resolved to 5 elements
- locator resolved to 5 elements
at pages/home-page-model.ts:71
69 | // Assert that the expected links are displayed on the page
70 | async getDisplayLinks() {
> 71 | expect(this.getLinks).toHaveText([
| ^
72 | this.getTranslations('operationalStudies'),
73 | this.getTranslations('stdcm'),
74 | this.getTranslations('editor'),
at PlaywrightHomePage.getDisplayLinks (/app/tests/pages/home-page-model.ts:71:27)
at /app/tests/001-home-page.spec.ts:23:30
|
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 50000ms 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 50000ms 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/
|
[chromium] › 008-allowances.spec.ts#L1
[chromium] › 008-allowances.spec.ts took 19.1s
|
[firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 19.1s
|
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 16.3s
|
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/
|
3 flaky
[chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ────
[firefox] › 001-home-page.spec.ts:22:7 › Home page OSRD › should display links in the home page
[firefox] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ─────
39 passed (2.8m)
|
This job succeeded
Loading