mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-28 13:17:14 +00:00
fix(agents): make pipeline flow animation seamless
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user