Filter builder refactor #6590
Annotations
1 error, 2 warnings, and 1 notice
|
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' })
4 × 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 "
5 × 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/external-sources.test.ts#L0
[e2e tests] › tests/external-sources.test.ts took 1.0m
|
|
Test (e2e):
[e2e tests] › tests/workspace.test.ts#L0
[e2e tests] › tests/workspace.test.ts took 1.1m
|
|
Test (e2e)
1 flaky
[e2e tests] › tests/plan-model-migration.test.ts:100:3 › Plan Model Migration › Can migrate back to ModelB
241 passed (9.0m)
|
Loading