mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-26 12:17:14 +00:00
refactor(pipelines): simplify connection status copy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user