build #12041
Annotations
10 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/007-op-rollingstock-tab.spec.ts#L26
1) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
Test timeout of 90000ms exceeded while running "beforeEach" hook.
24 | });
25 |
> 26 | test.beforeEach(async ({ page }) => {
| ^
27 | const scenarioPage = new ScenarioPage(page);
28 |
29 | // Navigate to the created scenario page
at /app/tests/007-op-rollingstock-tab.spec.ts:26:6
|
Run Playwright tests:
tests/pages/scenario-page-model.ts#L203
1) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.cached') to be visible
at pages/scenario-page-model.ts:203
201 |
202 | async checkInfraLoaded() {
> 203 | await this.page.waitForSelector('.cached');
| ^
204 | await expect(this.getInfraLoadState).toHaveClass(/cached/);
205 | }
206 |
at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:203:21)
at /app/tests/007-op-rollingstock-tab.spec.ts:34:22
|
Run Playwright tests:
tests/007-op-rollingstock-tab.spec.ts#L26
1) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
24 | });
25 |
> 26 | test.beforeEach(async ({ page }) => {
| ^
27 | const scenarioPage = new ScenarioPage(page);
28 |
29 | // Navigate to the created scenario page
at /app/tests/007-op-rollingstock-tab.spec.ts:26:6
|
Run Playwright tests:
tests/pages/scenario-page-model.ts#L203
1) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.cached') to be visible
at pages/scenario-page-model.ts:203
201 |
202 | async checkInfraLoaded() {
> 203 | await this.page.waitForSelector('.cached');
| ^
204 | await expect(this.getInfraLoadState).toHaveClass(/cached/);
205 | }
206 |
at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:203:21)
at /app/tests/007-op-rollingstock-tab.spec.ts:34:22
|
Run Playwright tests:
tests/007-op-rollingstock-tab.spec.ts#L26
1) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
24 | });
25 |
> 26 | test.beforeEach(async ({ page }) => {
| ^
27 | const scenarioPage = new ScenarioPage(page);
28 |
29 | // Navigate to the created scenario page
at /app/tests/007-op-rollingstock-tab.spec.ts:26:6
|
Run Playwright tests:
tests/pages/scenario-page-model.ts#L203
1) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.cached') to be visible
at pages/scenario-page-model.ts:203
201 |
202 | async checkInfraLoaded() {
> 203 | await this.page.waitForSelector('.cached');
| ^
204 | await expect(this.getInfraLoadState).toHaveClass(/cached/);
205 | }
206 |
at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:203:21)
at /app/tests/007-op-rollingstock-tab.spec.ts:34:22
|
Run Playwright tests:
tests/007-op-rollingstock-tab.spec.ts#L26
1) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
24 | });
25 |
> 26 | test.beforeEach(async ({ page }) => {
| ^
27 | const scenarioPage = new ScenarioPage(page);
28 |
29 | // Navigate to the created scenario page
at /app/tests/007-op-rollingstock-tab.spec.ts:26:6
|
Run Playwright tests:
tests/pages/scenario-page-model.ts#L203
1) [chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.cached') to be visible
at pages/scenario-page-model.ts:203
201 |
202 | async checkInfraLoaded() {
> 203 | await this.page.waitForSelector('.cached');
| ^
204 | await expect(this.getInfraLoadState).toHaveClass(/cached/);
205 | }
206 |
at ScenarioPage.checkInfraLoaded (/app/tests/pages/scenario-page-model.ts:203:21)
at /app/tests/007-op-rollingstock-tab.spec.ts:34:22
|
Run Playwright tests:
tests/utils/scenario.ts#L27
2) [chromium] › 004-scenario-management.spec.ts:21:7 › Test if operationnal study : scenario creation workflow is working properly › Create a new scenario
TypeError: Cannot read properties of undefined (reading 'id')
at utils/scenario.ts:27
25 | // Create a new scenario with a unique name
26 | const scenario = await postApiRequest(
> 27 | `/api/projects/${project.id}/studies/${study.id}/scenarios/`,
| ^
28 | {
29 | ...scenarioData,
30 | name: `${scenarioData.name} ${uuidv4()}`,
at setupScenario (/app/tests/utils/scenario.ts:27:50)
at /app/tests/004-scenario-management.spec.ts:17:35
|
Run Playwright tests:
tests/005-operational-studies.spec.ts#L1
3) [chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code
Test timeout of 270000ms exceeded.
|
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/
|
Run Playwright tests
1 failed
[chromium] › 007-op-rollingstock-tab.spec.ts:38:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly select a rolling stock for operational study
5 flaky
[chromium] › 004-scenario-management.spec.ts:21:7 › Test if operationnal study : scenario creation workflow is working properly › Create a new scenario
[chromium] › 005-operational-studies.spec.ts:25:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code
[chromium] › 007-op-rollingstock-tab.spec.ts:74:7 › Verifying that all elements in the rolling stock tab are loaded correctly › should correctly modify a rolling stock for operational study
[firefox] › 004-scenario-management.spec.ts:21:7 › Test if operationnal study : scenario creation workflow is working properly › Create a new scenario
[webkit] › 004-scenario-management.spec.ts:21:7 › Test if operationnal study : scenario creation workflow is working properly › Create a new scenario
3 skipped
77 passed (12.4m)
|
Loading