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
@@ -478,7 +478,7 @@ const enUS = {
'The processor and tools will run, but replies will not be sent to messaging platforms.', 'The processor and tools will run, but replies will not be sent to messaging platforms.',
dryRunTitle: 'Test route', dryRunTitle: 'Test route',
dryRunDescription: dryRunDescription:
'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.',
dryRunEventType: 'Event type', dryRunEventType: 'Event type',
dryRunSampleReady: 'Sample event is ready', dryRunSampleReady: 'Sample event is ready',
dryRunSampleDescription: dryRunSampleDescription:
+1 -1
View File
@@ -486,7 +486,7 @@ const jaJP = {
'プロセッサーとツールは実行されますが、返信はメッセージプラットフォームへ送信されません。', 'プロセッサーとツールは実行されますが、返信はメッセージプラットフォームへ送信されません。',
dryRunTitle: 'ルートをテスト', dryRunTitle: 'ルートをテスト',
dryRunDescription: dryRunDescription:
'まず一致結果を確認し、必要な場合のみ保存済み設定を実行します。', 'イベントを選び、処理先を確認するか、テストを実行します。',
dryRunEventType: 'イベントタイプ', dryRunEventType: 'イベントタイプ',
dryRunSampleReady: 'サンプルイベントを準備しました', dryRunSampleReady: 'サンプルイベントを準備しました',
dryRunSampleDescription: dryRunSampleDescription:
+1 -1
View File
@@ -454,7 +454,7 @@ const zhHans = {
routeTestSideEffectWarning: routeTestSideEffectWarning:
'测试会运行处理器和工具,但不会把回复发送到微信、QQ 等聊天平台。', '测试会运行处理器和工具,但不会把回复发送到微信、QQ 等聊天平台。',
dryRunTitle: '测试路由', dryRunTitle: '测试路由',
dryRunDescription: '先预览匹配结果;需要验证处理器时,再运行已保存配置。', dryRunDescription: '选择事件,查看它会交给哪个处理器,或运行一次测试。',
dryRunEventType: '事件类型', dryRunEventType: '事件类型',
dryRunSampleReady: '示例事件已准备好', dryRunSampleReady: '示例事件已准备好',
dryRunSampleDescription: dryRunSampleDescription:
+1 -1
View File
@@ -386,7 +386,7 @@ test.describe('bot advanced flows', () => {
).toBeVisible(); ).toBeVisible();
await expect( await expect(
routeDialog.getByText( 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(); ).toBeVisible();
await expect(routeDialog.getByText('Sample event is ready')).toHaveCount(0); await expect(routeDialog.getByText('Sample event is ready')).toHaveCount(0);