feat(processors): add explicitly bound plugin event processors

This commit is contained in:
RockChinQ
2026-09-08 00:43:35 +08:00
parent 812eb09ee4
commit 237fa6545d
50 changed files with 1968 additions and 289 deletions
+2 -2
View File
@@ -252,7 +252,7 @@ test.describe('frontend CRUD smoke flows', () => {
await expect(page).toHaveURL(/\/home\/agents$/);
await expect(
page.getByText('Select an Agent or Pipeline from the sidebar'),
page.getByText('Select a processor from the sidebar'),
).toBeVisible();
});
@@ -1430,7 +1430,7 @@ test.describe('empty states', () => {
await page.goto('/home/agents');
await expect(
page.getByText('Select an Agent or Pipeline from the sidebar'),
page.getByText('Select a processor from the sidebar'),
).toBeVisible();
});