Basic Chart/Point Drawing Optimizations #2630
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors and 1 notice
tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden:
e2e-tests/tests/app-nav.test.ts#L8
1) tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden ───────────────────
"beforeAll" hook timeout of 30000ms exceeded.
6 | let page: Page;
7 |
> 8 | test.beforeAll(async ({ browser }) => {
| ^
9 | context = await browser.newContext();
10 | page = await context.newPage();
11 | appNav = new AppNav(page);
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/app-nav.test.ts:8:6
|
tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden:
e2e-tests/tests/app-nav.test.ts#L15
1) tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden ───────────────────
TypeError: Cannot read properties of undefined (reading 'close')
13 |
14 | test.afterAll(async () => {
> 15 | await page.close();
| ^
16 | await context.close();
17 | });
18 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/app-nav.test.ts:15:14
|
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout:
e2e-tests/tests/constraints.test.ts#L18
2) tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout
"beforeAll" hook timeout of 30000ms exceeded.
16 | let schedulingGoals: SchedulingGoals;
17 |
> 18 | test.beforeAll(async ({ browser }) => {
| ^
19 | context = await browser.newContext();
20 | page = await context.newPage();
21 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/constraints.test.ts:18:6
|
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout:
e2e-tests/tests/constraints.test.ts#L36
2) tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout
TypeError: Cannot read properties of undefined (reading 'goto')
34 |
35 | test.afterAll(async () => {
> 36 | await plans.goto();
| ^
37 | await plans.deletePlan();
38 | await models.goto();
39 | await models.deleteModel();
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/constraints.test.ts:36:15
|
tests/models.test.ts:58:3 › Models › Create button should be disabled after submitting once:
e2e-tests/tests/models.test.ts#L69
3) tests/models.test.ts:58:3 › Models › Create button should be disabled after submitting once ───
Error: Timed out 5000ms waiting for expect(received).toBeDisabled()
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByRole('button', { name: 'Creating...' })
67 | // Instead, the creating button should be present and disabled
68 | await expect(models.creatingButton).toBeVisible();
> 69 | await expect(models.creatingButton).toBeDisabled();
| ^
70 | await expect(models.createButton).toBeVisible();
71 |
72 | await expect(models.inputFile).toBeEmpty();
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/models.test.ts:69:41
|
tests/scheduling.test.ts:61:3 › Scheduling › Disabling a scheduling goal should not include that goal in a scheduling run :
e2e-tests/tests/scheduling.test.ts#L70
4) tests/scheduling.test.ts:61:3 › Scheduling › Disabling a scheduling goal should not include that goal in a scheduling run
Error: locator.check: Clicking the checkbox did not change its state
=========================== logs ===========================
waiting for locator('.scheduling-goal:has-text("parallel_aquamarine_mosquito")').locator('input[type="checkbox"]').first()
locator resolved to <input type="checkbox" class="svelte-7id9tq" aria-label…/>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
click action done
waiting for scheduled navigations to finish
navigations have finished
============================================================
68 | await plan.runScheduling();
69 | await expect(plan.schedulingGoalDifferenceBadge).not.toBeVisible();
> 70 | await plan.schedulingGoalEnabledCheckboxSelector(goalName1).check();
| ^
71 | await expect(plan.schedulingGoalEnabledCheckboxSelector(goalName1)).toBeChecked();
72 | });
73 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/scheduling.test.ts:70:65
|
🎭 Playwright Run Summary
4 flaky
tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden ────────────────────
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout
tests/models.test.ts:58:3 › Models › Create button should be disabled after submitting once ────
tests/scheduling.test.ts:61:3 › Scheduling › Disabling a scheduling goal should not include that goal in a scheduling run
94 passed (3.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Test Results
Expired
|
8.68 MB |
|