refactor(events): group event selection options

This commit is contained in:
RockChinQ
2026-08-25 23:59:52 +08:00
parent 4d7a333802
commit d28b385a9f
8 changed files with 223 additions and 101 deletions
@@ -106,6 +106,8 @@ test.describe('processor detail workbench', () => {
await expect(
page.getByRole('option').filter({ hasText: 'message.received' }),
).toBeVisible();
await expect(page.getByRole('group', { name: 'Messages' })).toHaveCount(1);
await expect(page.getByRole('group', { name: 'Groups' })).toHaveCount(1);
await page.keyboard.press('Escape');
await flow.getByRole('tab').nth(1).click();