fix(web): clarify route test guidance

This commit is contained in:
RockChinQ
2026-08-25 21:53:06 +08:00
parent a8eb265c11
commit 792d961d28
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ test.describe('bot advanced flows', () => {
).toBeVisible();
await expect(
routeDialog.getByText(
'Preview the match first. Run the saved configuration only when you need to test the processor.',
'Choose an event to see which processor handles it, or run a test.',
),
).toBeVisible();
await expect(routeDialog.getByText('Sample event is ready')).toHaveCount(0);