refactor(pipelines): simplify connection status copy

This commit is contained in:
RockChinQ
2026-08-26 00:24:37 +08:00
parent 8380bfc7d4
commit 94fd3d274c
9 changed files with 20 additions and 16 deletions
@@ -248,6 +248,10 @@ test.describe('processor detail workbench', () => {
const configPanel = page.getByRole('region', { name: 'Configuration' });
await expect(debugPanel).toBeVisible();
await expect(configPanel).toBeVisible();
await expect(
debugPanel.getByText('Connected', { exact: true }),
).toBeVisible();
await expect(debugPanel.getByText('WebSocket connected')).toHaveCount(0);
await expect(
debugPanel.getByRole('button', { name: 'Private Chat' }),
).toBeVisible();