fix(agents): make pipeline flow animation seamless

This commit is contained in:
RockChinQ
2026-08-27 15:28:43 +08:00
parent 05fe93e108
commit e6f6789e8b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ test.describe('frontend CRUD smoke flows', () => {
await expect(page.getByTestId('pipeline-diagram')).toBeVisible();
await expect(
page.getByTestId('pipeline-diagram').locator('[data-motion="flow"]'),
).toHaveCount(1);
).toHaveAttribute('data-dash-cycle', '15');
await expect(page.getByTestId('agent-diagram')).toHaveCount(0);
await expect(page.locator('input[name="name"]')).toBeVisible();