WIP change plan bounds #6579
Annotations
2 errors, 1 warning, and 1 notice
|
Test (e2e):
e2e-tests/tests/scheduling.test.ts#L70
2) [e2e tests] › tests/scheduling.test.ts:67:3 › Scheduling › Running the same scheduling goal twice in a row should show +0 in that goals badge
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.scheduling-goal:has-text("respectable_lime_bedbug")').locator('.difference-badge')
Expected string: "+10"
Received string: "+0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.scheduling-goal:has-text("respectable_lime_bedbug")').locator('.difference-badge')
9 × locator resolved to <div aria-label="New Satisfied Activities" class="difference-badge svelte-w6ai2h">+0</div>
- unexpected value "+0"
68 | await expect(setup.plan.schedulingGoalEnabledCheckboxSelector(goalName1)).toBeChecked();
69 | await setup.plan.runScheduling();
> 70 | await expect(setup.plan.schedulingGoalDifferenceBadge(goalName1)).toHaveText('+10');
| ^
71 | await setup.plan.runScheduling();
72 | await expect(setup.plan.schedulingGoalDifferenceBadge(goalName1)).toHaveText('+0');
73 | });
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/scheduling.test.ts:70:71
|
|
Test (e2e):
e2e-tests/tests/plan-model-migration.test.ts#L108
1) [e2e tests] › tests/plan-model-migration.test.ts:100:3 › Plan Model Migration › Can migrate back to ModelB
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('tab', { name: 'activity' })
Expected string: "Activity Validation 3"
Received string: "Activity Validation 2"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('tab', { name: 'activity' })
9 × locator resolved to <button role="tab" type="button" tabindex="-1" data-tabs-trigger="" data-state="inactive" data-value="activity" data-melt-tabs-trigger="" data-orientation="horizontal" class="ring-offset-background focus-visible:ring-ring inline-flex items-center justify-center whitespace-nowrap rounded-sm py-1.5 text-sm font-medium transition-all focus-visible:outline-none focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 tab-trigger mx-0.5 h-6 border bg-transparent px-0.5 hover:text-neutral-800 d…>…</button>
- unexpected value "Activity Validation 2"
106 | await plan.changeMissionModelMigrateButton.click();
107 | await plan.waitForToast('Model Migration Success');
> 108 | await expect(setup.page.getByRole('tab', { name: 'activity' })).toHaveText('Activity Validation 3');
| ^
109 | await expect(setup.page.getByLabel('temperature', { exact: true })).toBeAttached();
110 | });
111 | });
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-model-migration.test.ts:108:69
|
|
Test (e2e):
[e2e tests] › tests/workspace.test.ts#L0
[e2e tests] › tests/workspace.test.ts took 1.1m
|
|
Test (e2e)
2 flaky
[e2e tests] › tests/plan-model-migration.test.ts:100:3 › Plan Model Migration › Can migrate back to ModelB
[e2e tests] › tests/scheduling.test.ts:67:3 › Scheduling › Running the same scheduling goal twice in a row should show +0 in that goals badge
240 passed (9.0m)
|
Loading